API Status Get API Key

Antigravity

Antigravity

Antigravity

Manage Buffer from Google's agent-first IDE

Antigravity lets you manage Buffer directly from Google's agent-first IDE.

Draft posts, check your queue, and manage your social media workflow without leaving your IDE.

Connect Buffer to Antigravity with your API key.

Setup

1

Get Your API Key

You need an API key to integrate Buffer with Antigravity.

API Key Get API Key →

Your key is shared with the API Explorer and will prefill the configuration steps below.

2

Add the Buffer MCP server

Run the following command to add the Buffer MCP server to Antigravity:

agy mcp add --header "Authorization: Bearer YOUR_API_KEY" buffer https://mcp.buffer.com/mcp

Or open ~/.gemini/config/mcp_config.json and add the following configuration:

{
  "mcpServers": {
    "buffer": {
      "disabled": false,
      "headers": {
        "Authorization": "Bearer YOUR_API_KEY"
      },
      "serverUrl": "https://mcp.buffer.com/mcp"
    }
  }
}
3

Restart Antigravity

Quit Antigravity and open it again so it picks up the new server.

4

Check the connection

Go to Settings → Customizations and confirm Buffer appears in the MCP servers list. Refresh the list if it isn't there yet.

Try It Out

Copy any of these example prompts to get started with Antigravity:

List all my connected Buffer channels
Draft a Buffer post announcing the feature I just shipped and schedule it for tomorrow morning
Show me my Buffer posts scheduled for this week, grouped by channel