AdsAgent — Google Ads MCP for Gemini CLI
md.adsagent/google-mcp
Hosted Google Ads MCP with OAuth, bounded reads, and prepare/confirm writes.
client:Gemini CLI
transport:streamable-http
Install AdsAgent — Google Ads MCP in Gemini CLI
~/.gemini/settings.json · windows: %USERPROFILE%\.gemini\settings.json
{
"mcpServers": {
"google-mcp": {
"httpUrl": "https://google.adsagent.md/mcp"
}
}
}
Gemini expands $VAR and ${VAR} inside env values, so a secret can live in your shell rather than this file. Gemini CLI docs