Odel
Antigravity Link

Antigravity Link

Local
@cafetechne210HTMLMITUpdated 3mo ago

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

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

npmantigravity-link-extensionv1.0.13

Run

npx -y antigravity-link-extension

MCP client config

{
  "mcpServers": {
    "antigravity-link": {
      "command": "npx",
      "args": [
        "-y",
        "antigravity-link-extension"
      ]
    }
  }
}