Yandex Webmaster MCP
Rank #9,377io.github.askads/mcp-yandex-webmaster
MCP server for Yandex Webmaster API: indexing, search queries, sitemaps, diagnostics, links.
Yandex Webmaster MCP is a Model Context Protocol (MCP) server published by askads. It ranks #9,377 of 115,591 servers tracked on MCP Toplist. Yandex Webmaster MCP is listed across 2 registries — Official MCP and Glama, with 4 tracked versions. It was first listed on Aug 8, 2026 and most recently updated on Aug 18, 2026.
Ranks ahead of 106,214 of 115,591 servers on MCP Toplist.
Use Yandex Webmaster MCP
Requires user-supplied configuration before first use — typically an API key, token or connection string set via environment variables.
claude mcp add mcp-yandex-webmaster -e "YANDEX_OAUTH_TOKEN=<your YANDEX_OAUTH_TOKEN>" -e "YANDEX_USER_ID=<your YANDEX_USER_ID>" -e "YANDEX_WEBMASTER_HOST_ID=<your YANDEX_WEBMASTER_HOST_ID>" -e "YANDEX_WEBMASTER_API_BASE=<your YANDEX_WEBMASTER_API_BASE>" -e "YANDEX_WEBMASTER_TIMEOUT_MS=<your YANDEX_WEBMASTER_TIMEOUT_MS>" -e "YANDEX_WEBMASTER_MAX_RETRIES=<your YANDEX_WEBMASTER_MAX_RETRIES>" -- npx -y mcp-yandex-webmasterReplace each placeholder with your own value before saving.
[mcp_servers.mcp-yandex-webmaster]
command = "npx"
args = ["-y", "mcp-yandex-webmaster"]
[mcp_servers.mcp-yandex-webmaster.env]
YANDEX_OAUTH_TOKEN = "<your YANDEX_OAUTH_TOKEN>"
YANDEX_USER_ID = "<your YANDEX_USER_ID>"
YANDEX_WEBMASTER_HOST_ID = "<your YANDEX_WEBMASTER_HOST_ID>"
YANDEX_WEBMASTER_API_BASE = "<your YANDEX_WEBMASTER_API_BASE>"
YANDEX_WEBMASTER_TIMEOUT_MS = "<your YANDEX_WEBMASTER_TIMEOUT_MS>"
YANDEX_WEBMASTER_MAX_RETRIES = "<your YANDEX_WEBMASTER_MAX_RETRIES>"Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"mcp-yandex-webmaster": {
"command": "npx",
"args": [
"-y",
"mcp-yandex-webmaster"
],
"env": {
"YANDEX_OAUTH_TOKEN": "<your YANDEX_OAUTH_TOKEN>",
"YANDEX_USER_ID": "<your YANDEX_USER_ID>",
"YANDEX_WEBMASTER_HOST_ID": "<your YANDEX_WEBMASTER_HOST_ID>",
"YANDEX_WEBMASTER_API_BASE": "<your YANDEX_WEBMASTER_API_BASE>",
"YANDEX_WEBMASTER_TIMEOUT_MS": "<your YANDEX_WEBMASTER_TIMEOUT_MS>",
"YANDEX_WEBMASTER_MAX_RETRIES": "<your YANDEX_WEBMASTER_MAX_RETRIES>"
}
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config). Replace each placeholder with your own value before saving.
{
"mcpServers": {
"mcp-yandex-webmaster": {
"command": "npx",
"args": [
"-y",
"mcp-yandex-webmaster"
],
"env": {
"YANDEX_OAUTH_TOKEN": "<your YANDEX_OAUTH_TOKEN>",
"YANDEX_USER_ID": "<your YANDEX_USER_ID>",
"YANDEX_WEBMASTER_HOST_ID": "<your YANDEX_WEBMASTER_HOST_ID>",
"YANDEX_WEBMASTER_API_BASE": "<your YANDEX_WEBMASTER_API_BASE>",
"YANDEX_WEBMASTER_TIMEOUT_MS": "<your YANDEX_WEBMASTER_TIMEOUT_MS>",
"YANDEX_WEBMASTER_MAX_RETRIES": "<your YANDEX_WEBMASTER_MAX_RETRIES>"
}
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). Replace each placeholder with your own value before saving.
{
"servers": {
"mcp-yandex-webmaster": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"mcp-yandex-webmaster"
],
"env": {
"YANDEX_OAUTH_TOKEN": "<your YANDEX_OAUTH_TOKEN>",
"YANDEX_USER_ID": "<your YANDEX_USER_ID>",
"YANDEX_WEBMASTER_HOST_ID": "<your YANDEX_WEBMASTER_HOST_ID>",
"YANDEX_WEBMASTER_API_BASE": "<your YANDEX_WEBMASTER_API_BASE>",
"YANDEX_WEBMASTER_TIMEOUT_MS": "<your YANDEX_WEBMASTER_TIMEOUT_MS>",
"YANDEX_WEBMASTER_MAX_RETRIES": "<your YANDEX_WEBMASTER_MAX_RETRIES>"
}
}
}
}Save as .vscode/mcp.json in your workspace. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"mcp-yandex-webmaster": {
"command": "npx",
"args": [
"-y",
"mcp-yandex-webmaster"
],
"env": {
"YANDEX_OAUTH_TOKEN": "<your YANDEX_OAUTH_TOKEN>",
"YANDEX_USER_ID": "<your YANDEX_USER_ID>",
"YANDEX_WEBMASTER_HOST_ID": "<your YANDEX_WEBMASTER_HOST_ID>",
"YANDEX_WEBMASTER_API_BASE": "<your YANDEX_WEBMASTER_API_BASE>",
"YANDEX_WEBMASTER_TIMEOUT_MS": "<your YANDEX_WEBMASTER_TIMEOUT_MS>",
"YANDEX_WEBMASTER_MAX_RETRIES": "<your YANDEX_WEBMASTER_MAX_RETRIES>"
}
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"mcp-yandex-webmaster": {
"command": "npx",
"args": [
"-y",
"mcp-yandex-webmaster"
],
"env": {
"YANDEX_OAUTH_TOKEN": "<your YANDEX_OAUTH_TOKEN>",
"YANDEX_USER_ID": "<your YANDEX_USER_ID>",
"YANDEX_WEBMASTER_HOST_ID": "<your YANDEX_WEBMASTER_HOST_ID>",
"YANDEX_WEBMASTER_API_BASE": "<your YANDEX_WEBMASTER_API_BASE>",
"YANDEX_WEBMASTER_TIMEOUT_MS": "<your YANDEX_WEBMASTER_TIMEOUT_MS>",
"YANDEX_WEBMASTER_MAX_RETRIES": "<your YANDEX_WEBMASTER_MAX_RETRIES>"
}
}
}
}Replace each placeholder with your own value before saving.
Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/io.github.askads%2Fmcp-yandex-webmaster)<a href="https://mcptoplist.com/server/io.github.askads%2Fmcp-yandex-webmaster"><img src="https://mcptoplist.com/badge/io.github.askads%2Fmcp-yandex-webmaster.svg" alt="MCP Toplist: Top 10% of 115,591" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 2 registries
askads
Other servers by askads
View all askads servers →Available versions (4)
| Version | Published |
|---|---|
| 1.1.0 | Aug 18, 2026 |
| 1.0.0 | Aug 11, 2026 |
| 0.1.1 | Aug 10, 2026 |
| 0.1.0 | Aug 8, 2026 |
Frequently asked questions
- Who maintains Yandex Webmaster MCP?
- Yandex Webmaster MCP is maintained by askads, which publishes 4 MCP servers (19 total versions) tracked on MCP Toplist.
- Is Yandex Webmaster MCP listed on the Official MCP Registry?
- Yes — Yandex Webmaster MCP is listed on the Official MCP Registry, alongside Glama.
- How many versions does Yandex Webmaster MCP have?
- MCP Toplist tracks 4 versions of Yandex Webmaster MCP, most recently published on Aug 18, 2026.
- Where can I find the source code for Yandex Webmaster MCP?
- The source code for Yandex Webmaster MCP is hosted at github.com/askads/mcp-yandex-webmaster.