Hacker News MCP
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., "@Hacker News MCPshow me the top stories on Hacker News"
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.
Hacker News MCP
An MCP server that exposes Hacker News data as tools for AI agents. Built on Cloudflare Workers with the Agents SDK.
Data comes from the Hacker News Firebase API.
Tools
Tool | Description |
| Get any item by ID (story, comment, job, poll, or poll option) |
| Top stories (optional |
| Newest stories |
| Best stories |
| Ask HN stories |
| Show HN stories |
| Job postings |
| User profile by username |
| Top-level comments for a story ( |
Related MCP server: HackerNews MCP Server
Setup
npm installDevelopment
npm run devStarts a local Worker with Wrangler. Point your MCP client at the local endpoint once it's running.
Deploy
npm run deployDeploys to Cloudflare Workers. After deploy, connect your MCP client to the Worker URL.
Project structure
src/
main.ts # MCP server entrypoint
tools/ # Individual tool handlers
utils/registerTools.ts
wrangler.jsonc # Cloudflare Workers configContributing
Fork the repository and create a branch from
main.Install dependencies with
npm install.Make your changes and verify them locally with
npm run dev.Open a pull request describing what you changed and why.
Bug reports and feature ideas are welcome via GitHub Issues.
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
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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/Dhanush-git/hacker-news-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server