Yandex Webmaster MCP
Rank #21,636io.github.BoxLab-Ltd/yandex-webmaster-mcp
Query Yandex Webmaster indexing, queries, diagnostics and backlinks, and recrawl, via an AI agent.
Yandex Webmaster MCP is a Model Context Protocol (MCP) server published by boxlab-ltd. It ranks #21,636 of 115,460 servers tracked on MCP Toplist, and its repository has 3 GitHub stars. Yandex Webmaster MCP is listed across 2 registries — Official MCP and Glama, with 1 tracked version. It was first listed on Jul 21, 2026 and most recently updated on Jul 21, 2026.
Ranks ahead of 93,824 of 115,460 servers on MCP Toplist.
Use Yandex Webmaster MCP
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add yandex-webmaster-mcp -e "YANDEX_WEBMASTER_TOKEN=<your YANDEX_WEBMASTER_TOKEN>" -e "YANDEX_WEBMASTER_HOST_ID=<your YANDEX_WEBMASTER_HOST_ID>" -- npx -y @boxlab/yandex-webmaster-mcpReplace each placeholder with your own value before saving.
[mcp_servers.yandex-webmaster-mcp]
command = "npx"
args = ["-y", "@boxlab/yandex-webmaster-mcp"]
[mcp_servers.yandex-webmaster-mcp.env]
YANDEX_WEBMASTER_TOKEN = "<your YANDEX_WEBMASTER_TOKEN>"
YANDEX_WEBMASTER_HOST_ID = "<your YANDEX_WEBMASTER_HOST_ID>"Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"yandex-webmaster-mcp": {
"command": "npx",
"args": [
"-y",
"@boxlab/yandex-webmaster-mcp"
],
"env": {
"YANDEX_WEBMASTER_TOKEN": "<your YANDEX_WEBMASTER_TOKEN>",
"YANDEX_WEBMASTER_HOST_ID": "<your YANDEX_WEBMASTER_HOST_ID>"
}
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config). Replace each placeholder with your own value before saving.
{
"mcpServers": {
"yandex-webmaster-mcp": {
"command": "npx",
"args": [
"-y",
"@boxlab/yandex-webmaster-mcp"
],
"env": {
"YANDEX_WEBMASTER_TOKEN": "<your YANDEX_WEBMASTER_TOKEN>",
"YANDEX_WEBMASTER_HOST_ID": "<your YANDEX_WEBMASTER_HOST_ID>"
}
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). Replace each placeholder with your own value before saving.
{
"servers": {
"yandex-webmaster-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@boxlab/yandex-webmaster-mcp"
],
"env": {
"YANDEX_WEBMASTER_TOKEN": "<your YANDEX_WEBMASTER_TOKEN>",
"YANDEX_WEBMASTER_HOST_ID": "<your YANDEX_WEBMASTER_HOST_ID>"
}
}
}
}Save as .vscode/mcp.json in your workspace. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"yandex-webmaster-mcp": {
"command": "npx",
"args": [
"-y",
"@boxlab/yandex-webmaster-mcp"
],
"env": {
"YANDEX_WEBMASTER_TOKEN": "<your YANDEX_WEBMASTER_TOKEN>",
"YANDEX_WEBMASTER_HOST_ID": "<your YANDEX_WEBMASTER_HOST_ID>"
}
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"yandex-webmaster-mcp": {
"command": "npx",
"args": [
"-y",
"@boxlab/yandex-webmaster-mcp"
],
"env": {
"YANDEX_WEBMASTER_TOKEN": "<your YANDEX_WEBMASTER_TOKEN>",
"YANDEX_WEBMASTER_HOST_ID": "<your YANDEX_WEBMASTER_HOST_ID>"
}
}
}
}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.BoxLab-Ltd%2Fyandex-webmaster-mcp)<a href="https://mcptoplist.com/server/io.github.BoxLab-Ltd%2Fyandex-webmaster-mcp"><img src="https://mcptoplist.com/badge/io.github.BoxLab-Ltd%2Fyandex-webmaster-mcp.svg" alt="MCP Toplist: Top 25% of 115,460" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 2 registries
boxlab-ltd
Other servers by boxlab-ltd
View all boxlab-ltd servers →Available versions (1)
| Version | Published |
|---|---|
| 0.1.1 | Jul 21, 2026 |
Frequently asked questions
- Who maintains Yandex Webmaster MCP?
- Yandex Webmaster MCP is maintained by boxlab-ltd, which publishes 2 MCP servers (3 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 1 version of Yandex Webmaster MCP, most recently published on Jul 21, 2026.
- Where can I find the source code for Yandex Webmaster MCP?
- The source code for Yandex Webmaster MCP is hosted at github.com/BoxLab-Ltd/yandex-webmaster-mcp.