Odel
A2A to MCP bridge

A2A to MCP bridge

Local
@amirk-s1TypeScriptApache-2.0Updated Yesterday

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

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

npma2a-to-mcpv0.1.0

Run

npx -y a2a-to-mcp

MCP client config

{
  "mcpServers": {
    "a2a-to-mcp-bridge": {
      "command": "npx",
      "args": [
        "-y",
        "a2a-to-mcp"
      ]
    }
  }
}