PM33 MCP Server

AI-native product management MCP server with 17 tools and 11 resources. WSJF backlog optimization, portfolio scheduling, Monte Carlo forecasting, velocity analytics, competitive intelligence, strategic alignment, PRD generation, sprint management. Integrates with Jira, Linear, and Asana.

PM33 — Claude Code Plugin

Connect Claude to PM33, an AI-powered product management platform that connects strategy to execution.

What's Included

ComponentDescription
MCP Server9 tools, 9 resources, 4 interactive MCP App views
Slash Commands8 commands for instant PM workflows (/pm33:sprint, /pm33:prioritize, etc.)
SkillPM33 Product Manager — 8 multi-tool chaining workflows
Agentpm33-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:

CommandWhat It Does
/pm33:prioritizeScore and rank the backlog using WSJF with strategic alignment
/pm33:forecastForecast when a feature will ship with confidence intervals
/pm33:prdGenerate a PRD with strategic context and competitive landscape
/pm33:competitorsSurface competitive intelligence alerts with recommended actions
/pm33:respondAnalyze a competitive threat and model the impact of responding
/pm33:whatifModel the impact of scope, timeline, or resource changes
/pm33:scheduleSchedule epics across team lanes respecting velocity and dependencies
/pm33:sprintRun 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:

QuestionWhat 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

ToolTitleDescription
pm33_query_backlogQuery BacklogRetrieve and filter work items
pm33_optimize_prioritiesOptimize PrioritiesWSJF scoring with strategic alignment
pm33_score_alignmentScore Strategic AlignmentStrategic objective alignment scoring
pm33_forecast_deliveryForecast DeliveryProbabilistic delivery date forecasts
pm33_analyze_velocityAnalyze VelocityTeam capacity and trend analysis
pm33_competitive_threatsCompetitive ThreatsCompetitive intelligence alerts
pm33_generate_prdGenerate PRDPRD generation with strategic context
pm33_analyze_scenarioAnalyze ScenarioWhat-if scenario modeling
pm33_schedule_portfolioSchedule PortfolioEpic scheduling across team lanes

Resources

5 data resources + 4 interactive MCP App views (HTML visualizations rendered inline in Claude Desktop):

  • pm33://strategy/{workspaceId} — Strategic context
  • pm33://backlog/{workspaceId} — Backlog summary
  • pm33://velocity/{workspaceId} — Velocity metrics
  • pm33://competitive/{tenantId} — Competitive landscape
  • pm33://workspaces — Available workspaces
  • pm33://ui/optimize-priorities — Priority scoring visualization
  • pm33://ui/forecast-delivery — Delivery forecast chart
  • pm33://ui/schedule-portfolio — Portfolio Gantt view
  • pm33://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

Related Servers