Back to MCP Servers
Claude Hackernews
An integration that allows Claude Desktop to interact with Hacker News using the Model Context Protocol (MCP).
search-data-extraction
By imprvhub
Installation
npx -y mcp-claude-hackernewsConfiguration
{
"mcpServers": {
"mcp-claude-hackernews": {
"command": "npx",
"args": ["-y", "mcp-claude-hackernews"]
}
}
}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