← Back to Integrations
G

Gemini CLI Setup

Model Context Protocol Tutorial

Gemini CLI is Google's open-source AI assistant for the terminal, powered by the Gemini model family. It supports MCP servers via HTTP, giving you a fast command-line interface for interacting with your WordPress site through natural language.

File: ~/.gemini/settings.json

{
    "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