Back to MCP Servers
Hn
📇 ☁️ Parses the HTML content from news.ycombinator.com (Hacker News) and provides structured data for different types of stories (top, new, ask, show, jobs).
other-tools-and-integrations
By pskill9
Installation
npx -y hn-serverConfiguration
{
"mcpServers": {
"hn-server": {
"command": "npx",
"args": ["-y", "hn-server"]
}
}
}How to use
- Run the installation command above (if needed)
- Open your Claude Code settings file (~/.claude/settings.json)
- Add the configuration to the mcpServers section
- Restart Claude Code to apply changes