Home › Other › Antigravity Link

Antigravity Link

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

HTML
★ 213 stars Last pushed 2026-06-04 License: MIT

Connect

Review any command before running it. Package names and URLs come from the server's own registry entry.

Package (npm 1.0.13)

npx -y antigravity-link-extension@1.0.13

Or add to your MCP client config:

{
  "mcpServers": {
    "antigravity-link-extension": {
      "command": "npx",
      "args": [
        "-y",
        "antigravity-link-extension@1.0.13"
      ],
      "env": {
        "AG_BRIDGE_URL": "<YOUR_VALUE>",
        "AG_BRIDGE_TOKEN": "<YOUR_VALUE>"
      }
    }
  }
}
  • AG_BRIDGE_URL required — Base URL for the local Antigravity Link bridge server
  • AG_BRIDGE_TOKEN required secret — Auth token from the Antigravity Link QR URL

Related servers

Data from the Official MCP Registry