kitsune mcp for Cursor
io.github.kaiser-data/kitsune-mcp
Shape-shifting MCP hub — shapeshift() into 130,000+ servers at runtime. No restarts. 7 registries.
client:Cursor
transport:stdio
runtime:npm
Install kitsune mcp in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"kitsune-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"kitsune-mcp"
],
"env": {
"SMITHERY_API_KEY": "<SMITHERY_API_KEY>"
}
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs