MCP Directory

imprvhub/mcp-claude-hackernews

GitHub
Web Utilities

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

Direct install

Run the underlying MCP server directly — without Agent-CoreX routing.

npx -y mcp-claude-hackernews

Use with Agent-CoreX

Agent-CoreX intelligently routes which tools from imprvhub/mcp-claude-hackernews your AI agent actually needs per request — reducing token usage and cost.

agent-corex.json

{
  "mcpServers": {
    "mcp-claude-hackernews": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-claude-hackernews"
      ]
    }
  }
}

Route imprvhub/mcp-claude-hackernews intelligently

Connect in 2 minutes. Only pay for the tools your agent actually uses.

Installation Guide

Use with Agent-CoreX

Recommended: intelligent tool routing, lower costs

uvx agent-corex mcp add mcp-claude-hackernews

Agent-CoreX selects only the tools your agent needs, cutting token usage by up to 60%.

Direct Install

Use imprvhub/mcp-claude-hackernews directly without routing

npx -y mcp-claude-hackernews

New to Agent-CoreX? View setup guide →

imprvhub/mcp-claude-hackernews MCP Server — Agent-CoreX