OSP 行銷工具(osp_marketing_tools)是一個基於模型上下文協議(MCP)的綜合性行銷工具套件,由 Open Strategy Partners 開發。該專案旨在將經過驗證的技術行銷方法論整合到大語言模型(LLM)中,幫助使用者創建、優化和定位技術行銷內容。
生成結構化的產品價值映射,有效傳達產品價值和定位:
為網頁內容創建優化的元數據:
應用 OSP 的語義編輯代碼進行全面的內容審查:
系統化的高質量技術內容創建方法:
全面的搜索引擎和使用者體驗優化系統:
截至 2025 年 2 月,支持 MCP 的 LLM 客戶端包括:
安裝 Claude Desktop
安裝 Python 3.10 或更高版本
python --version
安裝 uv
pip install --user uv
uv --version
安裝 Claude Desktop
安裝 Python 3.10 或更高版本
brew install python
python3 --version
安裝 uv
brew install uv
# 或者
pip3 install --user uv
uv --version
在 claude_desktop_config.json
文件中添加以下配置:
{
"mcpServers": {
"osp_marketing_tools": {
"command": "uvx",
"args": [
"--from",
"git+https://github.com/open-strategy-partners/osp_marketing_tools@main",
"osp_marketing_tools"
]
}
}
}
Prompt: "Generate an OSP value map for [Product Name] focusing on [target audience] with the following key features: [list features]"
Example:
"Generate an OSP value map for CloudDeploy, focusing on DevOps engineers with these key features:
- Automated deployment pipeline
- Infrastructure as code support
- Real-time monitoring
- Multi-cloud compatibility
- [the rest of your features or text]"
Prompt: "Use the OSP meta tool to generate metadata for an article about [topic]. Primary keyword: [keyword], audience: [target audience], content type: [type]"
Example:
"Use the OSP meta tool to generate metadata for an article about containerization best practices. Primary keyword: 'Docker containers', audience: system administrators, content type: technical guide"
Prompt: "Review this technical content using OSP editing codes: [paste content]"
Example:
"Review this technical content using OSP editing codes:
Kubernetes helps you manage containers. It's really good at what it does. You can use it to deploy your apps and make them run better."
Prompt: "Apply the OSP writing guide to create a [document type] about [topic] for [audience]"
Example:
"Apply the OSP writing guide to create a tutorial about setting up a CI/CD pipeline for junior developers"