Yandex Webmaster MCP Server
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 Webmaster MCP Servershow me my top search queries for last month"
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.
Яндекс Вебмастер MCP-сервер
MCP-сервер для Яндекс Вебмастер API v4.1 — полное покрытие: индексация, поисковые запросы, диагностика, переобход, карты сайта, ссылки, мониторинг важных URL.
Возможности
37 инструментов, покрывающих весь Яндекс Вебмастер API:
Пользователь и сайты — список сайтов, добавление/удаление, информация о сайте
Верификация — статус подтверждения, запуск подтверждения, список владельцев
Сводка и ИКС — общая информация по сайту с индексом качества, история ИКС
Поисковые запросы — популярные запросы (ТОП-3000), история запросов с позициями/кликами/показами, аналитика запросов
Переобход — квота на переобход, отправка URL на переиндексацию, отслеживание задач
Диагностика — проблемы сайта и рекомендации
Индексация — история индексации по HTTP-статусам, примеры проиндексированных страниц
Важные URL — мониторинг критичных страниц, отслеживание изменений
Страницы в поиске — страницы в выдаче (история + примеры), события появления/исчезновения
Карты сайта — автоматически обнаруженные и добавленные вручную карты сайта
Ссылки — внешние обратные ссылки, битые внутренние ссылки
Related MCP server: yandex-marketing-mcp
Установка
pip install -e .Настройка
Переменная окружения
export YANDEX_WEBMASTER_API_KEY=ваш_oauth_токенClaude Desktop
Добавьте в claude_desktop_config.json:
{
"mcpServers": {
"yandex-webmaster": {
"command": "python",
"args": ["/путь/к/yandex-webmaster-mcp-server-python/src/yandex_webmaster_mcp/server.py"],
"env": {
"YANDEX_WEBMASTER_API_KEY": "ваш_oauth_токен"
}
}
}
}Claude Code
Добавьте в settings.json:
{
"mcpServers": {
"yandex-webmaster": {
"command": "python",
"args": ["/путь/к/yandex-webmaster-mcp-server-python/src/yandex_webmaster_mcp/server.py"],
"env": {
"YANDEX_WEBMASTER_API_KEY": "ваш_oauth_токен"
}
}
}
}Получение OAuth-токена
Создайте приложение на https://oauth.yandex.ru/client/new
Выберите права:
webmaster:hostinfoиwebmaster:verifyПолучите токен:
https://oauth.yandex.ru/authorize?response_type=token&client_id=ВАШ_CLIENT_IDТокен действует 6 месяцев
Примеры использования
# Получить user_id
get_user_id()
# Список всех сайтов
get_hosts(user_id="12345")
# Популярные запросы с позициями
get_popular_queries(
user_id="12345",
host_id="https:example.com:443",
date_from="2026-03-01",
date_to="2026-03-31",
query_indicator="TOTAL_SHOWS,TOTAL_CLICKS,AVG_SHOW_POSITION"
)
# Отправить страницу на переобход
request_recrawl(
user_id="12345",
host_id="https:example.com:443",
url="https://example.com/updated-page/"
)
# Мониторинг важных страниц
get_important_urls(
user_id="12345",
host_id="https:example.com:443"
)Формат host_id
Яндекс Вебмастер использует особый формат идентификаторов сайтов:
https:example.com:443(не URL — протокол:домен:порт без слешей)http:example.com:80
Сервер автоматически URL-кодирует host_id при отправке запросов к API.
Лицензия
MIT
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- AlicenseAqualityCmaintenanceMCP server for interacting with Yandex.Webmaster API to manage sites, retrieve search queries, and check indexing status. Requires an OAuth token.Last updated13683MIT
- AlicenseBqualityBmaintenanceMCP server for managing Yandex Direct advertising, Yandex Metrica analytics, Wordstat keyword research, and Yandex Webmaster SEO tools, with self-configuring OAuth; provides 153 tools for complete ad and search workflows from AI assistants.Last updated100166MIT
- Alicense-qualityDmaintenanceMCP server for Yandex Direct, Metrika, Wordstat, and Webmaster APIs, providing 132 tools to manage advertising campaigns, analytics, keyword research, and reporting through any MCP-compatible client.Last updated56MIT
- AlicenseCqualityCmaintenanceMCP server that provides 46 tools for managing Yandex Webmaster API v4, enabling site management, sitemaps, indexing, search analytics, and more through natural language.Last updated46543MIT
Related MCP Connectors
Read-only Yandex Metrika MCP. Query visits, sources, geo, devices and more in plain language.
Hosted MCP with 91 agent tools: X, domains, SEO, Maps, Trends, Search, YouTube, TikTok, and more.
MCP for Yandex Direct: manage ad campaigns & analytics from Claude or ChatGPT
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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/Crash-SV/yandex-webmaster-mcp-server-for-api-v4-1'
If you have feedback or need assistance with the MCP directory API, please join our Discord server