Loading languages...
A2

a2a-mcp-server

@GongRzhe70

A mcp server that bridges the Model Context Protocol (MCP) with the Agent-to-Agent (A2A) protocol, enabling MCP-compatible AI assistants (like Claude) to seamlessly interact with A2A agents.

agent
a2a
protocol-bridge
ai-assistant

# mcpServer Config

{
  "mcpServers": {
    "a2a": {
      "command": "uvx",
      "args": [
        "a2a-mcp-server"
      ]
    }
  }
}

# stdio

uvx a2a-mcp-server

# sseURL

http://127.0.0.1:8000/sse

# streamableURL

http://127.0.0.1:8000/mcp
Transport:
stdio
streamable
sse
语言:
Python
创建时间:5/19/2025
更新时间:7/30/2025
主页: