Skip to content
Cursor

A2A to MCP bridge for Cursor

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

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

client:Cursor transport:stdio runtime:npm

Install A2A to MCP bridge in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

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

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

A2A to MCP bridge in other clients