@cododel/yandex-wordstat-mcp
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@@cododel/yandex-wordstat-mcpshow monthly search volume for 'пластиковые окна' in Russia"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
@cododel/yandex-wordstat-mcp
Bun/TypeScript MCP server for the official Yandex Wordstat v2 API. It provides the same practical Wordstat surface as the upstream yandex-wordstat-mcp package and adds a shared typed architecture, local stdio and stateless Streamable HTTP transports, remote BYOK credentials, explicit server-owned credential opt-in, Docker packaging, cost metadata, and generic agent installation guidance.
Commands
# Local MCP child process; requires Yandex credentials in ENV
bun src/cli.ts stdio
# Remote stateless Streamable HTTP; BYOK headers required by default
bun src/cli.ts serve --host 127.0.0.1 --port 3000See INSTALL.md for MCP client, Docker, authentication, and upgrade instructions.
Related MCP server: yandex-mcp
Tools
Tool | Wordstat method | Billing |
|
| free |
| cached | free |
|
| ~0.02 RUB/call |
|
| ~0.02 RUB/call |
|
| ~0.05 RUB/call |
Pricing is informational and can change. Source: Yandex Search API pricing.
Local credentials
Accepted aliases, in priority order:
YANDEX_WORDSTAT_API_KEY or YANDEX_SEARCH_API_KEY
YANDEX_WORDSTAT_FOLDER_ID or YANDEX_CLOUD_FOLDER_ID or YANDEX_FOLDER_IDRemote credential policy
Default serve behavior:
server ENV Yandex credentials are ignored;
every MCP request needs
X-Yandex-API-KeyandX-Yandex-Folder-Id;keys are transport headers and are absent from tool schemas;
loopback BYOK may omit
MCP_ACCESS_TOKEN, but non-loopback HTTP requires it;--allow-server-credentialsalways requires a non-emptyMCP_ACCESS_TOKEN;browser Origin and Host checks run before credential handling;
server credentials become available only with
--allow-server-credentials.
Serve behind HTTPS. The built-in server intentionally does not terminate TLS.
Billing safety and exact counts
top-requests,dynamics, andregionsare at-most-once billed operations. Clients must not retry them automatically after errors or unknown outcomes.Set
WORDSTAT_MAX_COST_RUB_PER_HOURandWORDSTAT_MAX_COST_RUB_PER_DAYtogether to enable a persistent SQLite budget guard. Amounts are parsed to integer kopecks; every dispatched paid attempt counts conservatively.WORDSTAT_LEDGER_PATHdefaults to./data/wordstat.sqlite; Docker uses the persistent/data/wordstat.sqlitevolume.Wordstat int64 count fields are returned as exact decimal strings, not JSON numbers.
Development
bun install --frozen-lockfile
bun test
bun run typecheckThe project uses native Bun TypeScript. There is no emitted dist/ directory.
Attribution
This project uses the MIT-licensed packages/yandex-wordstat-mcp implementation by Alternex as its functional baseline. See UPSTREAM.md and LICENSE.
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Connectors
MCP server for querying and analyzing data from ad platforms, analytics tools, and spreadsheets
Google Ads MCP server — manage campaigns, keywords, and metrics.
MCP server for Russian books search, details, and recommendation candidates.
Yandex search results, images, and SERP data via the Apify Yandex Search Scraper, hosted MCP.
Related MCP Servers
- AlicenseBqualityBmaintenanceMCP server for managing Yandex Direct advertising, Yandex Metrica analytics, Wordstat keyword research, and Yandex Webmaster SEO tools, with self-configuring OAuth; provides 153 tools for complete ad and search workflows from AI assistants.100193MIT
- AlicenseNot gradedqualityDmaintenanceMCP server for Yandex Direct, Metrika, Wordstat, and Webmaster APIs, providing 132 tools to manage advertising campaigns, analytics, keyword research, and reporting through any MCP-compatible client.59MIT
- AlicenseNot gradedqualityCmaintenanceMCP server for querying Yandex Wordstat via Yandex Cloud Search API. Enables checking phrase frequency, similar queries, regional demand, and seasonality trends.1MIT
- AlicenseAqualityDmaintenanceMCP server for Yandex Metrika API, enabling reporting, counter management, goals, filters, and other operations via natural language.122MIT