mcpbeat Sign in

Yandex Direct MCP Server

local only

Yandex Direct MCP runs on your own machine — the client starts it, so there is no endpoint to ping. 39 installs a week from npm.

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

The linked repository no longer exists on GitHub — it was deleted or made private.

Installs per day peak 21 · avg 7 · +126% w/w
a month agotoday
39
Installs / week
npm · @ai-hub-open/yandex-direct-mcp
Stars
on GitHub
Last commit
0 releases in 90 days
License
language unknown

What the code does

We have not read this server's code yet, 17 d ago · rules 3dff92dd89df

A tool parameter reaches a dangerous call

A value the model can set ends up inside a file or shell call. That is not a flaw by itself — for a terminal server it is the job — but it is where things go wrong when it is not.

A tool parameter reaches a file or shell call yandex_direct_adimages_add.file_path → src/tools/adImages.ts:65, yandex_direct_adimages_add.file_path → src/tools/adImages.ts:74
      const buffer = await fs.readFile(uploadPath);
Capabilities

What this server is able to do. For an MCP server this is often the job itself — a terminal server runs commands because that is what it is for. Listed so you know what you are plugging in, not as an accusation.

File ships in the package but is absent from the source [пакет] src/tools/adExtensions.ts:1, [пакет] src/tools/adGroups.ts:1, [пакет] src/tools/adImages.ts:1 и ещё 19
этот файл ставится пользователю, но в репозитории его нет

Is this your server and something here is wrong? Tell us — corrections are free and do not require a plan.

A tool parameter here reaches a dangerous call

That is not a flaw by itself — but it is where things go wrong when it is not the job. We re-read this code on every release. Watch it and you hear from us the day another one appears.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add yandex-direct-mcp -- npx -y @ai-hub-open/yandex-direct-mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "yandex-direct-mcp": {
      "args": [
        "-y",
        "@ai-hub-open/yandex-direct-mcp"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.yandex-direct-mcp]
command = "npx"
args = ["-y", "@ai-hub-open/yandex-direct-mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "yandex-direct-mcp": {
      "args": [
        "-y",
        "@ai-hub-open/yandex-direct-mcp"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "yandex-direct-mcp": {
      "args": [
        "-y",
        "@ai-hub-open/yandex-direct-mcp"
      ],
      "command": "npx"
    }
  }
}

This one needs environment variables set before it will start: CLICK_RU_PROXY (true — Click.ru proxy mode (primary)), CLICK_RU_TOKEN (Click.ru API token), CLICK_RU_CLIENT_LOGIN (Yandex Direct account login connected in Click.ru), YANDEX_DIRECT_TOKEN (Yandex Direct OAuth token (direct mode)), YANDEX_DIRECT_SANDBOX (true — Yandex sandbox (direct mode only)). The author declared them in the registry entry; get the values from the project itself.

Alternatives to Yandex Direct MCP

same job, measured the same way
Amazonads MCP
by cprice70

MCP server for Amazon Ads API - manage campaigns, keywords, bids, and performance reports

34 installs/wk local only
Bing Ads
by mharnett

MCP server for Microsoft Advertising (Bing Ads) — campaigns, keywords, and reports

79 installs/wk local only
Reddit Ads MCP
by mkerchenski

MCP server for the Reddit Ads API. List accounts, campaigns, ads, and pull reports.

local only
Apple Ads
by happygallo

Manage Apple Search Ads campaigns, keywords, budgets, and reports via API v5.

75 installs/wk local only
Google Ads MCP by AdPlug
by danielpopamd

Google Ads MCP server: 16 tools for reporting, campaigns, keywords, assets. Writes preview first.

answering
Google Ads
by mharnett

Google Ads MCP with MCC support: 35 tools for campaigns, keywords, reporting, GAQL.

298 installs/wk local only
Yandex Metrika
by dontsovcmc

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

98 installs/wk local only
Google Ads + Meta Ads + GA4 MCP
by irinabuht12-oss

Google Ads, Meta Ads & GA4 MCP server - 250+ tools for campaigns, creatives, audiences & reports.

answering

Yandex Direct MCP — questions

Answers built from our own checks of this server.

Why is there no uptime for Yandex Direct MCP?
Yandex Direct MCP runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the npm package @ai-hub-open/yandex-direct-mcp was installed 39 times last week.
Is Yandex Direct MCP still maintained?
The linked repository no longer exists on GitHub — it was deleted or made private. We show this because it changes what you can expect: an unmaintained server may keep answering for months and then stop without warning.
How do I connect Yandex Direct MCP?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls @ai-hub-open/yandex-direct-mcp straight from npm; nothing to host, nothing to sign up for.
How many people use Yandex Direct MCP?
The npm package @ai-hub-open/yandex-direct-mcp was installed 39 times in the last week. Week over week that is +126%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.