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: @isteam/hackernews-mcp
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.
Related MCP Servers
- AlicenseAqualityDmaintenanceProvides programmatic access to Hacker News content via the HN Algolia API. It enables AI assistants to search stories, retrieve comments, access user profiles, and explore the front page in real-time.919MIT
- AlicenseAqualityDmaintenanceMCP server for Hacker News that enables AI agents to search stories, read comments, and track tech trends via the public Hacker News API and Algolia HN Search.10134MIT
- AlicenseAqualityCmaintenanceMCP server enabling AI agents to interact with Hacker News, including fetching full comment trees with depth control, searching stories and comments, and retrieving user profiles.65MIT
- AlicenseAqualityAmaintenanceProvides AI agents with access to Hacker News data including top stories, story details, comment threads, and full-text search for content research and trend monitoring.5MIT
Related MCP Connectors
Hacker News MCP — search and retrieve stories from Hacker News
Real-time Amazon, WIPO & PACER data for AI agents — 19 tools via the MCP protocol.
Deterministic Hacker News developer sentiment, themes & feature requests via MCP. No API key.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- 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