← Back to Plugins
MCP Server MCP

Yandex Direct

github By github 👁 1 views ▲ 0 votes

MCP server for Yandex Direct API v5: manage PPC campaigns, ads, keywords, and statistics.

Homepage Verified source GitHub

Install

npx -y [email protected]

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "npm",
      "registryBaseUrl": "https://registry.npmjs.org",
      "identifier": "mcp-yandex-direct",
      "version": "1.0.5",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "Yandex Direct OAuth token — full account access (can spend budget). Treat it as a secret.",
          "isRequired": true,
          "isSecret": true,
          "name": "YANDEX_DIRECT_TOKEN"
        },
        {
          "description": "Client login to target a specific account on agency tokens.",
          "name": "YANDEX_DIRECT_LOGIN"
        },
        {
          "description": "Set to true to call the Yandex Direct sandbox API instead of production.",
          "default": "false",
          "name": "YANDEX_DIRECT_SANDBOX"
        },
        {
          "description": "Language for API responses and error messages (ru, en, ...).",
          "default": "ru",
          "name": "YANDEX_DIRECT_LANG"
        }
      ]
    }
  ]
}
mcp model-context-protocol npm

Comments

Sign in to leave a comment

Loading comments...