Back to Apps

PM-Skills MCP
Supports UIby product-on-purpose
MCP server exposing 40+ professional product management skills, workflows, and lifecycle tools.
0 stars
Works in:CursorVS Code CopilotzedWindsurf
Exposes:ToolsResourcesPrompts
What it does
PM-Skills MCP transforms a comprehensive library of best-practice product management skills into programmatic tools for AI assistants. It enables AIs to generate high-quality PM artifacts like PRDs, hypotheses, and user stories following a structured Triple Diamond framework.
Tools
pm_prd: Generates comprehensive product requirement documents.pm_hypothesis: Creates testable assumptions with success metrics.pm_user_stories: Produces INVEST-compliant stories with acceptance criteria.pm_workflow_feature_kickoff: Orchestrates a flow from problem to stories.pm_persona: Generates evidence-based product personas.pm_competitive_analysis: Maps market landscapes and identifies opportunities.
Installation
Add the following to your claude_desktop_config.json:
{
"mcpServers": {
"pm-skills": {
"command": "npx",
"args": ["pm-skills-mcp"]
}
}
}
Supported hosts
- claude
- cursor
- vscode-copilot
- zed
- windsurf
Quick install
npm install -g pm-skills-mcpInformation
- Pricing
- free
- Published
- 7/10/2026
- stars
- 0
Categories
Choose your AI client and follow the steps below.
zed
Add to context_servers in settings.jsonCursor
Add npx pm-skills-mcp to MCP Servers in SettingsWindsurf
Add to mcp_config.jsonClaude Desktop
{
"mcpServers": {
"pm-skills": {
"command": "npx",
"args": ["pm-skills-mcp"]
}
}
}VS Code Copilot
Configure via MCP extension settings





