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技術を組み合わせた革新的な試みであり、技術マーケティングコンテンツの作成に体系的かつ標準化されたソリューションを提供します。