antigravity-link-extension
The MCP server allows users to control and automate their Antigravity IDE sessions from a mobile device.
Antigravity Link provides a seamless connection between your mobile device and the Antigravity IDE, enabling users to upload files, dictate prompts, and manage multiple active chats with ease. With the integration of an MCP server and an OpenAPI local HTTP API, users can automate workflows and interact with live sessions for various tasks such as snapshot retrieval and prompt submission. This tool is designed for teams seeking a secure and efficient mobile companion for the Antigravity IDE, as well as power users who require quick access to their sessions. By utilizing the MCP server, users can enhance their productivity and streamline their interactions with the IDE, making it a valuable addition to any developer's toolkit.
Compatible with
Install
Claude Desktop
Add to your claude_desktop_config.json:
{
"mcpServers": {
"antigravity-link-extension": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-antigravity-link-extension"
]
}
}
}Config File Location
Mac: ~/Library/Application Support/Claude/claude_desktop_config.json
Windows: %APPDATA%\Claude\claude_desktop_config.json
Linux: ~/.config/claude/claude_desktop_config.json
Some servers require additional setup - check the GitHub README for specific instructions.
Permissions