Odel
mcp all

mcp all

Local
@antonytm1TypeScriptUpdated 11mo ago

A Model Context Protocol server to run other MCP servers

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

npm@antonytm/mcp-allv0.1.20

Run

npx -y @antonytm/mcp-all

MCP client config

{
  "mcpServers": {
    "mcp-all": {
      "command": "npx",
      "args": [
        "-y",
        "@antonytm/mcp-all"
      ]
    }
  }
}
npm@antonytm/mcp-allv0.1.20

Run

npx -y @antonytm/mcp-all

MCP client config

{
  "mcpServers": {
    "mcp-all": {
      "command": "npx",
      "args": [
        "-y",
        "@antonytm/mcp-all"
      ]
    }
  }
}