Skip to content
Zed

hh mcp for Zed

io.github.theyahia/hh-mcp

MCP server for hh.ru jobs API — vacancy search, salary stats, employers, regions. Public endpoints,

client:Zed transport:stdio runtime:npm

Install hh mcp in Zed

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

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "context_servers": {
    "hh-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@theyahia/hh-mcp"
      ],
      "env": {
        "API_KEY": "<API_KEY>"
      }
    }
  }
}

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

hh mcp in other clients