mcpbeat Sign in

Hh MCP Server

local only

Hh MCP runs on your own machine — the client starts it, so there is no endpoint to ping. 111 installs a week from npm. Last commit 6 Sep 2026.

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

Installs per day peak 27 · avg 14 · +174% w/w
a month agotoday
111
Installs / week
npm · @theyahia/hh-mcp
4
Stars
0 open issues
6 Sep 2026
Last commit
0 releases in 90 days
MIT
License
TypeScript

Nothing serious here today

Today is the operative word: we check Hh MCP every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add hh-mcp -- npx -y @theyahia/hh-mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "hh-mcp": {
      "args": [
        "-y",
        "@theyahia/hh-mcp"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.hh-mcp]
command = "npx"
args = ["-y", "@theyahia/hh-mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "hh-mcp": {
      "args": [
        "-y",
        "@theyahia/hh-mcp"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "hh-mcp": {
      "args": [
        "-y",
        "@theyahia/hh-mcp"
      ],
      "command": "npx"
    }
  }
}

This one needs environment variables set before it will start: API_KEY (API key for the service). The author declared them in the registry entry; get the values from the project itself.

Alternatives to Hh MCP

same job, measured the same way
Superjob MCP
by theyahia

MCP server for SuperJob.ru API — vacancy search, employers. Requires API key.

48 installs/wk local only
MCP Package
by ordersofmagnitudellc

MCP server for OOM x402 search 1,000+ pay-per-call API endpoints

41 installs/wk local only
Render Useful MCP
by lusrodri

MCP server for the Render Public API: all 207 endpoints plus workflow tools.

77 installs/wk local only
Llmse
by llmse

Public MCP server for the LLM Search Engine

10 tools answering
WeJob
by wejob

Read-only MCP server for public WeJob jobs, formations, and companies.

8 tools answering
Semantic Scholar MCP Server
by smaniches

MCP server for the Semantic Scholar API: search 200M+ papers, citations, authors, recommendations.

1 042 installs/wk local only
MCP Serp
by acedatacloud

MCP server for Google search results via SERP API

756 installs/wk answering
Htag Docs
by htagai

Public HTAG discovery for MCP tools, API endpoints, OpenAPI ops, and agents.

5 tools answering

Hh MCP — questions

Answers built from our own checks of this server.

Why is there no uptime for Hh MCP?
Hh MCP runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the npm package @theyahia/hh-mcp was installed 111 times last week.
How do I connect Hh MCP?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls @theyahia/hh-mcp straight from npm; nothing to host, nothing to sign up for.
How many people use Hh MCP?
The npm package @theyahia/hh-mcp was installed 111 times in the last week. Week over week that is +174%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Hh MCP open source?
Yes — it is published under the MIT licence, written in TypeScript and 4 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.