Antigravity Social Media MCP Config
Google Antigravity connects to a social media MCP server by pasting one JSON config with your API key in the headers, then restarting the app. Antigravity shares its MCP configuration across the IDE, the CLI, and the SDK, so the server you add once is available to all three rather than needing a separate setup per surface.
https://mcp.blotato.com/mcp API key header Updated July 2026
How to connect Google Antigravity to social media
- Connect your social accounts in Blotato and copy your API key from Settings then API.
- In Blotato Settings then API, under Other MCP Clients, click Copy MCP Config.
- Paste the JSON into Antigravity’s MCP settings.
- Restart Antigravity so the server loads.
{
"mcpServers": {
"blotato": {
"url": "https://mcp.blotato.com/mcp",
"headers": {
"blotato-api-key": "YOUR_API_KEY"
}
}
}
} How do I know it worked?
Ask Google Antigravity to list your connected accounts. It calls
blotato_list_accounts and returns your platforms, which confirms both the connection and
the authentication in one step. If you see your accounts, setup is done.
What social media accounts do I have connected?
Worth knowing before you rely on it: analytics prompts only return data for X, Instagram, Facebook, Threads, and Bluesky. The other four platforms publish normally but report no metrics yet.
What breaks, and how to fix it
The most common Antigravity failure is a JSON error rather than an auth error: a missing comma between sections, or single quotes swapped in for the double quotes Blotato gives you. Single quotes are a shell and .env convention and are not valid JSON. Validate the block before assuming the key is wrong.
What is different about Google Antigravity
Antigravity is the only agent here whose MCP config is shared across three surfaces at once, so adding the server in the IDE also gives the CLI and the SDK the same publishing tools without a second config.
Vendor documentation: Google Antigravity MCP setup. For how a client discovers and calls tools once connected, see the MCP client concepts reference.
Already connected and want the workflow?
This page covers the connection. Our guide to the full Antigravity setup walkthrough covers the config in detail, an example campaign workflow, and common issues.
Google Antigravity social media FAQs
01 Can Google Antigravity post to social media?
02 How do I connect Google Antigravity to social media?
03 How do I set up Google Antigravity for social media?
04 What is the best way to manage social media with Google Antigravity?
05 What goes wrong when connecting Google Antigravity?
06 Does Google Antigravity need to be running for a scheduled post to go out?
07 Do I need a developer app or platform API keys to use Google Antigravity this way?
08 What can Google Antigravity not do on social media?
09 How much does it cost to connect Google Antigravity?
Connecting a different agent?
Same endpoint, same accounts, one setup per client. The AI agents for social media hub covers what all of them share, including every tool your agent can call.