mcp-multi-server-hub

mcp-use/mcp-multi-server-hub
★ 0 stars TypeScript 📦 Other Updated 1d ago
Compose multiple MCP servers with middleware
View on GitHub →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "mcp-multi-server-hub": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-use/mcp-multi-server-hub"
      ]
    }
  }
}