hackernews-mcp

ccozad/hackernews-mcp
★ 0 stars Python AI/LLM Updated today
An MCP server that lets Claude (or any MCP client) search and read Hacker News, backed by HN's free Algolia search API. Ask in plain language; Claude calls the tools.
View on GitHub → Try with Claude — $10 free →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "hackernews-mcp": {
      "command": "uvx",
      "args": [
        "hackernews-mcp"
      ]
    }
  }
}

Or install with pip: pip install hackernews-mcp