McpHub
Rank #15,132io.github.John0King/mcphub
MCP bridge that folds multiple MCP servers' capabilities into a few fixed tools for AI tools.
McpHub is a Model Context Protocol (MCP) server published by john0king. It ranks #15,132 of 115,591 servers tracked on MCP Toplist, and its repository has 2 GitHub stars. McpHub is listed on Official MCP, with 1 tracked version. It was first listed on Aug 10, 2026 and most recently updated on Aug 10, 2026.
Ranks ahead of 100,459 of 115,591 servers on MCP Toplist.
Use McpHub
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add mcphub -- dnx McpHub[mcp_servers.mcphub]
command = "dnx"
args = ["McpHub"]Add to ~/.codex/config.toml.
{
"mcpServers": {
"mcphub": {
"command": "dnx",
"args": [
"McpHub"
]
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config).
{
"mcpServers": {
"mcphub": {
"command": "dnx",
"args": [
"McpHub"
]
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"servers": {
"mcphub": {
"type": "stdio",
"command": "dnx",
"args": [
"McpHub"
]
}
}
}Save as .vscode/mcp.json in your workspace.
{
"mcpServers": {
"mcphub": {
"command": "dnx",
"args": [
"McpHub"
]
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"mcphub": {
"command": "dnx",
"args": [
"McpHub"
]
}
}
}Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/io.github.John0King%2Fmcphub)<a href="https://mcptoplist.com/server/io.github.John0King%2Fmcphub"><img src="https://mcptoplist.com/badge/io.github.John0King%2Fmcphub.svg" alt="MCP Toplist: Top 25% of 115,591" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 1 registry
john0king
Other servers by john0king
View all john0king servers →Available versions (1)
| Version | Published |
|---|---|
| 0.0.1.1 | Aug 10, 2026 |
Frequently asked questions
- Who maintains McpHub?
- McpHub is maintained by john0king, which publishes 2 MCP servers (4 total versions) tracked on MCP Toplist.
- Is McpHub listed on the Official MCP Registry?
- Yes — McpHub is listed on the Official MCP Registry.
- How many versions does McpHub have?
- MCP Toplist tracks 1 version of McpHub, most recently published on Aug 10, 2026.
- Where can I find the source code for McpHub?
- The source code for McpHub is hosted at github.com/john0king/McpHub.