← Back to Plugins
MCP Server MCP

SEO Tools: Yandex.Webmaster

github By github 👁 1 views ▲ 0 votes

MCP server for Yandex.Webmaster search queries (read-only).

Homepage Verified source GitHub

Install

npx -y [email protected]

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "npm",
      "identifier": "seo-tools-mcp-ywm",
      "version": "1.7.0",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "Yandex OAuth token (shared Webmaster + Metrica); or obtain via ywm_oauth_start.",
          "format": "string",
          "isSecret": true,
          "name": "YANDEX_OAUTH_TOKEN"
        },
        {
          "description": "Dedicated Webmaster token (overrides the shared one; usually not needed).",
          "format": "string",
          "isSecret": true,
          "name": "YWM_OAUTH_TOKEN"
        },
        {
          "description": "Yandex OAuth app client ID (for interactive auth and token refresh).",
          "format": "string",
          "name": "YANDEX_CLIENT_ID"
        },
        {
          "description": "Yandex OAuth app client secret.",
          "format": "string",
          "isSecret": true,
          "name": "YANDEX_CLIENT_SECRET"
        },
        {
          "description": "Default Webmaster host, format https:example.com:443.",
          "format": "string",
          "name": "YWM_HOST_ID"
        },
        {
          "description": "Webmaster user_id (auto-detected; usually not needed).",
          "format": "string",
          "name": "YWM_USER_ID"
        }
      ]
    }
  ]
}
mcp model-context-protocol npm

Comments

Sign in to leave a comment

Loading comments...