Fast News MCP for Gemini CLI
io.github.wllrdev/fast-news
Free search, trending, topics & local news via the Fast News with Previews API on RapidAPI.
client:Gemini CLI
transport:stdio
runtime:npm
Install Fast News MCP in Gemini CLI
~/.gemini/settings.json · windows: %USERPROFILE%\.gemini\settings.json
{
"mcpServers": {
"fast-news": {
"command": "npx",
"args": [
"-y",
"@wllrdev/fast-news-mcp"
],
"env": {
"RAPIDAPI_KEY": "<RAPIDAPI_KEY>"
}
}
}
}
Gemini expands $VAR and ${VAR} inside env values, so a secret can live in your shell rather than this file. Gemini CLI docs