MCP Server for Hacker News
@morinokami
About MCP Server for Hacker News
MCP Server for Hacker News
Config
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"hackernews": {
"command": "npx",
"args": [
"-y",
"mcp-server-hackernews"
]
}
}
}Tools
No tools detected
Fetch the live tool list by running this server in a temporary sandbox using the button above.
Overview
What is MCP Server for Hacker News?
An MCP server that retrieves Hacker News data including top stories, best stories, new stories, individual stories, and user information. Designed for use with MCP-compatible clients like Claude Desktop.
How to use MCP Server for Hacker News?
Configure it in your Claude Desktop mcpServers configuration with the command npx and arguments ["-y", "mcp-server-hackernews"]. Then access its resources (e.g., top-stories, story) through the client.
Key features of MCP Server for Hacker News
- Fetches top, best, and new story IDs
- Retrieves individual story details by ID
- Retrieves user information by ID
- Simple setup with Claude Desktop via npx
- Return types: arrays of IDs or JSON objects
Use cases of MCP Server for Hacker News
- Displaying current trending Hacker News stories
- Getting details of a specific story for analysis
- Looking up a user's profile and info
- Integrating Hacker News data into AI assistants
FAQ from MCP Server for Hacker News
What data can I fetch with this server?
It provides top stories, best stories, new stories (each returning an array of IDs), a specific story by ID (returns a story object), and a user by ID (returns a user object).
How do I set up this server with Claude Desktop?
Add the following to your mcpServers configuration: {"hackernews": {"command": "npx", "args": ["-y", "mcp-server-hackernews"]}}.
What input parameters are required for story or user resources?
Both require an id parameter: the ID of the story or user.
What does the server return for a story?
It returns a story object. The exact fields are not detailed in the README.
What does the server return for a user?
It returns a user object. The exact fields are not detailed in the README.
Frequently asked questions
What data can I fetch with this server?
It provides top stories, best stories, new stories (each returning an array of IDs), a specific story by ID (returns a story object), and a user by ID (returns a user object).
How do I set up this server with Claude Desktop?
Add the following to your `mcpServers` configuration: `{"hackernews": {"command": "npx", "args": ["-y", "mcp-server-hackernews"]}}`.
What input parameters are required for `story` or `user` resources?
Both require an `id` parameter: the ID of the story or user.
What does the server return for a story?
It returns a story object. The exact fields are not detailed in the README.
What does the server return for a user?
It returns a user object. The exact fields are not detailed in the README.
Basic information
More Other MCP servers
Reactive Resume
amruthpillaiA one-of-a-kind resume builder that keeps your privacy in mind. Completely secure, customizable, portable, open-source and free forever. Try it out today!
MCP Go 🚀
mark3labsA Go implementation of the Model Context Protocol (MCP), enabling seamless integration between LLM applications and external data sources and tools.

Figs, Relationship Expert
Figs O'Sullivan, LMFTCouples therapist Figs O'Sullivan (LMFT, 17 years, endorsed by Sue Johnson, creator of EFT) inside your AI. Ask relationship questions answered from his clinical writing, name the pattern in a fight, get a three-step rep
🚀 Model Context Protocol (MCP) Curriculum for Beginners
microsoftThis open-source curriculum introduces the fundamentals of Model Context Protocol (MCP) through real-world, cross-language examples in .NET, Java, TypeScript, JavaScript, Rust and Python. Designed for developers, it focuses on practical techniques for building modular, scalable,
IDA Pro MCP
mrexodiaAI-powered reverse engineering assistant that bridges IDA Pro with language models through MCP.
Comments