A2a Protocol
Freeby MCP Community
JavaScript MCP Server — Google Agent2Agent Protocol bridge for agent discovery and task delegation
v0.1.0Added Apr 12, 2026
mcpa2aagent2agentgoogleai-agents
A2a Protocol MCP Server
JavaScript MCP Server — Google Agent2Agent Protocol bridge for agent discovery and task delegation
Installation
Reviews
Installation
Quick install
npx -y @aiagentkarl/a2a-protocol-mcp-server
Add to claude_desktop_config.json
{
"mcpServers": {
"a2a-protocol": {
"command": "npx",
"args": ["-y", "@aiagentkarl/a2a-protocol-mcp-server"]
}
}
}