View markdown

Antigravity

Connect AdsSyncs to Google Antigravity.

Install

npx -y @adsyncs/mcp-install antigravity

Then restart Antigravity. AdsSyncs tools become available across all four ad platforms.

Connect your ad accounts

  1. Sign in to app.adsyncs.net.
  2. Open Connections and authorize each platform you use.
  3. Pick the ad accounts the assistant is allowed to see.

Manual install

Antigravity reads MCP server configuration from its settings file. Add an adsyncs entry under mcpServers:

{
  "mcpServers": {
    "adsyncs": {
      "command": "npx",
      "args": ["-y", "mcp-remote", "https://mcp.adsyncs.net/mcp"]
    }
  }
}

Restart Antigravity.

Troubleshooting

No tools appear

Confirm the mcpServers.adsyncs entry exists in Antigravity's settings file. Restart after editing.

  • auth_required — finish the missing provider connection in our dashboard.
  • Multiple workspaces — pass --name <key> to the installer to register more than one AdsSyncs workspace per client.

Uninstall

npx -y @adsyncs/mcp-install antigravity --uninstall