Back to MCP Servers
Hn
An MCP server to search Hacker News, get top stories, and more.
search-data-extraction
By erithwik
Installation
npx -y mcp-hnConfiguration
{
"mcpServers": {
"mcp-hn": {
"command": "npx",
"args": ["-y", "mcp-hn"]
}
}
}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