hacker-news-mcp-server

crzyc0d3r/hacker-news-mcp-server
★ 0 stars Python AI/LLM Updated today
MCP server exposing Hacker News top/best/new stories and item lookup as tools for Claude Desktop, Cursor and other MCP clients.
View on GitHub → 🔍 Audit Wallet Slippage →

Quick Install

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

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "hacker-news-mcp-serv": {
      "command": "uvx",
      "args": [
        "hacker-news-mcp-server"
      ]
    }
  }
}

Or install with pip: pip install hacker-news-mcp-server