mcp all for Cursor
io.github.antonytm/mcp-all
A Model Context Protocol server to run other MCP servers
client:Cursor
transport:stdio
runtime:npm
Install mcp all in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"mcp-all": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@antonytm/mcp-all"
],
"env": {
"TRANSPORT": "<TRANSPORT>"
}
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs