mcpbeat Sign in

Yandex Webmaster MCP Server

local only

Yandex Webmaster MCP runs on your own machine — the client starts it, so there is no endpoint to ping. 54 installs a week from npm. Last commit 14 Sep 2026.

Query Yandex Webmaster indexing, queries, diagnostics and backlinks, and recrawl, via an AI agent.

Installs per day peak 16 · avg 10 · +20% w/w
a month agotoday
54
Installs / week
npm · @boxlab/yandex-webmaster-mcp
3
Stars
0 open issues
14 Sep 2026
Last commit
0 releases in 90 days
MIT
License
TypeScript

Nothing serious here today

Today is the operative word: we check Yandex Webmaster MCP every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add yandex-webmaster-mcp -- npx -y @boxlab/yandex-webmaster-mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "yandex-webmaster-mcp": {
      "args": [
        "-y",
        "@boxlab/yandex-webmaster-mcp"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.yandex-webmaster-mcp]
command = "npx"
args = ["-y", "@boxlab/yandex-webmaster-mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "yandex-webmaster-mcp": {
      "args": [
        "-y",
        "@boxlab/yandex-webmaster-mcp"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "yandex-webmaster-mcp": {
      "args": [
        "-y",
        "@boxlab/yandex-webmaster-mcp"
      ],
      "command": "npx"
    }
  }
}

This one needs environment variables set before it will start: YANDEX_WEBMASTER_TOKEN (Yandex Webmaster OAuth token (webmaster:hostinfo). Optional if you run the `auth` login.), YANDEX_WEBMASTER_HOST_ID (Default host id, so tools may omit hostId.). The author declared them in the registry entry; get the values from the project itself.

Alternatives to Yandex Webmaster MCP

same job, measured the same way
Prerender Buddy
by kopachlager

Local MCP tools for crawler-readability and discovery-file diagnostics.

694 installs/wk local only
Yandex Search
by johnisanerd

Yandex search results, images, and SERP data via the Apify Yandex Search Scraper, hosted MCP.

answering
SEO Backlinks
by mouhabmzibra-rgb

Backlinks, Domain Rating & expired-domain drops via seo-backlinks.net (Common Crawl)

41 installs/wk local only
Rankparse MCP
by abhibavishi

SEO MCP server — backlinks, domain authority, tech stack, and 18+ tools via Common Crawl.

73 tools answering
MESSORA
by messora

Scrape, crawl and search the web for AI agents via MCP.

5 tools answering
CrawlConsole
by crawlconsole

Backlink Analysis MCP for AI Agents: authority, referring domains, and competitor link gaps.

37 installs/wk answering
Research
by ilo415

AI research for agents. Company intel, competitor analysis, web scraping, topic dives. Pay via MPP.

29 installs/wk local only
Wopee MCP
by wopee-io

AI testing agents for web apps — dispatch test runs, crawls, fetch artifacts and status.

436 installs/wk local only

Yandex Webmaster MCP — questions

Answers built from our own checks of this server.

Why is there no uptime for Yandex Webmaster MCP?
Yandex Webmaster MCP runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the npm package @boxlab/yandex-webmaster-mcp was installed 54 times last week.
How do I connect Yandex Webmaster MCP?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls @boxlab/yandex-webmaster-mcp straight from npm; nothing to host, nothing to sign up for.
How many people use Yandex Webmaster MCP?
The npm package @boxlab/yandex-webmaster-mcp was installed 54 times in the last week. Week over week that is +20%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Yandex Webmaster MCP open source?
Yes — it is published under the MIT licence, written in TypeScript and 3 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.