@kaching2/mcp-hn-trends
v1.0.0
Published
Track trending Hacker News stories and engagement velocity
Downloads
145
Maintainers
Readme
MCP HN Trends Server
Track trending Hacker News stories and engagement velocity.
Tools
| Tool | Description |
|------|-------------|
| get_top_stories | Current HN front page with scores and comment counts |
| search_hn | Search HN via Algolia with timeframe filters |
| get_best_stories | Highest-engagement stories by day/week/month |
Install
npm installConfigure in Claude Code
{
"mcpServers": {
"hn-trends": {
"command": "node",
"args": ["/path/to/servers/hn-trends/index.js"]
}
}
}Usage Examples
- "What's on the HN front page right now?"
- "Search HN for 'AI agent' stories from this week"
- "Show me the best HN stories this month"
