MCP Google Search Console for Gemini CLI
io.github.crunchtools/google-search-console
Secure MCP server for Google Search Console analytics, sitemaps, and URL inspection
client:Gemini CLI
transport:stdio
runtime:pypi
Install MCP Google Search Console in Gemini CLI
~/.gemini/settings.json · windows: %USERPROFILE%\.gemini\settings.json
{
"mcpServers": {
"google-search-console": {
"command": "uvx",
"args": [
"mcp-google-search-console-crunchtools"
]
}
}
}
Gemini expands $VAR and ${VAR} inside env values, so a secret can live in your shell rather than this file. Gemini CLI docs