A Model Context Protocol server to run other MCP servers

GitHubRepository

Tags

registry.modelcontextprotocol.io

Configuration

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