A2A to MCP bridge
Rank #16,773io.github.AmirK-S/a2a-to-mcp
A2A v1.0.1 agents as MCP 2026-07-28 tools, with the tasks extension
A2A to MCP bridge is a Model Context Protocol (MCP) server published by AmirK-S. It ranks #16,773 of 132,405 servers tracked on MCP Toplist, and its repository has 1 GitHub stars. A2A to MCP bridge is listed across 2 registries — Official MCP and Glama, with 1 tracked version. It was first listed on Sep 6, 2026 and most recently updated on Sep 6, 2026.
Ranks ahead of 115,632 of 132,405 servers on MCP Toplist.
Use A2A to MCP bridge
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add a2a-to-mcp -- npx -y a2a-to-mcp --config --port 8931[mcp_servers.a2a-to-mcp]
command = "npx"
args = ["-y", "a2a-to-mcp", "--config", "--port", "8931"]Add to ~/.codex/config.toml.
{
"mcpServers": {
"a2a-to-mcp": {
"command": "npx",
"args": [
"-y",
"a2a-to-mcp",
"--config",
"--port",
"8931"
]
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config).
{
"mcpServers": {
"a2a-to-mcp": {
"command": "npx",
"args": [
"-y",
"a2a-to-mcp",
"--config",
"--port",
"8931"
]
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"servers": {
"a2a-to-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"a2a-to-mcp",
"--config",
"--port",
"8931"
]
}
}
}Save as .vscode/mcp.json in your workspace.
{
"mcpServers": {
"a2a-to-mcp": {
"command": "npx",
"args": [
"-y",
"a2a-to-mcp",
"--config",
"--port",
"8931"
]
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"a2a-to-mcp": {
"command": "npx",
"args": [
"-y",
"a2a-to-mcp",
"--config",
"--port",
"8931"
]
}
}
}Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/io.github.AmirK-S%2Fa2a-to-mcp)<a href="https://mcptoplist.com/server/io.github.AmirK-S%2Fa2a-to-mcp"><img src="https://mcptoplist.com/badge/io.github.AmirK-S%2Fa2a-to-mcp.svg" alt="MCP Toplist: Top 25% of 132,405" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 2 registries
AmirK-S
Other servers by AmirK-S
View all AmirK-S servers →Available versions (1)
| Version | Published |
|---|---|
| 0.1.0 | Sep 6, 2026 |
Frequently asked questions
- Who maintains A2A to MCP bridge?
- A2A to MCP bridge is maintained by AmirK-S, which publishes 2 MCP servers (2 total versions) tracked on MCP Toplist.
- Is A2A to MCP bridge listed on the Official MCP Registry?
- Yes — A2A to MCP bridge is listed on the Official MCP Registry, alongside Glama.
- How many versions does A2A to MCP bridge have?
- MCP Toplist tracks 1 version of A2A to MCP bridge, most recently published on Sep 6, 2026.
- Where can I find the source code for A2A to MCP bridge?
- The source code for A2A to MCP bridge is hosted at github.com/AmirK-S/a2a-to-mcp.
Do you run this server?
Community projects list the MCP servers behind real agents and apps. Publish yours and this page will link to it.