Skip to content
Gemini CLI

Hacker News MCP by UnClick for Gemini CLI

io.github.malamutemayhem/hackernews

Search and read Hacker News stories, comments, users, Ask HN and Show HN. No API key. By UnClick.

client:Gemini CLI transport:stdio runtime:npm

Install Hacker News MCP by UnClick in Gemini CLI

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

{
  "mcpServers": {
    "hackernews": {
      "command": "npx",
      "args": [
        "-y",
        "@unclick/hackernews-mcp"
      ]
    }
  }
}

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

Hacker News MCP by UnClick in other clients