PM33 MCP Server
AI原生產品管理MCP伺服器,具備17項工具與11項資源。支援WSJF待辦事項優化、專案組合排程、蒙地卡羅預測、速度分析、競爭情報、策略對齊、PRD生成與衝刺管理。可整合Jira、Linear及Asana。
文件
PM33 — Claude Code Plugin
Connect Claude to PM33, an AI-powered product management platform that connects strategy to execution.
What's Included
| Component | Description |
|---|---|
| MCP Server | 9 tools, 9 resources, 4 interactive MCP App views |
| Slash Commands | 8 commands for instant PM workflows (/pm33:sprint, /pm33:prioritize, etc.) |
| Skill | PM33 Product Manager — 8 multi-tool chaining workflows |
| Agent | pm33-pm — Product manager persona activated by default |
Install
claude /install-plugin https://github.com/b33-steve/pm33-mcp
Setup
Option 1: API Key (simplest)
Set your PM33 API key as an environment variable:
export PM33_API_KEY=pm33_your_key_here
Generate an API key at pm-33.io/settings under the API Keys tab.
Option 2: OAuth 2.0 (no key needed)
Remove the headers block from .mcp.json — Claude will use OAuth 2.0 PKCE automatically. You'll be prompted to log in to PM33 on first use.
Slash Commands
Type any of these in Claude Code to run a PM workflow instantly:
| Command | What It Does |
|---|---|
/pm33:prioritize | Score and rank the backlog using WSJF with strategic alignment |
/pm33:forecast | Forecast when a feature will ship with confidence intervals |
/pm33:prd | Generate a PRD with strategic context and competitive landscape |
/pm33:competitors | Surface competitive intelligence alerts with recommended actions |
/pm33:respond | Analyze a competitive threat and model the impact of responding |
/pm33:whatif | Model the impact of scope, timeline, or resource changes |
/pm33:schedule | Schedule epics across team lanes respecting velocity and dependencies |
/pm33:sprint | Run a full sprint planning session in minutes instead of hours |
What You Can Ask
You can also ask questions in natural language — the PM agent chains tools automatically:
| Question | What Happens |
|---|---|
| "What should we build next?" | Queries backlog, scores with WSJF, validates against strategy |
| "When will the OAuth epic ship?" | Analyzes velocity, runs delivery forecast with confidence intervals |
| "Write a PRD for mobile navigation" | Pulls backlog context, scores alignment, generates PRD |
| "What are competitors doing?" | Returns competitive intelligence with recommended actions |
| "How should we respond to Linear?" | Gets threat, checks backlog coverage, models response impact |
| "What if we delay billing by 2 sprints?" | Models delivery shifts, cost impact, and risk changes |
| "Schedule our roadmap" | Prioritizes stack, allocates across team lanes |
| "Plan next sprint" | Full planning: velocity, priorities, scheduling, forecasts |
Tools
| Tool | Title | Description |
|---|---|---|
pm33_query_backlog | Query Backlog | Retrieve and filter work items |
pm33_optimize_priorities | Optimize Priorities | WSJF scoring with strategic alignment |
pm33_score_alignment | Score Strategic Alignment | Strategic objective alignment scoring |
pm33_forecast_delivery | Forecast Delivery | Probabilistic delivery date forecasts |
pm33_analyze_velocity | Analyze Velocity | Team capacity and trend analysis |
pm33_competitive_threats | Competitive Threats | Competitive intelligence alerts |
pm33_generate_prd | Generate PRD | PRD generation with strategic context |
pm33_analyze_scenario | Analyze Scenario | What-if scenario modeling |
pm33_schedule_portfolio | Schedule Portfolio | Epic scheduling across team lanes |
Resources
5 data resources + 4 interactive MCP App views (HTML visualizations rendered inline in Claude Desktop):
pm33://strategy/{workspaceId}— Strategic contextpm33://backlog/{workspaceId}— Backlog summarypm33://velocity/{workspaceId}— Velocity metricspm33://competitive/{tenantId}— Competitive landscapepm33://workspaces— Available workspacespm33://ui/optimize-priorities— Priority scoring visualizationpm33://ui/forecast-delivery— Delivery forecast chartpm33://ui/schedule-portfolio— Portfolio Gantt viewpm33://ui/generate-prd— PRD document view
Plugin Structure
pm33-mcp/
.claude-plugin/
plugin.json # Plugin manifest
commands/
prioritize.md # /pm33:prioritize — WSJF scoring
forecast.md # /pm33:forecast — delivery forecasting
prd.md # /pm33:prd — PRD generation
competitors.md # /pm33:competitors — competitive intel
respond.md # /pm33:respond — competitive response
whatif.md # /pm33:whatif — scenario modeling
schedule.md # /pm33:schedule — portfolio scheduling
sprint.md # /pm33:sprint — full sprint planning
skills/
pm33-product-manager/
SKILL.md # Multi-tool chaining workflows
agents/
pm33-pm.md # Product manager agent persona
.mcp.json # MCP server configuration
settings.json # Activates pm33-pm agent by default
Documentation
License
MIT