Skip to main content
Other Tools and IntegrationsTypeScript

pskill9/hn-server

πŸ“‡ ☁️ Parses the HTML content from news.ycombinator.com (Hacker News) and provides structured data for different types of stories (top, new, ask, show, jobs).

other-tools-and-integrationscloud-service
Share:

Quick Start

Clone the repository:

git clone https://github.com/pskill9/hn-server

Claude Desktop configuration example:

{
  "mcpServers": {
    "hn-server": {
      "command": "npx",
      "args": [
        "-y",
        "pskill9/hn-server"
      ]
    }
  }
}

Check the repository README for specific installation and configuration instructions.

Details

Category
Other Tools and Integrations
Language
TypeScript
Author
pskill9