mcpbeat Sign in

Antigravity Link MCP Server

by cafetechne Your server? Claim it
local only

Antigravity Link runs on your own machine — the client starts it, so there is no endpoint to ping. 24 installs a week from npm. Last commit 4 Jun 2026.

MCP server and OpenAPI-backed mobile companion for controlling Antigravity IDE sessions

Installs per day peak 23 · avg 6 · +119% w/w
a month agotoday
24
Installs / week
npm · antigravity-link-extension
213
Stars
3 open issues
4 Jun 2026
Last commit
0 releases in 90 days
MIT
License
HTML

What the code does

We read the source, 3 h ago · rules 3dff92dd89df

Capabilities

What this server is able to do. For an MCP server this is often the job itself — a terminal server runs commands because that is what it is for. Listed so you know what you are plugging in, not as an accusation.

            contentEl.innerHTML = safeHtml;

Is this your server and something here is wrong? Tell us — corrections are free and do not require a plan.

This code can reach further than it looks

We found places where it runs commands, builds paths or queries from values it is given. None of that is a flaw by itself — it becomes one when the code changes, and code changes quietly between releases. We re-read it on every one.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add antigravity-link -- npx -y antigravity-link-extension
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "antigravity-link": {
      "args": [
        "-y",
        "antigravity-link-extension"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.antigravity-link]
command = "npx"
args = ["-y", "antigravity-link-extension"]
.cursor/mcp.json
{
  "mcpServers": {
    "antigravity-link": {
      "args": [
        "-y",
        "antigravity-link-extension"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "antigravity-link": {
      "args": [
        "-y",
        "antigravity-link-extension"
      ],
      "command": "npx"
    }
  }
}

This one needs environment variables set before it will start: AG_BRIDGE_URL (Base URL for the local Antigravity Link bridge server), AG_BRIDGE_TOKEN (Auth token from the Antigravity Link QR URL). The author declared them in the registry entry; get the values from the project itself.

Alternatives to Antigravity Link

same job, measured the same way
Xojo IDE Control
by brechanbech

MCP server for controlling the Xojo IDE on macOS

local only
MCP Dyson Appliances
by m2ai-mcp-servers

MCP server for controlling Dyson air purifiers and fans

17 installs/wk local only
Ask LLM
by lykhoyda

Unified MCP server for Gemini, Codex, Claude, Grok, Ollama, and Antigravity

544 installs/wk local only
Agent MCP Hub
by blackaxgit

One MCP server bridging the Codex, Cursor, OpenCode, Claude, and Antigravity CLI agents

48 installs/wk local only
Sl MCP
by donovan-jasper

MCP server for Sapling (sl) version control

25 installs/wk local only
unreal-mcp-ue4
by conaman

UE4.27 MCP server for controlling Unreal Editor sessions over Python Remote Execution.

126 installs/wk local only
UniFi RMCP
by dinglebear

Rust MCP server and CLI for UniFi Network controller operations.

48 installs/wk local only
UniFi RMCP
by dinglebear

Rust MCP server and CLI for UniFi Network controller operations.

local only

Antigravity Link — questions

Answers built from our own checks of this server.

Why is there no uptime for Antigravity Link?
Antigravity Link runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the npm package antigravity-link-extension was installed 24 times last week.
How do I connect Antigravity Link?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls antigravity-link-extension straight from npm; nothing to host, nothing to sign up for.
How many people use Antigravity Link?
The npm package antigravity-link-extension was installed 24 times in the last week. Week over week that is +119%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Antigravity Link open source?
Yes — it is published under the MIT licence, written in HTML, 213 stars on GitHub and 3 open issues. The source link is on this page, so you can read exactly what it does with your data before you connect it.