Skip to content
VS Code

A2A to MCP bridge for VS Code

io.github.amirk-s/a2a-to-mcp

A2A v1.0.1 agents as MCP 2026-07-28 tools, with the tasks extension

client:VS Code transport:stdio runtime:npm

Install A2A to MCP bridge in VS Code

.vscode/mcp.json

{
  "servers": {
    "a2a-to-mcp": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "a2a-to-mcp"
      ]
    }
  }
}

Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs

A2A to MCP bridge in other clients