PluginBench
MCP Server
Active
MIT

io.github.BoxLab-Ltd/yandex-webmaster-mcp MCP Server

io.github.BoxLab-Ltd/yandex-webmaster-mcp

What is the io.github.BoxLab-Ltd/yandex-webmaster-mcp MCP server?

Query Yandex Webmaster indexing, queries, diagnostics and backlinks, and recrawl, via an AI agent.

How to install io.github.BoxLab-Ltd/yandex-webmaster-mcp

Copy-paste configuration for popular MCP clients.

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

    Yandex Webmaster OAuth token (webmaster:hostinfo). Optional if you run the `auth` login.

  • YANDEX_WEBMASTER_HOST_ID

    Default host id, so tools may omit hostId.

Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "yandex-webmaster-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@boxlab/yandex-webmaster-mcp"
      ],
      "env": {
        "YANDEX_WEBMASTER_TOKEN": "<YOUR_YANDEX_WEBMASTER_TOKEN>",
        "YANDEX_WEBMASTER_HOST_ID": "<YOUR_YANDEX_WEBMASTER_HOST_ID>"
      }
    }
  }
}
Cursor
~/.cursor/mcp.json
{
  "mcpServers": {
    "yandex-webmaster-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@boxlab/yandex-webmaster-mcp"
      ],
      "env": {
        "YANDEX_WEBMASTER_TOKEN": "<YOUR_YANDEX_WEBMASTER_TOKEN>",
        "YANDEX_WEBMASTER_HOST_ID": "<YOUR_YANDEX_WEBMASTER_HOST_ID>"
      }
    }
  }
}
Windsurf
~/.codeium/windsurf/mcp_config.json
{
  "mcpServers": {
    "yandex-webmaster-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@boxlab/yandex-webmaster-mcp"
      ],
      "env": {
        "YANDEX_WEBMASTER_TOKEN": "<YOUR_YANDEX_WEBMASTER_TOKEN>",
        "YANDEX_WEBMASTER_HOST_ID": "<YOUR_YANDEX_WEBMASTER_HOST_ID>"
      }
    }
  }
}
VS Code
.vscode/mcp.json
{
  "servers": {
    "yandex-webmaster-mcp": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@boxlab/yandex-webmaster-mcp"
      ],
      "env": {
        "YANDEX_WEBMASTER_TOKEN": "<YOUR_YANDEX_WEBMASTER_TOKEN>",
        "YANDEX_WEBMASTER_HOST_ID": "<YOUR_YANDEX_WEBMASTER_HOST_ID>"
      }
    }
  }
}
Claude Code
claude mcp add yandex-webmaster-mcp --env YANDEX_WEBMASTER_TOKEN=<YOUR_YANDEX_WEBMASTER_TOKEN> --env YANDEX_WEBMASTER_HOST_ID=<YOUR_YANDEX_WEBMASTER_HOST_ID> -- npx -y @boxlab/yandex-webmaster-mcp

Related MCP servers

Query Yandex Metrica analytics — reports, trends, metadata and raw log exports — via an AI agent.

1
TypeScript
MIT
View repository →