PluginBench
MCP Server
Active
MIT

SEO Tools: Yandex Wordstat MCP Server

io.github.antohins/seo-tools-mcp-wordstat

What is the SEO Tools: Yandex Wordstat MCP server?

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

How to install SEO Tools: Yandex Wordstat

Copy-paste configuration for popular MCP clients.

transport: stdio
Config generated by PluginBench — verify against the source before use.
Environment / auth
  • WORDSTAT_API_KEY
    secret

    Yandex Cloud API key with scope yc.search-api.execute.

  • WORDSTAT_FOLDER_ID

    Yandex Cloud folder ID.

Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "seo-tools-mcp-wordstat": {
      "command": "npx",
      "args": [
        "-y",
        "seo-tools-mcp-wordstat"
      ],
      "env": {
        "WORDSTAT_API_KEY": "<YOUR_WORDSTAT_API_KEY>",
        "WORDSTAT_FOLDER_ID": "<YOUR_WORDSTAT_FOLDER_ID>"
      }
    }
  }
}
Cursor
~/.cursor/mcp.json
{
  "mcpServers": {
    "seo-tools-mcp-wordstat": {
      "command": "npx",
      "args": [
        "-y",
        "seo-tools-mcp-wordstat"
      ],
      "env": {
        "WORDSTAT_API_KEY": "<YOUR_WORDSTAT_API_KEY>",
        "WORDSTAT_FOLDER_ID": "<YOUR_WORDSTAT_FOLDER_ID>"
      }
    }
  }
}
Windsurf
~/.codeium/windsurf/mcp_config.json
{
  "mcpServers": {
    "seo-tools-mcp-wordstat": {
      "command": "npx",
      "args": [
        "-y",
        "seo-tools-mcp-wordstat"
      ],
      "env": {
        "WORDSTAT_API_KEY": "<YOUR_WORDSTAT_API_KEY>",
        "WORDSTAT_FOLDER_ID": "<YOUR_WORDSTAT_FOLDER_ID>"
      }
    }
  }
}
VS Code
.vscode/mcp.json
{
  "servers": {
    "seo-tools-mcp-wordstat": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "seo-tools-mcp-wordstat"
      ],
      "env": {
        "WORDSTAT_API_KEY": "<YOUR_WORDSTAT_API_KEY>",
        "WORDSTAT_FOLDER_ID": "<YOUR_WORDSTAT_FOLDER_ID>"
      }
    }
  }
}
Claude Code
claude mcp add seo-tools-mcp-wordstat --env WORDSTAT_API_KEY=<YOUR_WORDSTAT_API_KEY> --env WORDSTAT_FOLDER_ID=<YOUR_WORDSTAT_FOLDER_ID> -- npx -y seo-tools-mcp-wordstat

Related MCP servers

Bridge to a self-hosted A-Parser: SERP, suggests and 150+ parsers via its API (read-only).

3
TypeScript
MIT
View repository →

Google Analytics 4: reports, traffic sources, landing pages, events, realtime (read-only).

3
TypeScript
MIT
View repository →

Google Search Console: Search Analytics, URL Inspection, sitemaps (read-only, OAuth/service acct).

3
TypeScript
MIT
View repository →

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

3
TypeScript
MIT
View repository →

Google & Yandex SERP, image/news verticals and URL indexation checks via XMLRiver (read-only).

3
TypeScript
MIT
View repository →

Google & Yandex SERP + Yandex Wordstat via XMLStock (read-only).

3
TypeScript
MIT
View repository →