Skip to content
Grok

Yandex Direct MCP for Grok

io.github.askads/mcp-yandex-direct

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

client:Grok transport:stdio runtime:npm

Install Yandex Direct MCP 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": {
    "mcp-yandex-direct": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "mcp-yandex-direct"
      ],
      "env": {
        "YANDEX_DIRECT_TOKEN": "<YANDEX_DIRECT_TOKEN>",
        "YANDEX_DIRECT_LOGIN": "<YANDEX_DIRECT_LOGIN>",
        "YANDEX_DIRECT_SANDBOX": "<YANDEX_DIRECT_SANDBOX>",
        "YANDEX_DIRECT_LANG": "<YANDEX_DIRECT_LANG>"
      }
    }
  }
}

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 MCP in other clients