A2A-MCP-Server

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.

GitHub Stars

90

User Rating

Not Rated

Favorites

0

Views

19

Forks

16

Issues

2

Installation
Difficulty
Beginner
Estimated Time
5-10 minutes

Installation

Installation

Prerequisites

Please specify required software and versions:
Python: 3.6 or higher
pip: Latest version

Installation Steps

1. Clone Repository

bash
git clone https://github.com/GongRzhe/A2A-MCP-Server.git
cd A2A-MCP-Server

2. Set Up Virtual Environment

bash
python -m venv .venv
source .venv/bin/activate  # On Windows: .venv\Scripts\activate

3. Install Dependencies

bash
pip install -r requirements.txt

Troubleshooting

Common Issues

Issue: Server won't start Solution: Check Python version and reinstall dependencies. Issue: Agents not recognized Solution: Verify configuration file path and syntax.

Additional Resources