skill deck for Cursor
io.github.xingbofeng/skill-deck
Expose local Agent Skills as adapter tools, MCP resources, MCP tools, and share artifacts.
client:Cursor
transport:stdio
runtime:npm
Install skill deck in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"skill-deck": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"skill-deck"
],
"env": {
"SKILL_DECK_SKILLS_ROOT": "<SKILL_DECK_SKILLS_ROOT>"
}
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs