Automate workflows and connect AI agents to Hackernews. Metorial is built for developers. Handling OAuth, compliance, observability, and more.
Before installing the Hacker News MCP Server, ensure you have the following:
No API keys or authentication credentials are required, as the server uses Hacker News's public API.
The Hacker News MCP Server can be installed directly through npm or configured to run from a local repository.
The simplest installation method uses npx, which automatically downloads and runs the server without requiring a separate installation step. You'll configure your MCP client to launch the server using this method.
Alternatively, clone the server's repository from GitHub and install dependencies locally. This approach is useful if you want to modify the server or run a specific version:
git clone https://github.com/your-repo/hackernews-mcp-server
cd hackernews-mcp-server
npm install
npm run build
To make the Hacker News MCP Server available to your MCP client, add it to your client's configuration file. For Claude Desktop, locate the configuration file at:
~/Library/Application Support/Claude/claude_desktop_config.json
%APPDATA%\Claude\claude_desktop_config.json
Add the following entry to the mcpServers
section:
{
"mcpServers": {
"hackernews": {
"command": "npx",
"args": ["-y", "hackernews-mcp-server"]
}
}
}
If you installed from source, replace the command
and args
with the path to your local installation:
{
"mcpServers": {
"hackernews": {
"command": "node",
"args": ["/path/to/hackernews-mcp-server/build/index.js"]
}
}
}
After saving the configuration file, restart your MCP client to load the server.
Once configured, test the server by asking your AI assistant questions about Hacker News content. Try queries like "What are the top stories on Hacker News right now?" or "Show me recent comments from user [username]." If the server is working correctly, you'll receive current data directly from Hacker News.
You're now ready to explore Hacker News content through your AI assistant, accessing stories, comments, and user profiles through natural conversation.
The Hackernews integration lets you search and retrieve stories, comments, and user data from Hackernews directly within your workflow, enabling you to analyze trends, monitor discussions, and gather insights from the tech community.
Let's take your AI-powered applications to the next level, together.
Metorial provides developers with instant access to 600+ MCP servers for building AI agents that can interact with real-world tools and services. Built on MCP, Metorial simplifies agent tool integration by offering pre-configured connections to popular platforms like Google Drive, Slack, GitHub, Notion, and hundreds of other APIs. Our platform supports all major AI agent frameworks—including LangChain, AutoGen, CrewAI, and LangGraph—enabling developers to add tool calling capabilities to their agents in just a few lines of code. By eliminating the need for custom integration code, Metorial helps AI developers move from prototype to production faster while maintaining security and reliability. Whether you're building autonomous research agents, customer service bots, or workflow automation tools, Metorial's MCP server library provides the integrations you need to connect your agents to the real world.