Skip to content
Gemini CLI

hn reddit mcp for Gemini CLI

io.github.mrfentmen/hn-reddit-mcp

Hacker News top stories and Reddit top posts by subreddit. No key required.

client:Gemini CLI transport:stdio runtime:npm

Install hn reddit mcp in Gemini CLI

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

{
  "mcpServers": {
    "hn-reddit-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "hn-reddit-mcp"
      ]
    }
  }
}

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

hn reddit mcp in other clients