mcpbeat Sign in

SEO Tools: Yandex.Webmaster MCP Server

local only

SEO Tools: Yandex.Webmaster runs on your own machine — the client starts it, so there is no endpoint to ping. 77 installs a week from npm. Last commit 1 Sep 2026.

MCP server for Yandex.Webmaster search queries (read-only).

Installs per day peak 536 · avg 44 · +8% w/w
a month agotoday
77
Installs / week
npm · seo-tools-mcp-ywm
3
Stars
1 open issues
1 Sep 2026
Last commit
0 releases in 90 days
MIT
License
TypeScript

Nothing serious here today

Today is the operative word: we check SEO Tools: Yandex.Webmaster 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 seo-tools-mcp-ywm -- npx -y seo-tools-mcp-ywm
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "seo-tools-mcp-ywm": {
      "args": [
        "-y",
        "seo-tools-mcp-ywm"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.seo-tools-mcp-ywm]
command = "npx"
args = ["-y", "seo-tools-mcp-ywm"]
.cursor/mcp.json
{
  "mcpServers": {
    "seo-tools-mcp-ywm": {
      "args": [
        "-y",
        "seo-tools-mcp-ywm"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "seo-tools-mcp-ywm": {
      "args": [
        "-y",
        "seo-tools-mcp-ywm"
      ],
      "command": "npx"
    }
  }
}

This one needs environment variables set before it will start: YANDEX_OAUTH_TOKEN (Yandex OAuth token (shared Webmaster + Metrica); or obtain via ywm_oauth_start.), YWM_OAUTH_TOKEN (Dedicated Webmaster token (overrides the shared one; usually not needed).), YANDEX_CLIENT_ID (Yandex OAuth app client ID (for interactive auth and token refresh).), YANDEX_CLIENT_SECRET (Yandex OAuth app client secret.), YWM_HOST_ID (Default Webmaster host, format https:example.com:443.), YWM_USER_ID (Webmaster user_id (auto-detected; usually not needed).). The author declared them in the registry entry; get the values from the project itself.

Alternatives to SEO Tools: Yandex.Webmaster

same job, measured the same way
SEO Tools: Yandex.Metrica
by antohins

MCP server for Yandex.Metrica Stat API (read-only).

88 installs/wk local only
Yandex Webmaster MCP
by theyahia

MCP server for Yandex.Webmaster API — hosts, search queries, indexing status. Bearer token auth.

80 installs/wk local only
Yandex Webmaster MCP
by askads

MCP server for Yandex Webmaster API: indexing, search queries, sitemaps, diagnostics, links.

54 installs/wk local only
Kenda
by kenda-co

Read-only MCP server for querying Kenda token spend and waste

46 installs/wk local only
Yandex Wiki Search MCP
by dlbolshov

MCP server for Yandex Wiki with full-text search.

267 installs/wk local only
SEO Tools: Yandex Wordstat
by antohins

MCP server for Yandex Wordstat keyword frequencies (official API v2). Free Yandex Cloud Search API.

95 installs/wk local only
1C OData MCP
by alexgrebeshok-coder

Read-only MCP server for 1C:Enterprise via OData with metadata and query builder tools.

35 installs/wk local only
Read Only Local Mysql MCP Server
by hove

MCP server for read-only MySQL database queries in Claude Desktop

264 installs/wk local only

SEO Tools: Yandex.Webmaster — questions

Answers built from our own checks of this server.

Why is there no uptime for SEO Tools: Yandex.Webmaster?
SEO Tools: Yandex.Webmaster 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 seo-tools-mcp-ywm was installed 77 times last week.
How do I connect SEO Tools: Yandex.Webmaster?
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 seo-tools-mcp-ywm straight from npm; nothing to host, nothing to sign up for.
How many people use SEO Tools: Yandex.Webmaster?
The npm package seo-tools-mcp-ywm was installed 77 times in the last week. Week over week that is +8%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is SEO Tools: Yandex.Webmaster open source?
Yes — it is published under the MIT licence, written in TypeScript, 3 stars on GitHub and 1 open issue. The source link is on this page, so you can read exactly what it does with your data before you connect it.