What is the McpHub MCP server?
MCP bridge that folds multiple MCP servers' capabilities into a few fixed tools for AI tools.
How to install McpHub
Copy-paste configuration for popular MCP clients.
transport: stdio
Config generated by PluginBench — verify against the source before use.Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"mcphub": {
"command": "dnx",
"args": [
"McpHub"
]
}
}
}Cursor
~/.cursor/mcp.json
{
"mcpServers": {
"mcphub": {
"command": "dnx",
"args": [
"McpHub"
]
}
}
}Windsurf
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"mcphub": {
"command": "dnx",
"args": [
"McpHub"
]
}
}
}VS Code
.vscode/mcp.json
{
"servers": {
"mcphub": {
"type": "stdio",
"command": "dnx",
"args": [
"McpHub"
]
}
}
}Claude Code
claude mcp add mcphub -- dnx McpHubRelated MCP servers
AdoMcp
Maintained
Database MCP server for schema discovery, comments, and SQL queries.
1
View repository →C#
MIT