Skip to content
Claude Desktop

Antigravity Link for Claude Desktop

io.github.cafetechne/antigravity-link

MCP server and OpenAPI-backed mobile companion for controlling Antigravity IDE sessions

client:Claude Desktop transport:stdio runtime:npm

Install Antigravity Link in Claude Desktop

~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "antigravity-link": {
      "command": "npx",
      "args": [
        "-y",
        "antigravity-link-extension"
      ],
      "env": {
        "AG_BRIDGE_URL": "<AG_BRIDGE_URL>",
        "AG_BRIDGE_TOKEN": "<AG_BRIDGE_TOKEN>"
      }
    }
  }
}

Settings → Developer → Edit Config opens this file. Restart the app after saving. Claude Desktop docs

Antigravity Link in other clients