mcpbeat Sign in

Agent MCP Hub MCP Server

by blackaxgit Your server? Claim it
local only

Agent MCP Hub runs on your own machine — the client starts it, so there is no endpoint to ping. 48 installs a week from npm. Last commit 5 Aug 2026.

One MCP server bridging the Codex, Cursor, OpenCode, Claude, and Antigravity CLI agents

Installs per day peak 326 · avg 35 · +655% w/w
a month agotoday
48
Installs / week
npm · agent-mcp-hub
0
Stars
0 open issues
5 Aug 2026
Last commit
0 releases in 90 days
MPL-2.0
License
TypeScript

What the code does

We read the source, 20 h ago · rules 3dff92dd89df

Capabilities

What this server is able to do. For an MCP server this is often the job itself — a terminal server runs commands because that is what it is for. Listed so you know what you are plugging in, not as an accusation.

Runs an external command src/exec.ts:386
    const child = spawn(binary, args, {

Is this your server and something here is wrong? Tell us — corrections are free and do not require a plan.

This code can reach further than it looks

We found places where it runs commands, builds paths or queries from values it is given. None of that is a flaw by itself — it becomes one when the code changes, and code changes quietly between releases. We re-read it on every one.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add agent-mcp-hub -- npx -y agent-mcp-hub
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "agent-mcp-hub": {
      "args": [
        "-y",
        "agent-mcp-hub"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.agent-mcp-hub]
command = "npx"
args = ["-y", "agent-mcp-hub"]
.cursor/mcp.json
{
  "mcpServers": {
    "agent-mcp-hub": {
      "args": [
        "-y",
        "agent-mcp-hub"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "agent-mcp-hub": {
      "args": [
        "-y",
        "agent-mcp-hub"
      ],
      "command": "npx"
    }
  }
}

Alternatives to Agent MCP Hub

same job, measured the same way
Briefroom
by briefroom

briefroom stdio MCP server — expose the briefroom CLI to Claude Code, Codex, and other agents.

45 installs/wk local only
Codex MCP Tool
by x51xxx

MCP server bridging AI assistants to OpenAI Codex CLI for code analysis and review

151 installs/wk local only
Th Memory MCP
by worakorn-prince

Local long-term memory MCP server (SQLite) for AI coding agents — OpenCode, Claude Code, Cursor

449 installs/wk local only
Ask LLM
by lykhoyda

Unified MCP server for Gemini, Codex, Claude, Grok, Ollama, and Antigravity

544 installs/wk local only
Foxhound
by caleb-love

MCP server for querying Foxhound traces from Claude Code, Cursor, and other MCP clients

21 installs/wk local only
Openclaw Control MCP
by smurfy92

MCP server bridging Claude Code to the OpenClaw gateway management plane via JSON-RPC.

442 installs/wk local only
Aiko
by masa-san-jp

A portable persona for MCP clients — the same agent in Claude Code, Codex, Cursor and VS Code

37 installs/wk local only
Zendesk MCP
by michaelrice

Zendesk MCP server for Claude Code and other MCP clients

222 installs/wk local only

Agent MCP Hub — questions

Answers built from our own checks of this server.

Why is there no uptime for Agent MCP Hub?
Agent MCP Hub runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the npm package agent-mcp-hub was installed 48 times last week.
How do I connect Agent MCP Hub?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls agent-mcp-hub straight from npm; nothing to host, nothing to sign up for.
How many people use Agent MCP Hub?
The npm package agent-mcp-hub was installed 48 times in the last week. Week over week that is +655%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Agent MCP Hub open source?
Yes — it is published under the MPL-2.0 licence, written in TypeScript and 0 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.