general MCP Server
A Model Context Protocol (MCP) server that empowers LLMs to use some of Open Srategy Partners' core writing and product marketing techniques.
Discovered via unknown and last synced 3mo ago.
1. Install the package
uvx --from git+https://github.com/open-strategy-partners/osp_marketing_tools@main osp_marketing_tools
2. Add to claude_desktop_config.json
{
"mcpServers": {
"osp-marketing-tools": {
"command": "npx",
"args": [
"osp_marketing_tools"
]
}
}
}Config file location: ~/Library/Application Support/Claude/claude_desktop_config.json (macOS) / %APPDATA%\Claude\claude_desktop_config.json (Windows)