HomeMarketing & E-Commerce › Yandex Direct MCP

Yandex Direct MCP

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

TypeScript Cloud
★ 1 stars Last pushed 2026-08-21 License: MIT

Topics: Marketing

Connect

Review any command before running it. Package names and URLs come from the server's own registry entry.

Package (npm 1.5.1)

npx -y [email protected]

Or add to your MCP client config:

{
  "mcpServers": {
    "mcp-yandex-direct": {
      "command": "npx",
      "args": [
        "-y",
        "[email protected]"
      ],
      "env": {
        "YANDEX_DIRECT_TOKEN": "<YOUR_VALUE>",
        "YANDEX_DIRECT_LOGIN": "<YOUR_VALUE>",
        "YANDEX_DIRECT_SANDBOX": "<YOUR_VALUE>",
        "YANDEX_DIRECT_LANG": "<YOUR_VALUE>"
      }
    }
  }
}
  • YANDEX_DIRECT_TOKEN required secret — Yandex Direct OAuth token — full account access (can spend budget). Treat it as a secret.
  • YANDEX_DIRECT_LOGIN — Client login to target a specific account on agency tokens.
  • YANDEX_DIRECT_SANDBOX — Set to true to call the Yandex Direct sandbox API instead of production.
  • YANDEX_DIRECT_LANG — Language for API responses and error messages (ru, en, ...).

This repository has 2 servers listed in the Official MCP Registry.

Other names: io.github.gistrec/mcp-yandex-direct

Related servers

Listed in punkpeye/awesome-mcp-servers (MIT)

Data from the Official MCP Registry