A2a Bridge runs on your own machine — the client starts it, so there is no endpoint to ping. 32 installs a week from npm. Last commit 24 Apr 2026.
Agent-to-agent communication bridge for multi-agent systems
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.
claude mcp add a2a-bridge -- npx -y a2a-bridge-mcp
{
"mcpServers": {
"a2a-bridge": {
"args": [
"-y",
"a2a-bridge-mcp"
],
"command": "npx"
}
}
}
[mcp_servers.a2a-bridge]
command = "npx"
args = ["-y", "a2a-bridge-mcp"]
{
"mcpServers": {
"a2a-bridge": {
"args": [
"-y",
"a2a-bridge-mcp"
],
"command": "npx"
}
}
}
{
"mcpServers": {
"a2a-bridge": {
"args": [
"-y",
"a2a-bridge-mcp"
],
"command": "npx"
}
}
}
Answers built from our own checks of this server.