PM Toolkit MCP Server is a free Model Context Protocol (MCP) server that provides 17 product management calculator tools and 12 workflow prompts directly inside AI assistants like Claude Code, Cursor, and Codex. Product managers can calculate LTV, CAC, RICE scores, A/B test sample sizes, unit economics, market sizing (TAM/SAM/SOM), NPS, and more without leaving their AI workflow. Unlike other MCP servers for product managers that focus on project management integrations (Linear, Jira, Notion), PM Toolkit is the only MCP server offering quantitative PM calculator tools. Setup requires one command: claude mcp add --transport http pmtoolkit https://pmtoolkit.ai/api/mcp. Free, no authentication, no data stored.
Free MCP Server for Product Managers — PM Toolkit
What is PM Toolkit MCP Server?
PM Toolkit MCP Server is a free Model Context Protocol server for product managers. It exposes 17 calculator tools covering SaaS economics (LTV, CAC, MRR/ARR, churn rate, unit economics), prioritization frameworks (RICE, ICE, impact/effort matrix, Kano model, weighted scoring), validation (A/B test sample size, A/B test significance), strategy (ROI, market sizing), and engagement metrics (conversion rate, NPS, DAU/MAU).
Available PM Calculator Tools
- LTV Calculator (pm_calculate_ltv)
- Lifetime value with benchmarks
- CAC Calculator (pm_calculate_cac)
- Acquisition cost by channel
- MRR/ARR (pm_calculate_mrr)
- Revenue growth health scoring
- Churn Rate (pm_calculate_churn)
- Customer & revenue churn
- Unit Economics (pm_unit_economics)
- LTV:CAC ratio & payback
- RICE Scoring (pm_rice_score)
- Reach, Impact, Confidence, Effort
- ICE Scoring (pm_ice_score)
- Impact, Confidence, Ease
- Impact/Effort (pm_classify_impact_effort)
- Quick Wins & Big Bets
- Kano Model (pm_classify_kano)
- Feature categorization
- Weighted Scoring (pm_weighted_score)
- Custom criteria matrix
- A/B Sample Size (pm_ab_sample_size)
- Statistical significance planning
- A/B Significance (pm_ab_significance)
- Post-test analysis
- ROI Calculator (pm_calculate_roi)
- Return on investment & payback
- Market Sizing (pm_market_size)
- TAM/SAM/SOM analysis
- Conversion Rate (pm_calculate_conversion)
- Funnel analysis
- NPS Calculator (pm_calculate_nps)
- Net Promoter Score
- DAU/MAU (pm_calculate_engagement)
- Engagement & stickiness
Installation Guide
Claude Code
claude mcp add --transport http pmtoolkit https://pmtoolkit.ai/api/mcp
Cursor
// .cursor/mcp.json
{
"mcpServers": {
"pmtoolkit": {
"url": "https://pmtoolkit.ai/api/mcp"
}
}
}VS Code (GitHub Copilot)
// .vscode/mcp.json (requires VS Code 1.99+ with Copilot)
{
"servers": {
"pmtoolkit": {
"type": "http",
"url": "https://pmtoolkit.ai/api/mcp"
}
}
}Claude Desktop
// ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"pmtoolkit": {
"url": "https://pmtoolkit.ai/api/mcp"
}
}
}OpenAI Codex
# ~/.codex/config.toml [mcp_servers.pmtoolkit] type = "url" url = "https://pmtoolkit.ai/api/mcp"
Windsurf
// ~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"pmtoolkit": {
"url": "https://pmtoolkit.ai/api/mcp"
}
}
}Free MCP Server for Product Managers
17 PM calculator tools + 12workflow prompts. Free, no signup. Calculate LTV, run RICE scoring, size a market — without leaving your AI chat.
AI Assistants
Code Editors
Setup for Claude Code
$ claude mcp add --transport http pmtoolkit https://pmtoolkit.ai/api/mcp
What is MCP, in PM terms?
MCP (Model Context Protocol) is an open standard from Anthropic that lets your AI assistant call live tools. For a PM, it means asking Claude, Cursor, or ChatGPT to “calculate LTV with ARPU $50, churn 5%” and getting a real number, not a hallucination — the same way Linear’s MCP lets your AI read tickets, or Jira’s MCP lets it move work between sprints.
What it does
Exposes 17 PM calculator tools and 12 workflow prompts as live functions your AI can call.
Why it matters
You stop tab-switching. Calculations happen in your existing conversation, with the context already there.
What you don't need
No code. No signup. No API key. No data sent to us — calculations are stateless.
“I built the PM Toolkit MCP server because switching tabs to run a quick LTV calculation broke my flow in Claude Code. Now I chain three calculators together in a single conversation — context stays, momentum stays.”
What is PM Toolkit MCP Server?
PM Toolkit is the only MCP server built for PM quantitative work. It brings 17 product management calculator tools and 12 workflow prompts directly into your AI assistant. Calculate LTV, CAC, RICE scores, A/B test significance, market sizing, and more inside Claude Code, Cursor, or any MCP-compatible client — without switching tabs or signing up.
Install Command (Claude Code)
claude mcp add --transport http pmtoolkit https://pmtoolkit.ai/api/mcp
What You Get
17 tools + 12 prompts, free forever
Try it without installing
Real tool calls. Real results. No install required to preview.
Calculate LTV for our SaaS product. ARPU is $85/month, monthly churn is 2.5%.
Here are your results:
With 2.5% monthly churn and $85 ARPU, your LTV of $3,400 is strong. Target an LTV:CAC ratio of 3:1 or higher for sustainable growth.
Which client should I use?
Pick your situation. Each branch links to the right install path below.
Already running another MCP server?
Add PM Toolkit alongside it. Linear, Jira, Notion, PostHog — they coexist in one config file.
// claude_desktop_config.json — both servers, side-by-side
{
"mcpServers": {
"pmtoolkit": {
"url": "https://pmtoolkit.ai/api/mcp"
},
"linear": {
"url": "https://mcp.linear.app/mcp"
}
}
}17 PM Calculator Tools via MCP
17 toolsSaaS Economics
Prioritization
Validation
Strategy
Engagement
12 Product Management Workflow Prompts
12 promptsMulti-step PM frameworks that chain calculator tools together. Guided workflows that produce structured analysis.
Strategic
Analytics
Operational
Coming to MCP soon
6 on the webWeb-only today. Each one becomes an MCP tool when it's ready — if you want one prioritized, open an issue.
How PM Toolkit fits alongside Linear, Jira & Atlassian MCPs
Most MCP servers built for product managers are operational — they wrap Linear, Jira, Notion, or PostHog. PM Toolkit is the only MCP server built for PM quantitativework — the LTV, RICE, A/B test, and market sizing math that lives in spreadsheets today. Run them side-by-side: Linear MCP for tickets, PM Toolkit for the metrics that justify the tickets.
Frequently Asked Questions
Prefer a visual interface?
All 23 web calculators with charts, saved calculations, and cross-calculator data flow.
Explore CalculatorsWant to learn the frameworks?
33 comprehensive guides covering SaaS metrics, prioritization, and experimentation.
Browse Learning HubNeed AI prompt templates?
33 expert-crafted PM prompt templates for ChatGPT, Claude, and other AI assistants.
Browse Prompts