View markdown

Antigravity

Connect Adsyncs to Google Antigravity.

Install

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

Then restart Antigravity. Adsyncs 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-mcp entry under mcpServers:

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

Restart Antigravity.

Troubleshooting

No tools appear

Confirm the mcpServers.adsyncs-mcp 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 Adsyncs workspace per client.

Uninstall

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