mcpbeat Sign in

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

by pavelsiba Your server? Claim it
local only

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

API Яндекс.Директа v5: кампании, объявления, фразы, ставки, минус-фразы, статистика

Installs per day peak 175 · avg 10
a month agotoday
55
Installs / week
npm · yandex-direct-mcp-plus
1
Stars
20 open issues
22 Sep 2026
Last commit
0 releases in 90 days
MIT
License
TypeScript

Nothing serious here today

Today is the operative word: we check Яндекс.Директ every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.

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

This one needs environment variables set before it will start: YANDEX_DIRECT_TOKEN (OAuth-токен Яндекс.Директа), YANDEX_DIRECT_LOGIN (Логин клиента (Client-Login), нужен для агентского токена). The author declared them in the registry entry; get the values from the project itself.

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

same job, measured the same way
Авито MCP (RU)
by ilyautov

API Авито в ИИ-ассистенте: объявления, чаты, заказы, автозагрузка, отзывы

local only
VK API MCP (RU) — товары, сообщества, реклама
by ilyautov

VK API в ИИ-ассистенте: товары, сообщества, реклама, диалоги, статистика

local only
Яндекс Директ API v5
by artgas1

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

42 installs/wk local only
hh.ru MCP (RU) — вакансии, отклики, резюме
by ilyautov

API hh.ru в ИИ-ассистенте: вакансии, отклики, резюме, статистика зарплат

local only
Яндекс Маркет MCP (RU)
by ilyautov

API Яндекс Маркета в ИИ-ассистенте: заказы, товары, цены, отчёты, отзывы

local only

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

Answers built from our own checks of this server.

Why is there no uptime for Яндекс.Директ?
Яндекс.Директ 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-mcp-plus was installed 55 times last week.
How do I connect Яндекс.Директ?
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-mcp-plus straight from npm; nothing to host, nothing to sign up for.
How many people use Яндекс.Директ?
The npm package yandex-direct-mcp-plus was installed 55 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 Яндекс.Директ open source?
Yes — it is published under the MIT licence, written in TypeScript, 1 stars on GitHub and 20 open issues. The source link is on this page, so you can read exactly what it does with your data before you connect it.