Yandex Wordstat MCP
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@Yandex Wordstat MCPshow me top searches for 'real estate Moscow'"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
yandex-wordstat-mcp
MCP server for Yandex Wordstat API — keyword research and search trend analysis for the Russian market.
English
Features
Tool | Description | Quota Cost |
| Get all supported regions with IDs | Free |
| Popular queries containing a keyword (last 30 days) | 1 unit |
| Search volume trends over time | 2 units |
| Regional distribution of search volume | 2 units |
Setup
Step 1: Create Yandex OAuth App
Create a Yandex ID account if you don't have one
Go to Yandex OAuth and create a new app
Under Platforms, check "Web services"
Under Data access, search for
wordstat:apiand add itClick Create app
Note your Client ID and Client Secret
Step 2: Request API Access
Important: You must request access to the Wordstat API separately.
Go to Yandex Wordstat
Click on your profile → API access
Submit a request with your Client ID
Wait for approval (usually 1-2 business days)
Step 3: Get Your Token
export YANDEX_CLIENT_ID=your_client_id
export YANDEX_CLIENT_SECRET=your_client_secret
npx yandex-wordstat-mcp authThis will:
Open your browser to Yandex authorization page
After you authorize, Yandex shows a code
Paste the code into the terminal
Get your access token
Step 4: Configure Claude
Claude Desktop — edit ~/Library/Application Support/Claude/claude_desktop_config.json (macOS) or %APPDATA%\Claude\claude_desktop_config.json (Windows):
{
"mcpServers": {
"yandex-wordstat": {
"command": "npx",
"args": ["-y", "yandex-wordstat-mcp"],
"env": {
"YANDEX_WORDSTAT_TOKEN": "your_token_here"
}
}
}
}Claude Code:
claude mcp add yandex-wordstat -e YANDEX_WORDSTAT_TOKEN=your_token -- npx -y yandex-wordstat-mcpUsage Examples
Once configured, ask Claude:
Keyword Research:
"What are the most popular search queries for 'buy iPhone' in Russia?"
"Show me top searches containing 'real estate Moscow'"
"What are people searching for about 'artificial intelligence'?"
Search Trends:
"Show me the search trend for 'cryptocurrency' over the past year"
"How has interest in 'electric cars' changed over time?"
"Show weekly search dynamics for 'vacation Turkey'"
Regional Analysis:
"Which regions search for 'jobs' the most?"
"Show regional distribution for 'delivery food'"
"Where in Russia do people search for 'ski resort' most often?"
Get Region IDs:
"Get the Yandex Wordstat regions tree"
"What is the region ID for Moscow?"
Русский
Возможности
Инструмент | Описание | Расход квоты |
| Получить все поддерживаемые регионы с ID | Бесплатно |
| Популярные запросы с ключевым словом (за 30 дней) | 1 единица |
| Динамика поисковых запросов во времени | 2 единицы |
| Региональное распределение запросов | 2 единицы |
Настройка
Шаг 1: Создание OAuth-приложения Яндекса
Создайте Яндекс ID, если у вас его нет
Перейдите в Яндекс OAuth и создайте новое приложение
В разделе Платформы выберите "Веб-сервисы"
В разделе Доступ к данным найдите
wordstat:apiи добавьтеНажмите Создать приложение
Сохраните Client ID и Client Secret
Шаг 2: Запрос доступа к API
Важно: Необходимо отдельно запросить доступ к API Вордстата.
Перейдите на Яндекс Вордстат
Нажмите на профиль → Доступ к API
Отправьте заявку с вашим Client ID
Дождитесь подтверждения (обычно 1-2 рабочих дня)
Шаг 3: Получение токена
export YANDEX_CLIENT_ID=ваш_client_id
export YANDEX_CLIENT_SECRET=ваш_client_secret
npx yandex-wordstat-mcp authКоманда:
Откроет браузер на странице авторизации Яндекса
После авторизации Яндекс покажет код
Вставьте код в терминал
Получите токен доступа
Шаг 4: Настройка Claude
Claude Desktop — отредактируйте ~/Library/Application Support/Claude/claude_desktop_config.json (macOS) или %APPDATA%\Claude\claude_desktop_config.json (Windows):
{
"mcpServers": {
"yandex-wordstat": {
"command": "npx",
"args": ["-y", "yandex-wordstat-mcp"],
"env": {
"YANDEX_WORDSTAT_TOKEN": "ваш_токен"
}
}
}
}Claude Code:
claude mcp add yandex-wordstat -e YANDEX_WORDSTAT_TOKEN=ваш_токен -- npx -y yandex-wordstat-mcpПримеры использования
После настройки спросите Claude:
Исследование ключевых слов:
"Какие самые популярные запросы по 'купить iPhone' в России?"
"Покажи топ запросов по 'недвижимость Москва'"
"Что ищут люди по запросу 'искусственный интеллект'?"
Динамика поиска:
"Покажи тренд поиска 'криптовалюта' за последний год"
"Как менялся интерес к 'электромобили' со временем?"
"Покажи недельную динамику запросов 'отдых Турция'"
Региональный анализ:
"В каких регионах больше всего ищут 'работа'?"
"Покажи региональное распределение для 'доставка еды'"
"Где в России чаще всего ищут 'горнолыжный курорт'?"
Получение ID регионов:
"Получи дерево регионов Яндекс Вордстат"
"Какой ID региона у Москвы?"
API Quotas
Yandex Wordstat API has two quota types:
Total daily quota — limits total API calls per day
Rate limit — 10 requests per second (handled automatically)
Development
git clone https://github.com/iichat/yandex-wordstat-mcp.git
cd yandex-wordstat-mcp
bun installNo build step needed — runs directly with Node.
bun run lint # check
bun run lint:fix # fix issues
bun run format # format codeTest locally:
YANDEX_WORDSTAT_TOKEN=your-token node src/index.mjsLicense
MIT © Alternex
This server cannot be installed
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Latest Blog Posts
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/altrnex/yandex-wordstat-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server