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
{
"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