osp_marketing_tools

open-strategy-partners/osp_marketing_tools
★ 263 stars Python 🤖 AI/LLM Updated 1mo ago
A Model Context Protocol (MCP) server that empowers LLMs to use some of Open Srategy Partners' core writing and product marketing techniques.
View on GitHub →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "osp_marketing_tools": {
      "command": "uvx",
      "args": [
        "osp-marketing-tools"
      ]
    }
  }
}

Or install with pip: pip install osp-marketing-tools