Developer Tools
Trust: 25/100 (Limited)io.github.wei/hn-mcp-server Guide
Model Context Protocol server for HackerNews API access.
Quick Start
Install
npx hn-mcp-serverClaude Desktop Configuration
Add this to your claude_desktop_config.json:
{
"mcpServers": {
"io-github-wei-hn-mcp-server": {
"command": "npx",
"args": [
"hn-mcp-server"
]
}
}
}