Skip to main content
Search & Data ExtractionPython

erithwik/mcp-hn

An MCP server to search Hacker News, get top stories, and more.

search-data-extractioncloud-service
Share:

Quick Start

Clone the repository:

git clone https://github.com/erithwik/mcp-hn

Claude Desktop configuration example:

{
  "mcpServers": {
    "mcp-hn": {
      "command": "npx",
      "args": [
        "-y",
        "erithwik/mcp-hn"
      ]
    }
  }
}

Check the repository README for specific installation and configuration instructions.

Details

Category
Search & Data Extraction
Language
Python
Author
erithwik