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/yandex-search-mcp

v1.0.0

Published

MCP server for Yandex Cloud Search API — Wordstat keyword research (topRequests, dynamics, regions) + web search. Optimised for Russian market SEO.

Readme

@theyahia/yandex-search-mcp

MCP server for Yandex Cloud Search API — Wordstat keyword research for the Russian market. 3 инструмента для сбора семантического ядра прямо из Claude.

npm License: MIT

Часть серии Russian API MCP by @theYahia.

⚠️ Не путать с yandex-wordstat-mcp (использует старый OAuth Wordstat API).
Этот сервер работает через Yandex Cloud Search API с Api-Key аутентификацией — без OAuth, без отдельной регистрации.


Установка

Claude Code

claude mcp add yandex-search \
  -e YANDEX_SEARCH_API_KEY=your_api_key \
  -e YANDEX_FOLDER_ID=your_folder_id \
  -- npx -y @theyahia/yandex-search-mcp

Claude Desktop / Cursor

{
  "mcpServers": {
    "yandex-search": {
      "command": "npx",
      "args": ["-y", "@theyahia/yandex-search-mcp"],
      "env": {
        "YANDEX_SEARCH_API_KEY": "your_api_key",
        "YANDEX_FOLDER_ID": "your_folder_id"
      }
    }
  }
}

Авторизация

Нужны два параметра от Yandex Cloud service account:

| Переменная | Где взять | |------------|-----------| | YANDEX_SEARCH_API_KEY | Консоль Yandex Cloud → Сервисные аккаунты → API-ключи | | YANDEX_FOLDER_ID | Консоль Yandex Cloud → Каталог → ID каталога |

Нужна роль search-api.webSearch.user на сервисном аккаунте.


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

| Инструмент | Описание | Quota | |------------|----------|-------| | wordstat_top_requests | Топ связанных запросов для фразы с месячным объёмом | 1 unit | | wordstat_regions | Распределение спроса по регионам РФ + affinity index | 2 units | | wordstat_dynamics | Месячный тренд объёма (работает для фраз >10K/мес) | 2 units |


Примеры запросов

Покажи топ-30 запросов связанных с "купить смартфон" через Wordstat
Какие регионы России больше всего ищут "max бот"?
Покажи сезонность запроса "горнолыжный курорт" за 2022-2024
Собери семантическое ядро для категории "боты для бизнеса MAX"
Сравни региональный спрос для "gigachat" и "яндекс гпт"

Ограничения API

  • wordstat_dynamics возвращает данные только для высокочастотных запросов (>10 000 показов/мес). Для низкочастотников используйте wordstat_top_requests.
  • wordstat_regions возвращает ID регионов — server автоматически преобразует топ-25 в читаемые названия.
  • Yandex Cloud Search API: тарифы и квоты — документация.

Разработка

git clone https://github.com/theYahia/yandex-search-mcp
cd yandex-search-mcp
npm install
npm run dev   # stdio mode

Лицензия

MIT