io.github.cyanheads/hn-mcp-server
io.github.cyanheads/hn-mcp-serverBrowse Hacker News feeds, threads, and user profiles with full-text search.
Tools · 4
Fetch stories from an HN feed (top, new, best, ask, show, jobs), with title, URL, score, author, and comment count for each story.
Get an item and its comment tree as a threaded discussion, with child comments resolved recursively. Use depth 0 for an item-only lookup.
Get an HN user profile with karma, about, and optionally their most recent submissions resolved into full items.
Search Hacker News stories and comments via Algolia. Filterable by content type, author, date range, and minimum points.
Similar MCP servers embedding-nearest
How to use
Add to your Claude Desktop / Cursor / Cline MCP config:
{
"mcpServers": {
"io.github.cyanheads/hn-mcp-server": {
"url": "https://hn.caseyjhand.com/mcp",
"transport": "streamable-http"
}
}
}