← Back to Integrations
G
Gemini CLI MCP Server for WordPress Setup
Model Context Protocol Tutorial
Google's free, open-source terminal AI now controls WordPress. Add your Easy MCP AI URL to ~/.gemini/settings.json and Gemini CLI can create posts, manage media, and run WooCommerce operations from the command line.
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