strategy-mcp is an open source MCP server that exposes professional-grade product strategy frameworks as structured tools. Any MCP-compatible AI assistant (Claude, Cursor, Cline) can install it and immediately get access to structured strategy analysis, RICE, JTBD, competitive positioning, assumption mapping, and more.
{
"mcpServers": {
"strategy-mcp": {
"command": "<see-readme>",
"args": []
}
}
}No install config available. Check the server's README for setup instructions.
Are you the author?
Add this badge to your README to show your security score and help users find safe servers.
strategy-mcp is an open source MCP server that exposes professional-grade product strategy frameworks as structured tools. Any MCP-compatible AI assistant (Claude, Cursor, Cline) can install it and immediately get access to structured strategy analysis, RICE, JTBD, competitive positioning, assumption mapping, and more.
Is it safe?
No package registry to scan.
No authentication — any process on your machine can connect.
MIT. View license →
Is it maintained?
Last commit 5 days ago. 9 stars.
Will it work with my client?
Transport: stdio. Works with Claude Desktop, Cursor, Claude Code, and most MCP clients.
No automated test available for this server. Check the GitHub README for setup instructions.
No known vulnerabilities.
This server is missing a description. Tools and install config are also missing.If you've used it, help the community.
Add informationHave you used this server?
Share your experience — it helps other developers decide.
Sign in to write a review.
Dynamic problem-solving through sequential thought chains
A Model Context Protocol server for searching and analyzing arXiv papers
An open-source AI agent that brings the power of Gemini directly into your terminal.
The official Python SDK for Model Context Protocol servers and clients
MCP Security Weekly
Get CVE alerts and security updates for Strategy Mcp and similar servers.
Start a conversation
Ask a question, share a tip, or report an issue.
Sign in to join the discussion.
Professional-grade product strategy frameworks as MCP tools.
Give any MCP-compatible AI assistant — Claude Code, Cursor, Cline — instant access to 12 structured strategy frameworks. Not templates. Not prompts. Actual tools that accept your inputs, apply the framework, show the reasoning, and return specific next steps.
AI tools are great at generating content. They're inconsistent at applying structured thinking.
strategy-mcp is the product management layer that's been missing from the AI toolkit. Every framework a PM reaches for — RICE scoring, Jobs-to-be-Done, competitive positioning, OKR generation — encoded as a tool your AI can use natively.
Each tool returns:
Built by Sohaib Thiab — former CPO, now building AI products in public.
strategy-mcp is published on PyPI — install it with a single command.
claude mcp add strategy-mcp -- uv run --with strategy-mcp python server.py
Add to your Cursor MCP settings (.cursor/mcp.json):
{
"mcpServers": {
"strategy-mcp": {
"command": "uv",
"args": ["run", "--with", "strategy-mcp", "python", "server.py"]
}
}
}
Add to your Cline MCP settings:
{
"mcpServers": {
"strategy-mcp": {
"command": "uv",
"args": ["run", "--with", "strategy-mcp", "python", "server.py"]
}
}
}
pip install strategy-mcp
git clone https://github.com/sohaibt/strategy-mcp.git
cd strategy-mcp
uv run python server.py
| Tool | What it does |
|------|-------------|
| rice_score | Score a feature using Reach, Impact, Confidence, Effort. Returns a calculated score, priority tier, and factor-by-factor analysis. |
| Tool | What it does |
|------|-------------|
| assumption_map | Map assumptions into a 2x2 matrix of confidence vs. impact. Identifies your riskiest bets and what to test first. |
| jobs_to_be_done | Analyze a feature through the JTBD lens — job statement, functional/emotional/social dimensions, hiring criteria, switching barriers. |
| Tool | What it does |
|------|-------------|
| competitive_position | Map your product and competitors on a 2-axis chart. Identifies nearest threats, white space, and differentiation opportunities. |
| Tool | What it does |
|------|-------------|
| business_model_review | Assess a business model using the Business Model Canvas. Reviews all 9 components for clarity, gaps, and coherence. |
| tam_sam_som | Estimate addressable market tiers with top-down + bottom-up cross-validation. Includes sanity checks and key assumptions. |
| pricing_strategy | Analyze pricing against positioning and the competitive landscape. Recommends a model, price range, and flags risks.