Skip to content
Grok

yandex direct for Grok

io.github.dontsovcmc/yandex-direct

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

client:Grok transport:stdio runtime:pypi

Install yandex direct in Grok

.mcp.json (in your project root)

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>"
      }
    }
  }
}

Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs

yandex direct in other clients