# mcp_hackernews

**Category:** 💻 Developer Tools  
**Repository:** https://github.com/YinTokey/mcp_hackernews  
**Views:** 0  
**Installs:** 0  
**Upvotes:** 0  
**Directory Page:** https://allmcps.com/mcp/mcp-hackernews

## Description
MCP server exposing a simple Hacker News search tool (top stories).

## Claude Desktop Quick Installation
Heuristic fallback — verify the package name and runner against the repository README before running it. Uses `npx` (confidence: low):

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

## Documentation & README

# MCP Hacker News Server

A minimal MCP server that exposes a tool to search top Hacker News stories.

mcp-name: io.github.YinTokey/mcp_hackernews

