npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2026 – Pkg Stats / Ryan Hefner

@theyahia/hh-mcp

v1.1.0

Published

MCP-сервер для hh.ru: поиск вакансий, резюме, зарплаты, работодатели, справочники. 8 инструментов.

Readme

@theyahia/hh-mcp

MCP-сервер для hh.ru: поиск вакансий, резюме, зарплаты, работодатели, справочники. 8 инструментов.

npm CI License: MIT

Часть серии Russian API MCP (50 серверов) by @theYahia.

Два режима работы

| Режим | Что доступно | Нужен токен? | |-------|-------------|--------------| | Без токена | Поиск вакансий, вакансия по ID, работодатели, зарплаты, регионы, профроли | Нет | | С токеном | Всё выше + поиск резюме, резюме по ID | Да (HH_ACCESS_TOKEN) |

Получить токен: dev.hh.ru/admin

Установка

Claude Desktop

{
  "mcpServers": {
    "hh": {
      "command": "npx",
      "args": ["-y", "@theyahia/hh-mcp"],
      "env": {
        "HH_ACCESS_TOKEN": "your-token-here (опционально)"
      }
    }
  }
}

Claude Code

claude mcp add hh -- npx -y @theyahia/hh-mcp
# С токеном:
claude mcp add hh -e HH_ACCESS_TOKEN=your-token -- npx -y @theyahia/hh-mcp

VS Code / Cursor

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

Windsurf

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

HTTP режим (Streamable HTTP)

npx @theyahia/hh-mcp --http
# или
HTTP_PORT=8080 npx @theyahia/hh-mcp --http

Эндпоинт: http://localhost:3000/mcp Health check: http://localhost:3000/health

Инструменты (8)

| Инструмент | Описание | Нужен токен? | |------------|----------|:------------:| | search_vacancies | Поиск вакансий по словам, региону, зарплате, опыту | Нет | | get_vacancy | Полная информация о вакансии с описанием и контактами | Нет | | search_resumes | Поиск резюме по ключевым словам и параметрам | Да | | get_resume | Полная информация о резюме | Да | | get_employers | Поиск работодателей по названию | Нет | | get_salary_stats | Статистика зарплат по специальности и региону | Нет | | get_areas | Справочник регионов РФ и СНГ с кодами | Нет | | get_professional_roles | Справочник профессиональных ролей | Нет |

Примеры

Найди вакансии Python в Москве от 200К
Покажи вакансии в Яндексе
Средняя зарплата Senior Backend?
Какие регионы есть в hh.ru?
Найди резюме Java-разработчиков в Петербурге

API

Все публичные эндпоинты используют https://api.hh.ru без авторизации. Эндпоинты резюме требуют OAuth 2.0 токен через переменную окружения HH_ACCESS_TOKEN.

User-Agent: theYahia-hh-mcp/1.0

Разработка

git clone https://github.com/theYahia/hh-mcp.git
cd hh-mcp
npm install
npm run build
npm test

Часть серии Russian API MCP

50 серверов: github.com/theYahia/russian-mcp

Лицензия

MIT