MCP Catalogs
Homeantigravity-link-extension screenshot

antigravity-link-extension

by cafeTechne·163·Score 48

Mobile companion for Google's Antigravity IDE with 9 MCP tools and OpenAPI for automation.

developer-toolsai-llmcommunication
25
Forks
3
Open issues
this month
Last commit
2d ago
Indexed

Overview

Antigravity Link is a VS Code extension that creates a mobile interface for Google's Antigravity IDE, allowing users to control AI sessions from their phones. It exposes a local HTTP API and MCP server with 9 tools for programmatic control of Antigravity sessions. The solution enables remote interaction with AI chats, file uploads, voice input, and generation stopping while maintaining security through local-only operation and token authentication.

Try asking AI

After installing, here are 3 things you can ask your AI assistant:

you:Control AI sessions remotely from mobile devices
you:Automate Antigravity workflows via MCP tools
you:Mirror and interact with AI conversations while away from desk

When to choose this

Choose this if you're already using Google's Antigravity IDE and need mobile access or programmatic control of your AI sessions without leaving your local network.

When NOT to choose this

Don't choose this if you're not using Antigravity IDE, as it's specifically designed for this platform only.

Tools this server exposes

10 tools extracted from the README
  • get_snapshot

    Get current chat state, mode, model, and generation status.

  • send_message

    Send a message to the active chat.

  • stop_generation

    Cancel active AI generation.

  • get_instances

    List available Antigravity windows.

  • switch_instance

    Switch to a different Antigravity window.

  • click_element

    Click a UI element.

  • upload_file

    Upload a file to the active chat.

  • get_task

    Read the current task document.

  • get_walkthrough

    Read the current walkthrough document.

  • get_plan

    Read the current implementation plan.

Comparable tools

remote-browser-mcpweb-automation-mcpwebsocket-tools-mcp

Installation

Installation

  1. Install from the Antigravity extensions marketplace: search **Antigravity Link** or [install directly from Open VSX](https://open-vsx.org/extension/cafetechne/antigravity-link-extension)
  1. Start Antigravity with remote debugging enabled:
antigravity --remote-debugging-port=9000
  1. In VS Code, run Antigravity Link: Start Server
  1. Run Antigravity Link: Show QR Code and scan with your phone

Claude Desktop Configuration

{
  "antigravity-link": {
    "command": "node",
    "args": ["<extension-dir>/mcp-server.mjs"],
    "env": {
      "AG_BRIDGE_URL": "https://localhost:3000",
      "AG_BRIDGE_TOKEN": "<token>"
    }
  }
}

Compare antigravity-link-extension with

GitHub →

Last updated · Auto-generated from public README + GitHub signals.