yandex-direct-mcp
About
MCP server for Yandex Direct API: campaigns, ads, keywords, bids, reports. Click.ru or OAuth.
Use this server
Add it to your MCP client. The catalogue lists this config verbatim from its source — it does not run, download, or vouch for the server. Review the command before you run it.
Transportstdio (runs a local command)
Env vars
CLICK_RU_PROXY CLICK_RU_TOKEN CLICK_RU_CLIENT_LOGIN YANDEX_DIRECT_TOKEN YANDEX_DIRECT_SANDBOXClaude Code
claude mcp add --env CLICK_RU_PROXY= --env CLICK_RU_TOKEN= --env CLICK_RU_CLIENT_LOGIN= --env YANDEX_DIRECT_TOKEN= --env YANDEX_DIRECT_SANDBOX= yandex-direct-mcp -- bunx @ai-hub-open/yandex-direct-mcp
Cursor
If the button doesn't open Cursor, use the JSON below — Cursor accepts the same mcpServers config.
VS Code
code --add-mcp '{"name":"yandex-direct-mcp","command":"bunx","args":["@ai-hub-open/yandex-direct-mcp"],"env":{"CLICK_RU_PROXY":"","CLICK_RU_TOKEN":"","CLICK_RU_CLIENT_LOGIN":"","YANDEX_DIRECT_TOKEN":"","YANDEX_DIRECT_SANDBOX":""}}'
JSON
{
"mcpServers": {
"yandex-direct-mcp": {
"command": "bunx",
"args": [
"@ai-hub-open/yandex-direct-mcp"
],
"env": {
"CLICK_RU_PROXY": "",
"CLICK_RU_TOKEN": "",
"CLICK_RU_CLIENT_LOGIN": "",
"YANDEX_DIRECT_TOKEN": "",
"YANDEX_DIRECT_SANDBOX": ""
}
}
}
}
Environment variables are listed by name only — fill in your own values. Entries never carry secrets.