Skip to content
Grok

readhn for Grok

io.github.xodn348/readhn

AI-native HackerNews MCP Server. Find HN content that matters with explainable quality signals.

client:Grok transport:stdio runtime:pypi

Install readhn in Grok

.mcp.json (in your project root)

{
  "mcpServers": {
    "readhn": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "readhn"
      ]
    }
  }
}

Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs

readhn in other clients