Skip to content
Cursor

pm claude skills for Cursor

io.github.mohitagw15856/pm-claude-skills

1170 professional Agent Skills + workflow recipes — searchable & fetchable over MCP.

client:Cursor transport:stdio runtime:npm

Install pm claude skills in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

{
  "mcpServers": {
    "pm-claude-skills": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "pm-claude-skills"
      ]
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

pm claude skills in other clients