MCP Claude Hacker News
|
An integration that allows Claude Desktop to interact with Hacker News using the Model Context Protocol (MCP). |
|
Features
- Browse latest stories from Hacker News
- View top and best-rated stories
- Get story details
- Read comments for stories
- Clean formatting of Hacker News content for better readability
Demo
Requirements
- Node.js 16 or higher
- Claude Desktop
- Internet connection to access Hacker News API
Installation
Installing Manually
- Clone or download this repository:
git clone https://github.com/imprvhub/mcp-claude-hackernews
cd mcp-claude-hackernews- Install dependencies:
npm install- Build the project:
npm run buildRunning the MCP Server
There are two ways to run the MCP server:
Option 1: Running manually
- Open a terminal or command prompt
- Navigate to the project directory
- Run the server directly:
node build/index.jsKeep this terminal window open while using Claude Desktop. The server will run until you close the terminal.






