API Key Required
Antigravity Setup
Connect Ad Superpowers to Antigravity for a visual AI interface with MCP support.
API Key Required
This setup requires an API key. Get your key from the API Keys page in your dashboard.
1
Open MCP Configuration
In Antigravity, click the "..." (Additional Options) menu in the Agent panel → MCP Servers → Manage MCP Servers → View raw config
2
Add Ad Superpowers Configuration
Add the following to your mcp_config.json file. Important: Antigravity uses serverUrl instead of url:
{
"mcpServers": {
"ad-superpowers": {
"serverUrl": "https://mcp.adsuperpowers.ai/v1",
"headers": {
"Authorization": "Bearer YOUR_API_KEY"
}
}
}
}3
Restart Antigravity
Close and reopen Antigravity for the changes to take effect.
4
Verify Installation
Open the MCP Servers panel (... menu → MCP Servers). You should see ad-superpowers with the available marketing tools listed.
Tips
- Antigravity uses `serverUrl` instead of `url` - this is different from Gemini CLI!
- Config file location: `~/.gemini/antigravity/mcp_config.json` (macOS/Linux) or `C:\Users\<USERNAME>\.gemini\antigravity\mcp_config.json` (Windows)
- The status indicator might not immediately turn green, but tools will still work if configured correctly.
External Resources
Next Steps
Having trouble? Check our troubleshooting guide or contact support.