Skip to content
Cline

yandex direct for Cline

io.github.dontsovcmc/yandex-direct

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

client:Cline transport:stdio runtime:pypi

Install yandex direct in Cline

~/Library/Application Support/Code/User/globalStorage/saoudrizwan.claude-dev/settings/cline_mcp_settings.json · windows: %APPDATA%\Code\User\globalStorage\saoudrizwan.claude-dev\settings\cline_mcp_settings.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "yandex-direct": {
      "command": "uvx",
      "args": [
        "mcp-server-yandex-direct"
      ],
      "env": {
        "YD_TOKEN": "<YD_TOKEN>",
        "YD_CLIENT_LOGIN": "<YD_CLIENT_LOGIN>",
        "YD_LANG": "<YD_LANG>",
        "YD_TIMEOUT": "<YD_TIMEOUT>",
        "YD_FILE_TIMEOUT": "<YD_FILE_TIMEOUT>"
      }
    }
  }
}

Cline's MCP Servers pane edits this file for you if you would rather not find it. Cline docs

yandex direct in other clients