Hackernews mcp

Hackernews mcp

A Model Context Protocol (MCP) server that provides access to Hacker News stories, comments, and user data, with support for search and content retrieval.

6.7K

4 Tools

Packaged by
Add to Docker Desktop

Version 4.43 or later needs to be installed to add the server automatically

Tools

NameDescription
get_storiesGet stories from Hacker News. The options are `top`, `new`, `ask_hn`, `show_hn` for types of stories. This doesn't include the comments. Use `get_story_info` to get the comments.
get_story_infoGet detailed story info from Hacker News, including the comments
get_user_infoGet user info from Hacker News, including the stories they've submitted
search_storiesSearch stories from Hacker News. It is generally recommended to use simpler queries to get a broader set of results (less than 5 words). Very targeted queries may not return any results.

Manual installation

You can install the MCP server using:

Installation for

Related servers