Skip to content
Cursor

yandex webmaster mcp for Cursor

io.github.boxlab-ltd/yandex-webmaster-mcp

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

client:Cursor transport:stdio runtime:npm

Install yandex webmaster mcp in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "yandex-webmaster-mcp": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@boxlab/yandex-webmaster-mcp"
      ],
      "env": {
        "YANDEX_WEBMASTER_TOKEN": "<YANDEX_WEBMASTER_TOKEN>",
        "YANDEX_WEBMASTER_HOST_ID": "<YANDEX_WEBMASTER_HOST_ID>"
      }
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

yandex webmaster mcp in other clients