PluginBench
MCP Server

Hacker News MCP by UnClick MCP Server

io.github.malamutemayhem/hackernews

What is the Hacker News MCP by UnClick MCP server?

Search and read Hacker News stories, comments, users, Ask HN and Show HN. No API key. By UnClick.

How to install Hacker News MCP by UnClick

Copy-paste configuration for popular MCP clients.

transport: stdio
Config generated by PluginBench — verify against the source before use.
Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "hackernews": {
      "command": "npx",
      "args": [
        "-y",
        "@unclick/hackernews-mcp"
      ]
    }
  }
}
Cursor
~/.cursor/mcp.json
{
  "mcpServers": {
    "hackernews": {
      "command": "npx",
      "args": [
        "-y",
        "@unclick/hackernews-mcp"
      ]
    }
  }
}
Windsurf
~/.codeium/windsurf/mcp_config.json
{
  "mcpServers": {
    "hackernews": {
      "command": "npx",
      "args": [
        "-y",
        "@unclick/hackernews-mcp"
      ]
    }
  }
}
VS Code
.vscode/mcp.json
{
  "servers": {
    "hackernews": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@unclick/hackernews-mcp"
      ]
    }
  }
}
Claude Code
claude mcp add hackernews -- npx -y @unclick/hackernews-mcp

Related MCP servers

Australian Business Number lookup and business name search. By UnClick.

View repository →

Real-time Australian electricity spot prices and renewables data from Amber Electric. By UnClick.

View repository →

Australia Post parcel tracking, postcode lookup, and delivery times. By UnClick.

View repository →

BoardGameGeek search, game details, rankings, and collections. By UnClick.

View repository →

Chess.com player profiles, stats, games, puzzles, and leaderboards. No API key. By UnClick.

View repository →

CoinGecko tools for crypto, coingecko, bitcoin by UnClick.

View repository →