Skip to content
Cursor

McpHub for Cursor

io.github.john0king/mcphub

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

client:Cursor transport:stdio runtime:nuget

Install McpHub in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

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

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

McpHub in other clients