Skip to content
Gemini CLI

newsmcp for Gemini CLI

io.github.pranciskus/newsmcp

Real-time world news for AI agents. 50+ regions, topic filtering. Free, no API key.

client:Gemini CLI transport:stdio runtime:npm

Install newsmcp in Gemini CLI

~/.gemini/settings.json · windows: %USERPROFILE%\.gemini\settings.json

{
  "mcpServers": {
    "newsmcp": {
      "command": "npx",
      "args": [
        "-y",
        "@newsmcp/server"
      ]
    }
  }
}

Gemini expands $VAR and ${VAR} inside env values, so a secret can live in your shell rather than this file. Gemini CLI docs

newsmcp in other clients