Skip to main content
Search & Data ExtractionTypeScript

imprvhub/mcp-claude-hackernews

An integration that allows Claude Desktop to interact with Hacker News using the Model Context Protocol (MCP).

search-data-extractioncloud-servicelocal-service
Share:

Quick Start

Clone the repository:

git clone https://github.com/imprvhub/mcp-claude-hackernews

Claude 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.

Details

Category
Search & Data Extraction
Language
TypeScript
Author
imprvhub