PluginBench
MCP Server
Maintained

io.github.dontsovcmc/yandex-direct MCP Server

io.github.dontsovcmc/yandex-direct

What is the io.github.dontsovcmc/yandex-direct MCP server?

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

How to install io.github.dontsovcmc/yandex-direct

Copy-paste configuration for popular MCP clients.

transport: stdio
Config generated by PluginBench — verify against the source before use.
Environment / auth
  • YD_TOKEN
    required
    secret
  • YD_CLIENT_LOGIN
  • YD_LANG
  • YD_TIMEOUT
  • YD_FILE_TIMEOUT
Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "yandex-direct": {
      "command": "uvx",
      "args": [
        "mcp-server-yandex-direct"
      ],
      "env": {
        "YD_TOKEN": "<YOUR_YD_TOKEN>",
        "YD_CLIENT_LOGIN": "<YOUR_YD_CLIENT_LOGIN>",
        "YD_LANG": "<YOUR_YD_LANG>",
        "YD_TIMEOUT": "<YOUR_YD_TIMEOUT>",
        "YD_FILE_TIMEOUT": "<YOUR_YD_FILE_TIMEOUT>"
      }
    }
  }
}
Cursor
~/.cursor/mcp.json
{
  "mcpServers": {
    "yandex-direct": {
      "command": "uvx",
      "args": [
        "mcp-server-yandex-direct"
      ],
      "env": {
        "YD_TOKEN": "<YOUR_YD_TOKEN>",
        "YD_CLIENT_LOGIN": "<YOUR_YD_CLIENT_LOGIN>",
        "YD_LANG": "<YOUR_YD_LANG>",
        "YD_TIMEOUT": "<YOUR_YD_TIMEOUT>",
        "YD_FILE_TIMEOUT": "<YOUR_YD_FILE_TIMEOUT>"
      }
    }
  }
}
Windsurf
~/.codeium/windsurf/mcp_config.json
{
  "mcpServers": {
    "yandex-direct": {
      "command": "uvx",
      "args": [
        "mcp-server-yandex-direct"
      ],
      "env": {
        "YD_TOKEN": "<YOUR_YD_TOKEN>",
        "YD_CLIENT_LOGIN": "<YOUR_YD_CLIENT_LOGIN>",
        "YD_LANG": "<YOUR_YD_LANG>",
        "YD_TIMEOUT": "<YOUR_YD_TIMEOUT>",
        "YD_FILE_TIMEOUT": "<YOUR_YD_FILE_TIMEOUT>"
      }
    }
  }
}
VS Code
.vscode/mcp.json
{
  "servers": {
    "yandex-direct": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "mcp-server-yandex-direct"
      ],
      "env": {
        "YD_TOKEN": "<YOUR_YD_TOKEN>",
        "YD_CLIENT_LOGIN": "<YOUR_YD_CLIENT_LOGIN>",
        "YD_LANG": "<YOUR_YD_LANG>",
        "YD_TIMEOUT": "<YOUR_YD_TIMEOUT>",
        "YD_FILE_TIMEOUT": "<YOUR_YD_FILE_TIMEOUT>"
      }
    }
  }
}
Claude Code
claude mcp add yandex-direct --env YD_TOKEN=<YOUR_YD_TOKEN> --env YD_CLIENT_LOGIN=<YOUR_YD_CLIENT_LOGIN> --env YD_LANG=<YOUR_YD_LANG> --env YD_TIMEOUT=<YOUR_YD_TIMEOUT> --env YD_FILE_TIMEOUT=<YOUR_YD_FILE_TIMEOUT> -- uvx mcp-server-yandex-direct

Related MCP servers

MCP server for Ozon Seller API — products, FBS/FBO, finance, analytics, returns

2
Python
MIT
View repository →

MCP server for Wildberries Seller API — products, orders, supplies, analytics, advertising

2
Python
View repository →

MCP server for Yandex Market Partner API — orders, offers, prices, stocks, analytics

1
Python
View repository →

MCP server for CDEK delivery service API — create orders, track shipments, search delivery points

0
Python
View repository →

MCP server for Tochka Bank API — payments, invoices, acquiring, subscriptions

0
Python
MIT
View repository →

MCP server for Yandex Metrika API — counters, goals, reports, segments, logs

0
Python
View repository →