mcp skill server for Cursor
io.github.jcc-ne/mcp-skill-server
An MCP server that mounts your skill directory and add deterministic entry for deployment
client:Cursor
transport:stdio
runtime:pypi
Install mcp skill server in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"mcp-skill-server": {
"type": "stdio",
"command": "uvx",
"args": [
"mcp-skill-server"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs