Skip to content

Hub

Free

by MCP Community

A manager server for MCP servers that handles process management and tool routing

v4.2.1Added Apr 12, 2026
mcpmcp-hubmodel-context-protocolmcp-servers-managerserver
Works with:ClaudeGPTGeminiCopilot

Hub MCP Server

A manager server for MCP servers that handles process management and tool routing

Installation

npx -y mcp-hub

Reviews

Leave a Review

Installation

Quick install
npx -y mcp-hub
Add to claude_desktop_config.json
{
  "mcpServers": {
    "hub": {
      "command": "npx",
      "args": ["-y", "mcp-hub"]
    }
  }
}