Skip to content
Grok

Antigravity Link for Grok

io.github.cafetechne/antigravity-link

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

client:Grok transport:stdio runtime:npm

Install Antigravity Link in Grok

.mcp.json (in your project root)

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

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

Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs

Antigravity Link in other clients