mcpbeat Sign in

A2A to MCP bridge MCP Server

local only

A2A to MCP bridge runs on your own machine — the client starts it, so there is no endpoint to ping. 53 installs a week from npm. Last commit 6 Sep 2026.

A2A v1.0.1 agents as MCP 2026-07-28 tools, with the tasks extension

Installs per day peak 158 · avg 5
a month agotoday
53
Installs / week
npm · a2a-to-mcp
1
Stars
0 open issues
6 Sep 2026
Last commit
0 releases in 90 days
Apache-2.0
License
TypeScript

Nothing serious here today

Today is the operative word: we check A2A to MCP bridge every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.

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 a2a-to-mcp -- npx -y a2a-to-mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "a2a-to-mcp": {
      "args": [
        "-y",
        "a2a-to-mcp"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.a2a-to-mcp]
command = "npx"
args = ["-y", "a2a-to-mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "a2a-to-mcp": {
      "args": [
        "-y",
        "a2a-to-mcp"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "a2a-to-mcp": {
      "args": [
        "-y",
        "a2a-to-mcp"
      ],
      "command": "npx"
    }
  }
}

Alternatives to A2A to MCP bridge

same job, measured the same way
5dive MCP
by 5dive-ai

Expose the 5dive agent-fleet CLI (tasks, agents, digest) as stdio MCP tools.

79 installs/wk local only
Aganium
by aganium

Bridge MCP servers to the AGENIUM agent:// network with DNS resolution and mTLS

local only
Nexus MCP
by j7an

Invoke CLI agents (Codex, Claude, OpenCode) as MCP tools with parallel execution

429 installs/wk local only
Superforms
by superforms

Human-input bridge for AI agents with voice-first answer links, MCP tools, and HTTP APIs.

11 tools answering
Knowing
by blackwell-systems

Content-addressed code graph with 22 MCP tools for AI agents.

43 installs/wk local only
Agent Conductor
by icohangar-ops

AGENTS.md + skills MCP with CHP R0 gate and adversary decision tools.

24 installs/wk local only
CAPI Gateway
by surisoft-io

Apache Camel API Gateway with REST-to-MCP bridging for LLM agents.

local only
Modern CLI MCP Server
by nacosolutions

MCP server exposing 104+ modern CLI tools for AI agents with JSON output.

local only

A2A to MCP bridge — questions

Answers built from our own checks of this server.

Why is there no uptime for A2A to MCP bridge?
A2A to MCP bridge 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 a2a-to-mcp was installed 53 times last week.
How do I connect A2A to MCP bridge?
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 a2a-to-mcp straight from npm; nothing to host, nothing to sign up for.
How many people use A2A to MCP bridge?
The npm package a2a-to-mcp was installed 53 times in the last week. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is A2A to MCP bridge open source?
Yes — it is published under the Apache-2.0 licence, written in TypeScript and 1 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.