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"
OSP该项目代表了将专业营销方法论与AI技术相结合的创新尝试,为技术营销内容创建提供了系统化和标准化的解决方案。