mcp-hackernews
Allows searching Hacker News via Algolia's search API with filters for tags, points, and dates.
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@mcp-hackernewsshow me the newest stories"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
mcp-hackernews
MCP server for Hacker News — search, read, and watch topics for what is new since you last looked.
Tools
Tool | Description |
| Search Hacker News (Algolia) with tag/points/date filters |
| Get a single item (story, comment, poll, or job) |
| Expand a story's comment tree |
| List a curated feed (top/new/best/ask/show/job) |
| Get a user's profile |
| List saved topic watches |
| Items matching a watch since its watermark (read-only) |
| Create or update a topic watch |
| Advance a watch's watermark |
| Delete a watch |
Related MCP server: HN-MCP
Install
python3 -m venv venv
venv/bin/pip install -e .
venv/bin/pip install -e ".[systemd]" # optional: journald loggingConfiguration
HOST=127.0.0.1
PORT=8800
HN_MCP_DB=/var/lib/mcp-hackernews/watches.db # watch storeLicense
Apache-2.0
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Latest Blog Posts
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/lemenkov/mcp-hackernews'
If you have feedback or need assistance with the MCP directory API, please join our Discord server