← Back to Plugins
MCP Server MCP

io.github.ai-hub-open/yandex-direct-mcp

github By github 👁 1 views ▲ 0 votes

MCP server for Yandex Direct API: campaigns, ads, keywords, bids, reports. Click.ru or OAuth.

Homepage Verified source GitHub

Install

npx -y @ai-hub-open/[email protected]

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "npm",
      "registryBaseUrl": "https://registry.npmjs.org",
      "identifier": "@ai-hub-open/yandex-direct-mcp",
      "version": "0.5.0",
      "runtimeHint": "bunx",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "true — Click.ru proxy mode (primary)",
          "name": "CLICK_RU_PROXY"
        },
        {
          "description": "Click.ru API token",
          "isSecret": true,
          "name": "CLICK_RU_TOKEN"
        },
        {
          "description": "Yandex Direct account login connected in Click.ru",
          "name": "CLICK_RU_CLIENT_LOGIN"
        },
        {
          "description": "Yandex Direct OAuth token (direct mode)",
          "isSecret": true,
          "name": "YANDEX_DIRECT_TOKEN"
        },
        {
          "description": "true — Yandex sandbox (direct mode only)",
          "name": "YANDEX_DIRECT_SANDBOX"
        }
      ]
    }
  ]
}
mcp model-context-protocol npm

Comments

Sign in to leave a comment

Loading comments...