Back to Integrations

HackerNews API

Integrates with the HackerNews API to fetch top stories, user information, and story details for content analysis and trend identification

Last updated: 1/27/2026

README

# Overview
Simple MCP server-client architecture that fetches data from HackerNews API.

Installation

Add this MCP to your configuration:

{
  "mcpServers": {
    "hackernews-api": {
      // See GitHub repository for configuration
    }
  }
}

See the GitHub repository for full installation instructions.