mcpbeat Sign in

Yandex Wordstat MCP Server

local only

Yandex Wordstat MCP runs on your own machine — the client starts it, so there is no endpoint to ping. 70 installs a week from npm. Last commit 21 Aug 2026.

MCP server for Yandex Wordstat API: top & related queries, demand dynamics and regions.

Installs per day peak 181 · avg 21 · +4% w/w
a month agotoday
70
Installs / week
npm · mcp-yandex-wordstat
5
Stars
0 open issues
21 Aug 2026
Last commit
0 releases in 90 days
MIT
License
TypeScript

Nothing serious here today

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

This one needs environment variables set before it will start: WORDSTAT_API_KEY (Yandex Cloud API key for the Search API (sent as Api-Key). Treat it as a secret.), WORDSTAT_FOLDER_ID (Yandex Cloud folder id, injected into every request body.), WORDSTAT_LANG (Language for API responses (ru, en, ...).), WORDSTAT_API_BASE (API root host override.), WORDSTAT_TIMEOUT_MS (Per-request timeout in milliseconds.), WORDSTAT_MAX_RETRIES (Retries on transient errors (429, 5xx, network).). The author declared them in the registry entry; get the values from the project itself.

Alternatives to Yandex Wordstat MCP

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

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

77 installs/wk local only
SEO Tools: Yandex.Metrica
by antohins

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

88 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
Yandex Webmaster MCP
by askads

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

54 installs/wk local only
I
Yandex Tracker MCP
by aikts

MCP server for Yandex Tracker API.

3 215 installs/wk local only
Yandex Tracker MCP
by aponkratov

MCP server for Yandex Tracker API.

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 Direct
by gistrec

MCP server for Yandex Direct API v5: manage PPC campaigns, ads, keywords, and statistics.

118 installs/wk local only

Yandex Wordstat MCP — questions

Answers built from our own checks of this server.

Why is there no uptime for Yandex Wordstat MCP?
Yandex Wordstat 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 mcp-yandex-wordstat was installed 70 times last week.
How do I connect Yandex Wordstat 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 mcp-yandex-wordstat straight from npm; nothing to host, nothing to sign up for.
How many people use Yandex Wordstat MCP?
The npm package mcp-yandex-wordstat was installed 70 times in the last week. Week over week that is +4%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Yandex Wordstat MCP open source?
Yes — it is published under the MIT licence, written in TypeScript and 5 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.