regismesquita/MCP_A2A
A2A MCP Server is a lightweight Python bridge that lets Claude Desktop or any MCP client talk to A2A agents. It provides three tools: register servers, list agents, and call an agent, enabling quick integration of A2A-compatible agents with zero boilerplate for rapid prototyping.
Platform-specific configuration:
{
"mcpServers": {
"MCP_A2A": {
"command": "npx",
"args": [
"-y",
"MCP_A2A"
]
}
}
}Add the config above to .claude/settings.json under the mcpServers key.
Loading reviews...