MCP Claude Hacker News
@imprvhub
关于 MCP Claude Hacker News
An integration that allows Claude Desktop to interact with Hacker News using the Model Context Protocol (MCP).
基本信息
配置
使用下面的配置,将此服务器添加到你的 MCP 客户端。
{
"mcpServers": {
"mcp-claude-hackernews": {
"command": "node",
"args": [
"build/index.js"
]
}
}
}工具
5Get the most recent stories from Hacker News
Get the top-ranked stories from Hacker News
Get the best stories from Hacker News
Get detailed information about a specific story
Get comments for a story
概览
What is MCP Claude Hacker News?
An integration that allows Claude Desktop to interact with Hacker News using the Model Context Protocol (MCP). It is designed for users who want to browse and retrieve Hacker News stories and comments directly within Claude.
How to use MCP Claude Hacker News?
Clone the repository, install dependencies (npm install), build (npm run build), and either run the server manually (node build/index.js) or configure Claude Desktop to auto-start it by adding an entry with the absolute path to build/index.js in the mcpServers section of claude_desktop_config.json. After restarting Claude, Hacker News tools become available.
Key features of MCP Claude Hacker News
- Browse latest stories from Hacker News
- View top and best-rated stories
- Get detailed information about a specific story
- Read comments for a given story
- Clean formatting of Hacker News content for better readability
Use cases of MCP Claude Hacker News
- Quickly find trending tech news and discussions without leaving Claude
- Retrieve story details and comment threads for research or summarization
- Monitor Hacker News in different languages via Claude’s translation capabilities
- Automate fetching headlines or top stories as part of a workflow
FAQ from MCP Claude Hacker News
What are the dependencies for running the server?
Node.js 16 or higher, Claude Desktop, and an internet connection to access the Hacker News API.
How do I fix a “Server disconnected” error in Claude Desktop?
First, verify the server is running by manually executing node build/index.js from the project directory. Second, check that the absolute path in claude_desktop_config.json is correct (use double backslashes on Windows). Optionally, set up the auto-start script so the server stays alive.
Why are Hacker News tools not appearing in Claude?
Ensure Claude Desktop has been restarted after configuration. Check the Claude Desktop logs for MCP communication errors. Confirm the MCP server process is running (run it manually to test). Verify the server is correctly registered in the Claude Desktop MCP registry.
Where does the Hacker News data come from?
All story and comment data is fetched directly from the official Hacker News API (provided by Firebase). The server does not store or cache data locally.
Does the server require any authentication or API key?
No. The server uses the public, anonymous Hacker News API and does not require any authentication or API key.
AI 与智能体 分类下的更多 MCP 服务器
Open Multi-Agent Canvas
CopilotKitThe open-source multi-agent chat interface that lets you manage multiple agents in one dynamic conversation and add MCP servers for deep research
Mcp Agent
lastmile-aiBuild effective agents using Model Context Protocol and simple workflow patterns
Perplexity Ask MCP Server
ppl-aiThe official MCP server implementation for the Perplexity API Platform
Web Agent Protocol
OTA-Tech-AI🌐Web Agent Protocol (WAP) - Record and replay user interactions in the browser with MCP support
21st.dev Magic AI Agent
21st-devIt's like v0 but in your Cursor/WindSurf/Cline. 21st dev Magic MCP server for working with your frontend like Magic
评论