skillhub mcp for Cursor
io.github.214140846/skillhub-mcp
MCP server that exposes Claude-style skills to any MCP client.
client:Cursor
transport:stdio
runtime:pypi
Install skillhub mcp in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"skillhub-mcp": {
"type": "stdio",
"command": "uvx",
"args": [
"skillhub-mcp"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs