MCP Product Decision Copilot
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@MCP Product Decision CopilotShould we ship real-time collaborative editing in Q1?"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
MCP Product Decision Copilot
An MCP server that gives Claude product intelligence tools to make Ship / Delay / Kill recommendations on feature requests. Built for TaskFlow, a B2B SaaS project management platform.
What It Does
Three tools provide Claude with structured product data:
Tool | Input | Returns |
|
| Usage, retention, support tickets, revenue, user feedback |
|
| Team capacity, commitments, tech debt, dependencies, risks |
|
| Company and product team OKRs, strategic themes |
Claude calls all three tools, then produces a structured recommendation with decision, confidence level, reasoning, risks, and next steps.
Related MCP server: pm-copilot
Prerequisites
uv (Python package manager)
Setup
Clone the repo and install dependencies:
cd "MCP Copilot"
uv syncAdd the server to Claude Desktop. Open Claude > Settings > Developer > Edit Config and add:
{
"mcpServers": {
"product-copilot": {
"command": "uv",
"args": [
"run",
"--directory", "/ABSOLUTE/PATH/TO/MCP Copilot",
"python", "server.py"
]
}
}
}Replace /ABSOLUTE/PATH/TO/MCP Copilot with the actual path to this project.
Restart Claude Desktop (Cmd+Q, then relaunch). You should see 3 tools in the tools menu.
Demo Scenarios
Try these prompts in Claude Desktop to see the copilot in action:
Scenario A — Ship: "We're getting requests from enterprise prospects for real-time collaborative editing. Should we build this for Q1?"
Scenario B — Delay: "Power users want advanced workflow automation — if/else branching, loops, scheduled triggers. Should we prioritize this for Q1?"
Scenario C — Kill: "I've been thinking about building a public API marketplace for TaskFlow. Should we invest in this for Q1?"
Scenario D — Tradeoff: "There's a surge of interest in AI-powered task prioritization. Should we build this for Q1?"
Project Structure
MCP Copilot/
server.py # MCP server (3 tools)
pyproject.toml # Python dependencies
data/
metrics/ # Per-feature-area product metrics
roadmap/ # Per-quarter engineering roadmap
okrs/ # Per-quarter company and team OKRs
prompts/
system_prompt.md # Decision framework for Claude
demo_prompts.md # Full demo prompt textThis server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- Flicense-qualityDmaintenanceEnables Claude to collect and search for product feedback directly from Slack workspaces. It provides tools for pulling stakeholder messages with date filtering, retrieving full conversation threads, and searching feedback by keywords.Last updated
- Alicense-qualityAmaintenanceProduct management copilot that connects Claude to HelpScout support tickets and ProductLift feature requests. Synthesizes customer feedback across sources, scores themes by convergence, and generates prioritized product plans.Last updated27MIT
- AlicenseBqualityCmaintenanceProvides Claude with 44 tools for confidence gating, typed outputs, hallucination detection, and constraint enforcement during conversations.Last updated511MIT
- Alicense-qualityDmaintenanceEnables Claude to analyze GitHub repositories with tools for health scoring, contributor analysis, issue tracking, code search, and more.Last updatedMIT
Related MCP Connectors
Your AI Product Manager. Surface insights, build roadmaps, and plan strategy with 30+ tools.
233 tools for Google, Microsoft, TikTok, LinkedIn Ads in Claude or ChatGPT. Writes need approval.
Competitive intelligence - track what competitors ship each week. 8 tools, 3 prompt workflows.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/raoulkahn/mcp-product-copilot'
If you have feedback or need assistance with the MCP directory API, please join our Discord server