GitHub Stars
35
User Rating
Not Rated
Favorites
0
Views
43
Forks
8
Issues
2
Installation
Difficulty
IntermediateEstimated Time
10-20 minutes
Installation
1Clone the repository:
bash
git clone https://github.com/pskill9/hn-server
cd hn-server
2Install dependencies:
bash
npm install
3Build the server:
bash
npm run build
4Add to your MCP settings configuration file (location depends on your system):
For VSCode Claude extension:
```json
{
"mcpServers": {
"hacker-news": {
"command": "node",