Hh MCP

Если вы искали, как подключить hh.ru к Claude или другому ИИ-агенту, - этот сервер даёт агенту поиск по вакансиям и резюме, карточки работодателей, статистику зарплат и справочники hh.ru по России и СНГ. Спрашиваете «найди Python-вакансии в Москве от 250 000 ₽ на удалёнке» - агент возвращает готовый список с зарплатами и опытом, а не ссылку на выдачу. Поиск вакансий работает без токена; токен нужен только для базы…

People who work with russian api and jobs and want it reachable from Claude, Cursor, VS Code, or another MCP client. The project is written in TypeScript.

VERIFIED ACTIVE

LAST COMMIT 2026-09-06 · ★ 4 · #102 OF 278 MAINTAINED API INTEGRATION · VERIFIED 2026-09-18

MIT · TypeScript servers · how we verify → /methodology

01 · Install Hh MCP

before you install - you'll need

Set HTTP_PORT before connecting. HH_ACCESS_TOKEN is optional or environment-specific per the README.

Claude Code

claude mcp add theyahia-hh-mcp -- npx -y @theyahia/hh-mcp

Claude Desktop / Cursor / VS Code - add to config

{
  "mcpServers": {
    "theyahia-hh-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@theyahia/hh-mcp"
      ]
    }
  }
}

Same JSON for Cursor. For VS Code, rename the top-level key from `mcpServers` to `servers`.

Using another client? Same JSON, different key

Claude Desktop · mcpServers

Cursor · mcpServers

VS Code · servers

Windsurf · mcpServers

Zed · context_servers

Cline · mcpServers

Roo Code · mcpServers

Continue · mcpServers

LibreChat · mcpServers

Gemini CLI · mcpServers

Codex CLI · mcp_servers

Full setup guides: every client.

02 · Evidence

Security posture

What to check before giving this server access to your agent - from the registry, GitHub, and our own probes. We don't score safety; we show what's verifiable.

runs as local process (stdio) - runs on your machine with your user's permissions

license MIT - declared in the repository

npm package @theyahia/hh-mcp - published under the repo owner's npm scope (@theyahia)

registry namespace io.github.theYahia is GitHub-verified and matches the repo owner

03 · What Hh MCP can do

Prose above is summarized from the project's README and registry record - no invented capabilities.

Latest releases

v2.1.0 · 2026-09-02

Fixed · HTTP mode crashed on Node 18. crypto.randomUUID() was used as a bare · global (stable only on Node 19+) while engines/CI include Node 18. HTTP mode · is now stateless and no longer references the global. · HTTP…

04 · Who maintains Hh MCP

hh-mcp is maintained by theyahia. We track 49 MCP servers from theyahia - 35 actively maintained, 87 combined GitHub stars, oldest repo from Mar 2026. Full record: all servers from theyahia.

  1. 1c-rest-mcp MCP server for 1C Enterprise - ERP catalogs, documents via REST API (Russia) ★ 12
  2. tilda-mcp MCP server for Tilda API - projects, pages. 3 tools. ★ 16
  3. moysklad-mcp MCP server for MoySklad - warehouse, inventory, orders, reports (Russia) ★ 6
  4. yandex-direct-mcp MCP server for Yandex Direct — PPC campaigns, ads, keywords, statistics (Russia) ★ 5
  5. mindbox-mcp MCP server for Mindbox CDP API - customer profiles, orders, segments. 3 tools. ★ 3
  6. yandex-webmaster-mcp MCP server for Yandex.Webmaster API - hosts, search queries, indexing status. Bearer token auth. ★ 4

05 · Facts

category
API integration - ranked #102 of 278 actively-maintained API integration servers as of 2026-09-18.
release cadence
1 release in the last 90 days (latest 2026-09-02)
registry
io.github.theYahia/hh-mcp (active, first published 2026-03-31)
packages
npm:@theyahia/hh-mcp

06 · Hh MCP FAQ

What is Hh MCP?

Если вы искали, как подключить hh.ru к Claude или другому ИИ-агенту, - этот сервер даёт агенту поиск по вакансиям и резюме, карточки работодателей, статистику зарплат и справочники hh.ru по России и СНГ. Спрашиваете «найди Python-вакансии в Москве от 250 000 ₽ на удалёнке» - агент возвращает готовый список с зарплатами и опытом, а не ссылку на выдачу. Поиск вакансий работает без токена; токен нужен только для базы…

Is Hh MCP still maintained?

Yes - as of 2026-09-18, its last commit was 2026-09-06 and it shipped 1 release in the last 90 days. We re-verify nightly.

How do I install Hh MCP?

Run `npx -y @theyahia/hh-mcp`. The README documents 2 environment variables (HH_ACCESS_TOKEN, HTTP_PORT) to set first. Set HTTP_PORT before connecting. HH_ACCESS_TOKEN is optional or environment-specific per the README. You can also paste the ready-made client config above.

Does Hh MCP run locally?

Yes - it's a stdio server: it runs on your machine (via npx) with your user's permissions. Your data stays local unless the server itself calls external APIs.

07 · Alternatives to Hh MCP

More API integration MCP servers · Megaplan MCP · Mindbox MCP · Planfix MCP · Voximplant MCP · Yandex Direct MCP (theyahia)

More TypeScript MCP servers · Moysklad MCP · Tilda MCP · see all