A2A MCP Server

Active

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.

United States
Updated 8/2/2025
Key Features

What makes this MCP server special

MCP
A2A

Requirements

UVX
Server Information

Status

Active

Location

United States

Version

1.0.0

License

MIT

Author

modelcontextprotocol

Installation Guide
Get started with this MCP server in minutes

1. Install the Package

https://github.com/GongRzhe/A2A-MCP-Server?tab=readme-ov-file#configuration

2. Configuration

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

3. Usage Example

Claude can use A2A agents through the MCP tools provided by this server.