Skip to content
Cursor

yandex direct for Cursor

io.github.dontsovcmc/yandex-direct

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

client:Cursor transport:stdio runtime:pypi

Install yandex direct in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

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

{
  "mcpServers": {
    "yandex-direct": {
      "type": "stdio",
      "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>"
      }
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

yandex direct in other clients