a2a-mcp-tutorial

Tsadoq/a2a-mcp-tutorial
★ 106 stars Python 🤖 AI/LLM Updated 1mo ago
A tutorial on how to use Model Context Protocol by Anthropic and Agent2Agent Protocol by Google
View on GitHub →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

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

Or install with pip: pip install a2a-mcp-tutorial