google news for Gemini CLI
io.github.johnisanerd/google-news
Google News headlines, sources, and links via the Apify Google News API, hosted MCP.
client:Gemini CLI
transport:streamable-http
Install google news in Gemini CLI
~/.gemini/settings.json · windows: %USERPROFILE%\.gemini\settings.json
{
"mcpServers": {
"google-news": {
"httpUrl": "https://mcp.apify.com/?tools=johnvc/GoogleNewsAPI"
}
}
}
Gemini expands $VAR and ${VAR} inside env values, so a secret can live in your shell rather than this file. Gemini CLI docs