Skip to content
Claude Desktop

McpHub for Claude Desktop

io.github.john0king/mcphub

MCP bridge that folds multiple MCP servers' capabilities into a few fixed tools for AI tools.

client:Claude Desktop transport:stdio runtime:nuget

Install McpHub in Claude Desktop

~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json

{
  "mcpServers": {
    "mcphub": {
      "command": "dnx",
      "args": [
        "McpHub",
        "--yes"
      ]
    }
  }
}

Settings → Developer → Edit Config opens this file. Restart the app after saving. Claude Desktop docs

McpHub in other clients