WordPress MCP for Gemini CLI
io.github.konkomaji/wordpress-mcp
Talk to your WordPress site: content, SEO, WooCommerce, page builders, media and speed, with undo.
client:Gemini CLI
transport:streamable-http
Install WordPress MCP in Gemini CLI
~/.gemini/settings.json · windows: %USERPROFILE%\.gemini\settings.json
{
"mcpServers": {
"wordpress-mcp": {
"httpUrl": "https://{site}/wp-json/wp-mcp/v1/mcp"
}
}
}
Gemini expands $VAR and ${VAR} inside env values, so a secret can live in your shell rather than this file. Gemini CLI docs