MCP server and OpenAPI-backed mobile companion for controlling Antigravity IDE sessions
Copy the AI prompt to install this server into Claude Code, Cursor, or another agent — or use 1-click editor setup below.
💡 Paste the JSON block into your client's configuration file under mcpServers, then restart the application.
Read this in your language: 日本語 · 中文(简体) · 中文(繁體) · 한국어 · Deutsch · Français · Español · Português · Русский · Italiano · Polski · Türkçe · Tiếng Việt · Bahasa Indonesia · العربية
What's new in v1.0.20 — Security: removed
child_processdependency entirely; debug endpoints now require auth; localhost guard on all LS RPC calls. See CHANGELOG.
You're running an Antigravity session and need to step away from your desk. The AI is mid-generation. You want to monitor it, redirect it, upload a file, or just read what it wrote from your phone, without coming back to your computer.
Antigravity Link makes that possible. Scan a QR code and your phone becomes a live mirror of the active chat: read responses as they stream, send messages, stop generation, upload files, dictate via voice, and switch between multiple Antigravity windows all from a mobile browser, on your local network.
For automation, the extension also exposes a local HTTP API and an MCP server so agents and external tools can drive Antigravity sessions programmatically.
https://github.com/user-attachments/assets/43c7d029-a598-474f-949e-5da333c9a3f2
![]() | ![]() | ![]() |
![]() | ![]() | ![]() |
![]() |
Install from the Antigravity extensions marketplace: search Antigravity Link or install directly from Open VSX.
Windows:
macOS:
Linux:
Multiple Antigravity sessions are supported, but every window must be launched with this command.
In VS Code, run:
Antigravity Link: Start Server
Then run:
Antigravity Link: Show QR Code
Scan the QR code with your phone. Your mobile UI is ready.
Your phone may warn that the connection is unsafe because the certificate is self-signed. This is expected for local HTTPS. Use your browser's "Advanced" or similar option to proceed (wording differs between Safari/Chrome/Firefox).
| Command | Description |
|---|---|
| Antigravity Link: Start Server | Starts the local bridge server. |
| Antigravity Link: Stop Server | Stops the server. |
| Antigravity Link: Show QR Code | Displays the connection QR code. |
| Antigravity Link: Select Network Interface | Choose which network interface the QR URL advertises. |
| Setting | Default | Description |
|---|---|---|
antigravityLink.port | 3000 | Port for the local bridge server. |
antigravityLink.autoStart | false | Start the server on VS Code launch. |
antigravityLink.useHttps | true | Serve over HTTPS for mic access. |
antigravityLink.preferredHost | "" | Optional LAN IPv4 to advertise in QR URL (example: 192.168.1.101). |
antigravityLink.strictWorkbenchOnly | true | Only bind to workbench.html CDP targets for stability. |
antigravityLink.includeFallbackTargets | false | Allow jetski/launchpad fallback targets when strict mode is disabled. |
If you want to integrate quickly, use this sequence:
?token=...).mcp-server.mjs) or direct HTTP calls against https://localhost:3000./snapshot, /send, and /stop.OpenAPI example:
MCP client configuration example:
Replace <extension-dir> with the path to the installed extension:
%USERPROFILE%\.antigravity-ide\extensions\cafetechne.antigravity-link-extension-1.0.20~/.antigravity-ide/extensions/cafetechne.antigravity-link-extension-1.0.20uploads/.Antigravity Link has no known ban cases and is designed to stay that way.
The extension works by connecting to a debug port that Antigravity exposes on your own machine the same Chrome DevTools Protocol used by VS Code's built-in debugger and browser devtools. It reads your local UI and simulates keypresses and clicks, exactly as if you were sitting at your keyboard.
What this means in practice:
localhost:9000; and Antigravity's Language Server process on 127.0.0.1 for the stop-generation RPC. No data is sent to Google's servers or any external service beyond what Antigravity itself sends.The source code is MIT-licensed and fully auditable: https://github.com/cafeTechne/antigravity-link-extension
No reviews yet — be the first to share how this listing worked for you.
Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.
[](https://allmcps.com/mcp/antigravity-link)<a href="https://allmcps.com/mcp/antigravity-link"><img src="https://allmcps.com/api/badge/antigravity-link?style=directory" alt="Antigravity Link on AllMCPs" /></a>