Antigravity Link is a VS Code extension that allows users to monitor and interact with an active Antigravity chat session from their mobile devices via a local server. It also provides an MCP server for programmatic control of Antigravity sessions.
From the registry: MCP server and OpenAPI-backed mobile companion for controlling Antigravity IDE sessions

Please install the `antigravity-link` MCP server into my current AI client (that's you).
Required prerequisites (do these first if not already done):
- **Install Antigravity Link VS Code extension** — Install from Open VSX marketplace (https://open-vsx.org/extension/cafetechne/antigravity-link-extension)
- **Start Antigravity Link Server** — Run the 'Antigravity Link: Start Server' command in VS Code to start the local bridge
- **Get bridge token** — Copy the token from the QR code URL (value after ?token=)
Canonical MCP server config (stdio transport):
- command: `node`
- args: ["<extension-dir>/mcp-server.mjs"]
- required environment variables:
- `AG_BRIDGE_URL`: URL of the local Antigravity Link bridge server (example: `https://localhost:3000`)
- `AG_BRIDGE_TOKEN`: Bearer token from the QR code URL (example: `<token>`)
Note: Replace <extension-dir> with the installed extension path, e.g. ~/.antigravity/extensions/cafetechne.antigravity-link-extension-1.0.13 (macOS/Linux) or %USERPROFILE%\.antigravity\extensions\... (Windows).
Add this MCP server to my current client's config in the correct format for you. If you need secrets or credentials I haven't provided, ASK me — do not invent values or leave raw placeholders. After adding it, tell me how to verify the server is connected.AG_BRIDGE_URLrequiredURL for the local bridge server.AG_BRIDGE_TOKENrequiredToken for authenticating with the local bridge server.Manage UniFi Network devices, clients, firewall, VLANs, VPNs, and more via MCP.