Skip to content
Cursor

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

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "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

mcp all in other clients