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).
Run
npx -y a2a-to-mcp
MCP client config
{
"mcpServers": {
"a2a-to-mcp-bridge": {
"command": "npx",
"args": [
"-y",
"a2a-to-mcp"
]
}
}
}