← Back to browse

Yandex Direct

Indexed by io.github.gistrec

About

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

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 varsYANDEX_DIRECT_TOKEN YANDEX_DIRECT_LOGIN YANDEX_DIRECT_SANDBOX YANDEX_DIRECT_LANG
Claude Code
claude mcp add --env YANDEX_DIRECT_TOKEN= --env YANDEX_DIRECT_LOGIN= --env YANDEX_DIRECT_SANDBOX= --env YANDEX_DIRECT_LANG= mcp-yandex-direct -- npx mcp-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":"mcp-yandex-direct","command":"npx","args":["mcp-yandex-direct"],"env":{"YANDEX_DIRECT_TOKEN":"","YANDEX_DIRECT_LOGIN":"","YANDEX_DIRECT_SANDBOX":"","YANDEX_DIRECT_LANG":""}}'
JSON
{
  "mcpServers": {
    "mcp-yandex-direct": {
      "command": "npx",
      "args": [
        "mcp-yandex-direct"
      ],
      "env": {
        "YANDEX_DIRECT_TOKEN": "",
        "YANDEX_DIRECT_LOGIN": "",
        "YANDEX_DIRECT_SANDBOX": "",
        "YANDEX_DIRECT_LANG": ""
      }
    }
  }
}

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