imprvhub/mcp-claude-hackernews
An integration that allows Claude Desktop to interact with Hacker News using the Model Context Protocol (MCP).
Quick Start
Clone the repository:
git clone https://github.com/imprvhub/mcp-claude-hackernewsClaude Desktop configuration example:
{
"mcpServers": {
"mcp-claude-hackernews": {
"command": "npx",
"args": [
"-y",
"imprvhub/mcp-claude-hackernews"
]
}
}
}Check the repository README for specific installation and configuration instructions.