I craft unique cereal names, stories, and ridiculously cute Cereal Baby images.

HN-MCP
Hacker News MCP Server
3 years
Works with Finder
1
Github Watches
2
Github Forks
6
Github Stars
Hacker News MCP Server
Official Hacker News MCP Server - Adds powerful Hacker News integration to Cursor, Claude, and any other LLM clients. Access stories, comments, user profiles, and search functionality through the Model Context Protocol.
Features
- Search stories and comments using Algolia's HN Search API
- Get stories by type (top, new, best, ask, show, job)
- Get individual stories with comments
- Get comment trees and user discussions
- Get user profiles and submissions
- Real-time access to Hacker News data
Set Up
Running on Claude Desktop
Add this to your claude_desktop_config.json
:
{
"mcpServers": {
"hackernews": {
"command": "npx",
"args": ["-y", "@devabdultech/hn-mcp-server"]
}
}
}
Installing via Smithery
To install Hacker News MCP Server for Claude Desktop automatically via Smithery:
npx -y @smithery/cli install @devabdultech/hn-mcp --client claude
Tools
-
search
- Search for stories and comments on Hacker News using Algolia's search API
- Inputs:
*
query
(string): Search query *type
(optional string): Filter by type ('story' or 'comment') *page
(optional number): Page number for pagination *hitsPerPage
(optional number): Results per page (max 100) - Returns: Search results with stories and comments
-
getStories
- Get multiple stories by type (top, new, best, ask, show, job)
- Inputs:
*
type
(string): Type of stories to fetch ('top', 'new', 'best', 'ask', 'show', 'job') *limit
(optional number): Number of stories to fetch (max 100) - Returns: Array of story objects
-
getStoryWithComments
- Get a story along with its comment thread
- Inputs:
*
id
(number): Story ID - Returns: Story details with nested comments
-
getCommentTree
- Get the full comment tree for a story
- Inputs:
*
storyId
(number): ID of the story - Returns: Hierarchical comment tree structure
-
getUser
- Get a user's profile information
- Inputs:
*
id
(string): Username - Returns: User profile details including karma, created date, and about text
-
getUserSubmissions
- Get a user's submissions (stories and comments)
- Inputs:
*
id
(string): Username - Returns: Array of user's submitted stories and comments
Contributing
- Fork the repository
- Create your feature branch
- Commit your changes
- Push to the branch
- Create a new Pull Request
License
This MCP server is licensed under the MIT License. See the LICENSE file for details.
About
This MCP server is built and maintained by devabdultech. It uses the official Hacker News API and Algolia Search API to provide comprehensive access to Hacker News data through the Model Context Protocol.
相关推荐
Confidential guide on numerology and astrology, based of GG33 Public information
Oede knorrepot die vasthoudt an de goeie ouwe tied van 't boerenleven
A world class elite tech co-founder entrepreneur, expert in software development, entrepreneurship, marketing, coaching style leadership and aligned with ambition for excellence, global market penetration and worldy perspectives.
Advanced software engineer GPT that excels through nailing the basics.
A medical specialist offering assistance grounded in clinical guidelines. Disclaimer: This is intended for research and is NOT safe for clinical use!
Découvrez la collection la plus complète et la plus à jour de serveurs MCP sur le marché. Ce référentiel sert de centre centralisé, offrant un vaste catalogue de serveurs MCP open-source et propriétaires, avec des fonctionnalités, des liens de documentation et des contributeurs.
Manipulation basée sur Micropython I2C de l'exposition GPIO de la série MCP, dérivée d'Adafruit_MCP230XX
Une passerelle API unifiée pour intégrer plusieurs API d'explorateur de blockchain de type étherscan avec la prise en charge du protocole de contexte modèle (MCP) pour les assistants d'IA.
Miroir dehttps: //github.com/suhail-ak-s/mcp-typeseense-server
本项目是一个钉钉 MCP (Protocole de connecteur de message) 服务 , 提供了与钉钉企业应用交互的 API 接口。项目基于 Go 语言开发 , 支持员工信息查询和消息发送等功能。
La communauté du curseur et de la planche à voile, recherchez des règles et des MCP
Reviews

user_TfBqraef
I've been using hn-mcp and it has transformed the way I interact with MCP applications. The seamless integration and user-friendly interface provided by devabdultech make it a standout tool. I highly recommend it for anyone looking to streamline their workflow. Check it out at https://github.com/devabdultech/hn-mcp.