Antigravity Link MCP Server
@cafeTechne
关于 Antigravity Link MCP Server
Antigravity Link is an MCP server and mobile companion for Google's Antigravity IDE. It captures live snapshots of the Antigravity chat UI via Chrome DevTools Protocol and serves them to a mobile web client. From your phone you can send messages, upload files, stop AI generation,
基本信息
配置
使用下面的配置,将此服务器添加到你的 MCP 客户端。
{
"mcpServers": {
"antigravity-link": {
"command": "node",
"args": [
"/path/to/antigravity-link-extension/mcp-server.mjs"
],
"env": {
"AG_BRIDGE_URL": "https://localhost:3000",
"AG_BRIDGE_TOKEN": "<your-token>"
}
}
}
}工具
未检测到工具
工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。
概览
What is Antigravity Link MCP Server?
Antigravity Link MCP Server is an MCP‑based interface within the Antigravity Link VS Code extension that lets AI assistants and external tools programmatically drive Antigravity IDE sessions. It provides a set of MCP tools for reading chat snapshots, sending messages, and stopping generation – all over a local, token‑authenticated server.
How to use Antigravity Link MCP Server?
Start the extension server with the Antigravity Link: Start Server command and copy the token from the QR code URL. Then configure your MCP client to point to the mcp-server.mjs script and set the environment variables AG_BRIDGE_URL and AG_BRIDGE_TOKEN. The MCP server exposes tools equivalent to the HTTP API endpoints /snapshot, /send, and /stop.
Key features of Antigravity Link MCP Server
- MCP tools for Antigravity session control
- Token‑based authentication for security
- Works over local network only
- Integrates with any MCP‑compatible AI client
- Supports HTTPS for voice input via mobile UI
Use cases of Antigravity Link MCP Server
- Automate Antigravity interactions from custom scripts or pipelines
- Let an AI agent read and respond to Antigravity chats
- Remotely monitor and manage multiple Antigravity windows
- Build integrated workflows that combine Antigravity with other tools
FAQ from Antigravity Link MCP Server
Can I use this for automation?
Yes. The local HTTP API and MCP server are designed for exactly this. See the API and MCP server sections in the extension’s README.
Does this work over cellular or VPN?
Not by default; the server is LAN‑only. For remote access you would need to expose it through a tunnel such as ngrok or WireGuard. Token authentication and HTTPS remain in place.
Is the self‑signed certificate warning safe to accept?
Yes. The certificate is generated locally at server start. The warning appears because it is not issued by a public CA, not because the connection is insecure.
Does this work on iOS and Android?
Yes. The mobile UI (which the MCP server is part of) runs in any modern mobile browser – Safari on iOS, Chrome on Android, and others.
How is account safety ensured?
The extension uses the local Chrome DevTools Protocol port that Antigravity already exposes. It never makes requests to Google’s servers, does not modify Antigravity files, and runs entirely on your machine. Your prompts, chat history, and files never leave
开发工具 分类下的更多 MCP 服务器
TalkToFigma
sonnylazuardiTalkToFigma: MCP integration between AI Agent (Cursor, Claude Code, Codex) and Figma, allowing Agentic AI to communicate with Figma for reading designs and modifying them programmatically.
test
harlancA simple,high performance and secure live media server in pure Rust (RTMP[cluster]/RTSP/WebRTC[whip/whep]/HTTP-FLV/HLS).🦀
JetBrains MCP Proxy Server
JetBrainsA model context protocol server to work with JetBrains IDEs: IntelliJ, PyCharm, WebStorm, etc. Also, works with Android Studio
MCP Framework
QuantGeekDevThe Typescript MCP Framework
Smithery CLI
smithery-aiInstall, manage and develop MCP servers and skills for agents
评论