# phuryn/pm-skills | Model Context Protocol (MCP) Server > PM Skills Marketplace: 100+ agentic skills, commands, and plugins — from discovery to strategy, execution, launch, and growth. - **Stars**: ⭐ 22,518 - **Language**: Unknown - **Native MCP Manifest**: Standard NPX Transport ## 🔌 Claude Desktop Configuration (`claude_desktop_config.json`) ```json { "mcpServers": { "pm-skills": { "command": "npx", "args": [ "-y", "@modelcontextprotocol/server-pm-skills" ] } } } ``` ## ⚡ Cursor MCP Configuration (`.cursor/mcp.json`) ```json { "mcpServers": { "pm-skills": { "command": "npx", "args": [ "-y", "@modelcontextprotocol/server-pm-skills" ] } } } ``` ## 🚀 Launch Commands - **NPX**: `npx -y @modelcontextprotocol/server-pm-skills` - **Docker**: `docker run -i --rm mcp/pm-skills`