Skip to content
Zed

hn mcp server for Zed

io.github.wei/hn-mcp-server

Model Context Protocol server for HackerNews API access.

client:Zed transport:stdio runtime:npm

Install hn mcp server in Zed

~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json

{
  "context_servers": {
    "hn-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "hn-mcp-server"
      ]
    }
  }
}

Merge this into your existing settings object — do not replace the file. Zed docs

hn mcp server in other clients