Description

Agent2Agent (A2A) – awesome A2A agents, tools, servers & clients, all in one place.

Installation

npx -y awesome-a2a
npm install awesome-a2a
git clone https://github.com/pab1it0/awesome-a2a

Claude Desktop Configuration

Add this configuration to your Claude Desktop config file to enable this MCP server:

Config file location: ~/Library/Application Support/Claude/claude_desktop_config.json

Config file location: %APPDATA%\Claude\claude_desktop_config.json

Config file location: ~/.config/Claude/claude_desktop_config.json

claude_desktop_config.json
{
  "mcpServers": {
    "awesome-agent2agent-a2a": {
      "command": "npx",
      "args": [
        "-y",
        "awesome-a2a"
      ]
    }
  }
}