Back to directory
tesla0225/mcp-a2a

tesla0225/mcp-a2a

@tesla0225

An MCP server that acts as a client to the Agent-to-Agent (A2A) protocol, allowing LLMs to interact with A2A agents through MCP.

a2aagent-to-agentmcp-serverclienttypescriptprotocoltool

Installation & Configuration

{
  "mcpServers": {
    "a2a-client": {
      "command": "npx",
      "args": [
        "-y",
        "a2a-client-mcp-server"
      ],
      "env": {
        "A2A_ENDPOINT_URL": "http://localhost:41241"
      }
    }
  }
}

Information

Transport
stdio
Language
TypeScript
Created
2026/6/15
Updated
2026/6/17