Esta página se muestra en inglés. Una traducción al español está en curso.
WorkflowsMay 13, 2026·3 min de lectura

Awesome A2A — Agent2Agent Tools, Servers & Clients

Curated Agent2Agent (A2A) directory covering agents, servers, and client SDKs for building interoperable multi-agent systems.

Listo para agents

Este activo puede ser leído e instalado directamente por agents

TokRepo expone un comando CLI universal, contrato de instalación, metadata JSON, plan según adaptador y contenido raw para que los agents evalúen compatibilidad, riesgo y próximos pasos.

Stage only · 17/100Stage only
Superficie agent
Cualquier agent MCP/CLI
Tipo
CLI Tool
Instalación
Stage only
Confianza
Confianza: Established
Entrada
Asset
Comando CLI universal
npx tokrepo install f8259814-2519-5aba-9595-d5675275a53c
Introducción

Awesome A2A helps you navigate the growing A2A ecosystem so you can assemble agents and services that speak a shared, interoperable protocol.

Best for: Multi-agent platform builders comparing A2A protocol servers/clients

Works with: Protocol implementations vary; use as a discovery list for your language/runtime

Setup time: 3–10 minutes

Key facts (verified)

  • Use the list to pick one server + one client SDK first, then validate end-to-end interoperability.
  • When adopting multiple agents, standardize on a shared routing and auth model early.
  • GitHub: 171 stars · 36 forks; pushed 2026-05-03 (GitHub API verified).

Main

A2A evaluation checklist:

  • Does the project document authentication and authorization clearly?
  • Can it run in your deployment model (local dev, container, or managed service)?
  • Does it interoperate with your existing tool protocol (MCP) or do you need bridges?

README excerpt (verbatim)

Awesome A2A Awesome

Awesome A2A

A curated list of awesome Agent2Agent (A2A) protocol servers. This repository collects and organizes A2A-compliant server implementations to help developers build interoperable AI agent systems.

What is A2A?

A2A (Agent2Agent) is an open protocol created by Google that enables different AI agents to communicate and collaborate with each other using a standardized interface. The protocol allows agents to discover capabilities, submit tasks for execution, monitor task progress, and receive task results in a unified way.

Clients

AI clients that can interact with A2A servers:

  • Claude from Anthropic
  • Gemini from Google
  • Custom A2A-compatible clients

Tutorials

Community

Legend

  • 🎖️ – official implementation
  • programming language
    • 🐍 – Python codebase
    • 📇 – TypeScript/JavaScript codebase
    • 🏎️ – Go codebase
    • 🦀 – Rust codebase
    • #️⃣ - C# Codebase
    • ☕ - Java codebase
  • scope
    • ☁️ - Cloud Service
    • 🏠 - Local Service
    • 📟 - Embedded Systems
  • operating system
    • 🍎 – For macOS
    • 🪟 – For Windows
    • 🐧 - For Linux

[!NOTE] Confused about Local 🏠 vs Cloud ☁️?

  • Use local when A2A server is talking to a locally installed software.
  • Use cloud when A2A server is talking to remote APIs, like Google Maps API.

Server Implementations

FAQ

Q: What is A2A here? A: It refers to Agent2Agent protocol implementations and ecosystem components listed in the repo.

Q: Is it compatible with MCP? A: They are different surfaces; you may need a bridge if you want one stack to expose both.

Q: How do I start? A: Pick one server and one SDK in your preferred language and build a minimal ping/route demo.

🙏

Fuente y agradecimientos

Source: https://github.com/pab1it0/awesome-a2a > License: MIT > GitHub stars: 171 · forks: 36

Discusión

Inicia sesión para unirte a la discusión.
Aún no hay comentarios. Sé el primero en compartir tus ideas.

Activos relacionados