Skip to content
Cursor

skill mcp for Cursor

io.github.chrischall/skill-mcp

Serves a directory of Agent Skills over MCP: list, load, read files, run declared scripts

client:Cursor transport:stdio runtime:npm

Install skill mcp in Cursor

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

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "skill-mcp": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@chrischall/skill-mcp"
      ],
      "env": {
        "SKILLS_DIR": "<SKILLS_DIR>"
      }
    }
  }
}

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

skill mcp in other clients