← Back to browse

yandex-direct

Indexed by io.github.dontsovcmc

About

MCP server for Yandex Direct API v5 — campaigns, ads, keywords, bids, audiences

Use this server

Add it to your MCP client. The catalogue lists this config verbatim from its source — it does not run, download, or vouch for the server. Review the command before you run it.

Transportstdio (runs a local command)
Env varsYD_TOKEN YD_CLIENT_LOGIN YD_LANG YD_TIMEOUT YD_FILE_TIMEOUT
Claude Code
claude mcp add --env YD_TOKEN= --env YD_CLIENT_LOGIN= --env YD_LANG= --env YD_TIMEOUT= --env YD_FILE_TIMEOUT= yandex-direct -- uvx mcp-server-yandex-direct
Cursor

Add to Cursor

If the button doesn't open Cursor, use the JSON below — Cursor accepts the same mcpServers config.

VS Code
code --add-mcp '{"name":"yandex-direct","command":"uvx","args":["mcp-server-yandex-direct"],"env":{"YD_TOKEN":"","YD_CLIENT_LOGIN":"","YD_LANG":"","YD_TIMEOUT":"","YD_FILE_TIMEOUT":""}}'
JSON
{
  "mcpServers": {
    "yandex-direct": {
      "command": "uvx",
      "args": [
        "mcp-server-yandex-direct"
      ],
      "env": {
        "YD_TOKEN": "",
        "YD_CLIENT_LOGIN": "",
        "YD_LANG": "",
        "YD_TIMEOUT": "",
        "YD_FILE_TIMEOUT": ""
      }
    }
  }
}

Environment variables are listed by name only — fill in your own values. Entries never carry secrets.