Skip to content

Yandex Webmaster MCP for Grok

io.github.askads/mcp-yandex-webmaster

MCP server for Yandex Webmaster API: indexing, search queries, sitemaps, diagnostics, links.

client:Grok transport:stdio runtime:npm

Install Yandex Webmaster MCP in Grok

.mcp.json (in your project root)

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

{
  "mcpServers": {
    "mcp-yandex-webmaster": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "mcp-yandex-webmaster"
      ],
      "env": {
        "YANDEX_OAUTH_TOKEN": "<YANDEX_OAUTH_TOKEN>",
        "YANDEX_USER_ID": "<YANDEX_USER_ID>",
        "YANDEX_WEBMASTER_HOST_ID": "<YANDEX_WEBMASTER_HOST_ID>",
        "YANDEX_WEBMASTER_API_BASE": "<YANDEX_WEBMASTER_API_BASE>",
        "YANDEX_WEBMASTER_TIMEOUT_MS": "<YANDEX_WEBMASTER_TIMEOUT_MS>",
        "YANDEX_WEBMASTER_MAX_RETRIES": "<YANDEX_WEBMASTER_MAX_RETRIES>"
      }
    }
  }
}

Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs

Yandex Webmaster MCP in other clients