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).
Quick Start
Clone the repository:
git clone https://github.com/pskill9/hn-serverClaude Desktop configuration example:
{
"mcpServers": {
"hn-server": {
"command": "npx",
"args": [
"-y",
"pskill9/hn-server"
]
}
}
}Check the repository README for specific installation and configuration instructions.