hn-mcp-server

eshitakundu/hn-mcp-server
★ 0 stars Python 🤖 AI/LLM Updated 3d ago
MCP server exposing Hacker News primitives: tools, resources and prompts - built with the official Python mcp SDK
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": {
    "hn-mcp-server": {
      "command": "uvx",
      "args": [
        "hn-mcp-server"
      ]
    }
  }
}

Or install with pip: pip install hn-mcp-server

README Excerpt

An MCP server that exposes Hacker News as tools and resources — callable by any MCP client (Claude Desktop, Cursor, Claude Code). Built with the official Python `mcp` SDK. No API keys required. --- --- | Tool | Description | Arguments | |---|---|---| | `get_top_story` | Fetch top N HN stories by score | `count: int = 10` |

Tools (4)

get_story_detailsget_top_storyhn_briefingsearch_hn

Topics

hacker-newsllmmcpmcp-servermcp-toolsmodel-context-protocolpython