← Back to browse

Yandex Wordstat MCP

Indexed by io.github.askads

About

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

Use this server

Add it to your MCP client. The catalogue lists this config verbatim from its source — it does not run, download, or vouch for the server. Review the command before you run it.

Transportstdio (runs a local command)
Env varsWORDSTAT_API_KEY WORDSTAT_FOLDER_ID WORDSTAT_LANG WORDSTAT_API_BASE WORDSTAT_TIMEOUT_MS WORDSTAT_MAX_RETRIES
Claude Code
claude mcp add --env WORDSTAT_API_KEY= --env WORDSTAT_FOLDER_ID= --env WORDSTAT_LANG= --env WORDSTAT_API_BASE= --env WORDSTAT_TIMEOUT_MS= --env WORDSTAT_MAX_RETRIES= mcp-yandex-wordstat -- npx mcp-yandex-wordstat
Cursor

Add to Cursor

If the button doesn't open Cursor, use the JSON below — Cursor accepts the same mcpServers config.

VS Code
code --add-mcp '{"name":"mcp-yandex-wordstat","command":"npx","args":["mcp-yandex-wordstat"],"env":{"WORDSTAT_API_KEY":"","WORDSTAT_FOLDER_ID":"","WORDSTAT_LANG":"","WORDSTAT_API_BASE":"","WORDSTAT_TIMEOUT_MS":"","WORDSTAT_MAX_RETRIES":""}}'
JSON
{
  "mcpServers": {
    "mcp-yandex-wordstat": {
      "command": "npx",
      "args": [
        "mcp-yandex-wordstat"
      ],
      "env": {
        "WORDSTAT_API_KEY": "",
        "WORDSTAT_FOLDER_ID": "",
        "WORDSTAT_LANG": "",
        "WORDSTAT_API_BASE": "",
        "WORDSTAT_TIMEOUT_MS": "",
        "WORDSTAT_MAX_RETRIES": ""
      }
    }
  }
}

Environment variables are listed by name only — fill in your own values. Entries never carry secrets.