← Index

io.github.Antonytm/mcp-all

io.github.Antonytm/mcp-all·v0.1.20·Other
Quality Score
56
/100

A Model Context Protocol server to run other MCP servers

§01  Install
Claude Desktop (claude_desktop_config.json)
{
  "mcpServers": {
    "mcp-all": {
      "command": "npx",
      "args": [
        "-y",
        "@antonytm/mcp-all"
      ],
      "env": {
        "TRANSPORT": "<transport>"
      }
    }
  }
}
Cursor (.cursor/mcp.json)
{
  "mcpServers": {
    "mcp-all": {
      "command": "npx",
      "args": [
        "-y",
        "@antonytm/mcp-all"
      ],
      "env": {
        "TRANSPORT": "<transport>"
      }
    }
  }
}
Cline (cline_mcp_settings.json)
npx -y @antonytm/mcp-all
§02  Environment variables
TRANSPORT

no description

TRANSPORT

no description

§03  MCP Quality Score  ·  methodology
freshness
11
completeness
10
installability
25
documentation
5
stability
5
§04  Alternatives in Other