agent-mcp-hub
Rank #13,416io.github.blackaxgit/agent-mcp-hub
One MCP server bridging the Codex, Cursor, OpenCode, Claude, and Antigravity CLI agents
agent-mcp-hub is a Model Context Protocol (MCP) server published by blackaxgit. It ranks #13,416 of 115,591 servers tracked on MCP Toplist. agent-mcp-hub is listed across 2 registries — Official MCP and Glama, with 3 tracked versions. It was first listed on Jul 12, 2026 and most recently updated on Jul 28, 2026.
Ranks ahead of 102,175 of 115,591 servers on MCP Toplist.
Use agent-mcp-hub
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add agent-mcp-hub -- npx -y agent-mcp-hub[mcp_servers.agent-mcp-hub]
command = "npx"
args = ["-y", "agent-mcp-hub"]Add to ~/.codex/config.toml.
{
"mcpServers": {
"agent-mcp-hub": {
"command": "npx",
"args": [
"-y",
"agent-mcp-hub"
]
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config).
{
"mcpServers": {
"agent-mcp-hub": {
"command": "npx",
"args": [
"-y",
"agent-mcp-hub"
]
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"servers": {
"agent-mcp-hub": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"agent-mcp-hub"
]
}
}
}Save as .vscode/mcp.json in your workspace.
{
"mcpServers": {
"agent-mcp-hub": {
"command": "npx",
"args": [
"-y",
"agent-mcp-hub"
]
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"agent-mcp-hub": {
"command": "npx",
"args": [
"-y",
"agent-mcp-hub"
]
}
}
}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.blackaxgit%2Fagent-mcp-hub)<a href="https://mcptoplist.com/server/io.github.blackaxgit%2Fagent-mcp-hub"><img src="https://mcptoplist.com/badge/io.github.blackaxgit%2Fagent-mcp-hub.svg" alt="MCP Toplist: Top 25% of 115,591" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 2 registries
blackaxgit
Other servers by blackaxgit
View all blackaxgit servers →Available versions (3)
| Version | Published |
|---|---|
| 0.6.1 | Jul 28, 2026 |
| 0.6.0 | Jul 27, 2026 |
| 0.5.1 | Jul 12, 2026 |
Frequently asked questions
- Who maintains agent-mcp-hub?
- agent-mcp-hub is maintained by blackaxgit, which publishes 2 MCP servers (7 total versions) tracked on MCP Toplist.
- Is agent-mcp-hub listed on the Official MCP Registry?
- Yes — agent-mcp-hub is listed on the Official MCP Registry, alongside Glama.
- How many versions does agent-mcp-hub have?
- MCP Toplist tracks 3 versions of agent-mcp-hub, most recently published on Jul 28, 2026.
- Where can I find the source code for agent-mcp-hub?
- The source code for agent-mcp-hub is hosted at github.com/blackaxgit/agent-mcp-hub.