mcpbeat Sign in

Яндекс Директ API v5 MCP Server

local only

Яндекс Директ API v5 runs on your own machine — the client starts it, so there is no endpoint to ping. 168 installs a week from npm. Last commit 10 Sep 2026.

MCP server for Yandex Direct API v5: 113 methods from the machine-readable schema

Installs per day peak 511 · avg 17
a month agotoday
168
Installs / week
npm · yandex-direct-api-mcp
1
Stars
0 open issues
10 Sep 2026
Last commit
0 releases in 90 days
MIT
License
JavaScript

What the code does

We read the source, 21 h ago · rules 3dff92dd89df

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.

  const out = execFileSync(process.execPath, [join(root, 'tools/measure-surface.mjs')], {

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

This code can reach further than it looks

We found places where it runs commands, builds paths or queries from values it is given. None of that is a flaw by itself — it becomes one when the code changes, and code changes quietly between releases. We re-read it on every one.

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-api-mcp -- npx -y yandex-direct-api-mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "yandex-direct-api-mcp": {
      "args": [
        "-y",
        "yandex-direct-api-mcp"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.yandex-direct-api-mcp]
command = "npx"
args = ["-y", "yandex-direct-api-mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "yandex-direct-api-mcp": {
      "args": [
        "-y",
        "yandex-direct-api-mcp"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "yandex-direct-api-mcp": {
      "args": [
        "-y",
        "yandex-direct-api-mcp"
      ],
      "command": "npx"
    }
  }
}

This one needs environment variables set before it will start: YANDEX_DIRECT_TOKEN (OAuth-токен Яндекса со scope direct:api (https://oauth.yandex.ru/)), YANDEX_DIRECT_LOGIN (Логин кабинета для заголовка Client-Login. Нужен агентствам и представителям; для собственного кабинета не задаётся), DIRECT_PROFILE (Набор объявляемых инструментов: core — узкий набор по умолчанию, read — все читающие, all — вся поверхность), DIRECT_TOOLS (Явный список инструментов или служб через запятую. Побеждает DIRECT_PROFILE), DIRECT_ALLOW_WRITES (Разрешить изменяющие методы (add/update/delete). Пока выключено, они не объявляются вовсе. Значения: 1, true, yes), DIRECT_API_VERSION (Версия пути API. Разные версии отдают разные наборы полей одной и той же кампании), DIRECT_SANDBOX (Отправлять запросы в песочницу Директа вместо боевого кабинета. Значения: 1, true, yes), DIRECT_MAX_OUTPUT_CHARS (Потолок размера ответа инструмента в символах; сверх него ответ усекается с пометкой). The author declared them in the registry entry; get the values from the project itself.

Alternatives to Яндекс Директ API v5

same job, measured the same way
Yandex Direct
by dontsovcmc

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

89 installs/wk local only
SEO Tools: Yandex.Metrica
by antohins

MCP server for Yandex.Metrica Stat API (read-only).

88 installs/wk local only
Yandex Direct
by gistrec

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

118 installs/wk local only
Yandex Direct MCP
by askads

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

local only
I
Yandex Tracker MCP
by aikts

MCP server for Yandex Tracker API.

3 215 installs/wk local only
Yandex Tracker MCP
by aponkratov

MCP server for Yandex Tracker API.

local only
Yandex Direct MCP
by ai-hub-open

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

39 installs/wk local only
webring.online
by webring

Traversable webring directory for the agentic web: agents, MCP servers, and agent-ready websites.

9 tools answering

Яндекс Директ API v5 — questions

Answers built from our own checks of this server.

Why is there no uptime for Яндекс Директ API v5?
Яндекс Директ API v5 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 yandex-direct-api-mcp was installed 168 times last week.
How do I connect Яндекс Директ API v5?
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 yandex-direct-api-mcp straight from npm; nothing to host, nothing to sign up for.
How many people use Яндекс Директ API v5?
The npm package yandex-direct-api-mcp was installed 168 times in the last week. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Яндекс Директ API v5 open source?
Yes — it is published under the MIT licence, written in JavaScript and 1 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.