Skip to content
Cursor

Skillselion for Cursor

io.github.skillselion/skillselion-mcp

On-demand access to thousands of install-ranked Claude Code skills - search and load mid-task.

client:Cursor transport:stdio runtime:npm

Install Skillselion in Cursor

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

{
  "mcpServers": {
    "skillselion-mcp": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "skillselion-mcp"
      ]
    }
  }
}

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

Skillselion in other clients