Hacker News MCP ServerServer

devabdultech
GitHub
Hacker NewsMCPIntegration

Loading subscription status...

💡 Description

The official Hacker News MCP server that adds powerful Hacker News integration to LLM clients, providing access to articles, comments, user profiles, and search functionality via the Model Context Protocol (MCP).

📝 JSON Entries

{
  "mcpServers": [
    {
      "hackernews": {
        "args": [
          "-y",
          "@devabdultech/hn-mcp-server"
        ],
        "command": "npx"
      }
    }
  ]
}

🛠️ Tools

searchgetStoriesgetStoryWithCommentsgetCommentTreegetUsergetUserSubmissions

Features

  • Uses Algolia's HN Search API to search for stories and comments
  • Access to real-time Hacker News data
  • Retrieve stories categorized by type (top, new, best, etc.)

💬 Example Queries

  • Search for the latest stories on Hacker News.
  • Retrieve the top stories from Hacker News.