← Back to Integrations
G

Google Antigravity Setup

Model Context Protocol Tutorial

Google Antigravity is an AI-powered coding assistant by Google DeepMind. It uses the same MCP config format as Gemini CLI and can call tools on your WordPress site, making it ideal for developers who prefer a Google-backed AI pair programmer in their terminal.

File: ~/.gemini/antigravity/mcp_config.json (click “Open MCP Config” in Antigravity)

{
    "mcpServers": {
        "wordpress": {
            "httpUrl": "https://yoursite.com/wp-json/easy-mcp-ai/v1/mcp",
            "headers": {
                "Authorization": "Bearer YOUR_API_TOKEN"
            }
        }
    }
}

Need your API Token?

Remember to generate your Bearer token in the WordPress admin panel under Easy MCP AI → API Tokens before completing this setup.

Download Plugin