Yandex Direct MCP (theyahia)

MCP-сервер для API Яндекс.Директ - управление контекстной рекламой из любого MCP-клиента (Claude, Cursor и др.): кампании, группы, объявления, ключевые слова, ставки, минус-фразы, статистика, баланс. 20 инструментов. It runs locally over stdio via the published package.

People connecting API integration tools to Claude, Cursor, VS Code, or another MCP client. The project is written in TypeScript.

NO LONGER MAINTAINED

LAST COMMIT 2026-08-18 · ★ 5 · VERIFIED 2026-08-25

MIT · TypeScript servers · how we verify → /methodology

01 · Install Yandex Direct MCP (theyahia)

before you install - you'll need

Set YANDEX_DIRECT_TOKEN before connecting.

Claude Code

claude mcp add theyahia-yandex-direct-mcp -- npx -y @theyahia/yandex-direct-mcp

Claude Desktop / Cursor / VS Code - add to config

{
  "mcpServers": {
    "theyahia-yandex-direct-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@theyahia/yandex-direct-mcp"
      ]
    }
  }
}

Same JSON for Cursor. For VS Code, rename the top-level key from `mcpServers` to `servers`.

Using another client? Same JSON, different key

Claude Desktop · mcpServers

Cursor · mcpServers

VS Code · servers

Windsurf · mcpServers

Zed · context_servers

Cline · mcpServers

Roo Code · mcpServers

Continue · mcpServers

LibreChat · mcpServers

Gemini CLI · mcpServers

Codex CLI · mcp_servers

Full setup guides: every client.

02 · Evidence

Security posture

What to check before giving this server access to your agent - from the registry, GitHub, and our own probes. We don't score safety; we show what's verifiable.

runs as local process (stdio) - runs on your machine with your user's permissions

repository archived on GitHub - read-only; no future fixes, security or otherwise

license MIT - declared in the repository

npm package @theyahia/yandex-direct-mcp - published under the repo owner's npm scope (@theyahia)

registry namespace io.github.theYahia is GitHub-verified and matches the repo owner

03 · What Yandex Direct MCP (theyahia) can do

Prose above is summarized from the project's README and registry record - no invented capabilities.

Latest releases

v4.0.1 · 2026-06-23

Упаковочный патч без изменений поведения. Сборка чистит dist/ перед tsc (нет stale-артефактов), тесты исключены из публикуемого dist (tsconfig exclude). Размер пакета 29.5kB → 23.9kB, файлов 48 → 42. Подробно…

v4.0.0 · 2026-06-23

Крупное обновление: исправлены баги корректности, добавлены ключевые PPC-операции, песочница и агентский режим. Инструментов 12 → 20. · Breaking · Деньги - в рублях (бюджеты/ставки на вводе и выводе) вместо…

04 · Who maintains Yandex Direct MCP (theyahia)

yandex-direct-mcp is maintained by theyahia. We track 49 MCP servers from theyahia - 43 actively maintained, 72 combined GitHub stars, oldest repo from Mar 2026. Full record: all servers from theyahia.

  1. 1c-rest-mcp MCP server for 1C Enterprise - ERP catalogs, documents via REST API (Russia) ★ 10
  2. yandex-webmaster-mcp MCP server for Yandex.Webmaster API - hosts, search queries, indexing status. Bearer token auth. ★ 3
  3. moysklad-mcp MCP server for MoySklad - warehouse, inventory, orders, reports (Russia) ★ 5
  4. chestnyznak-mcp MCP server for Chestniy ZNAK (Честный ЗНАК) API - product marking verification. No auth needed for ★ 4
  5. tilda-mcp MCP server for Tilda API - projects, pages. 3 tools. ★ 8
  6. mindbox-mcp MCP server for Mindbox CDP API - customer profiles, orders, segments. 3 tools. ★ 3

05 · Facts

category
API integration - dead as of 2026-08-25.
release cadence
2 releases in the last 90 days (latest 2026-06-23)
registry
io.github.theYahia/yandex-direct-mcp (active, first published 2026-03-31 · 2 versions)
packages
npm:@theyahia/yandex-direct-mcp

06 · Yandex Direct MCP (theyahia) FAQ

What is Yandex Direct MCP (theyahia)?

MCP-сервер для API Яндекс.Директ - управление контекстной рекламой из любого MCP-клиента (Claude, Cursor и др.): кампании, группы, объявления, ключевые слова, ставки, минус-фразы, статистика, баланс. 20 инструментов. It runs locally over stdio via the published package.

Is Yandex Direct MCP (theyahia) still maintained?

Its last commit was 2026-08-18 (as of 2026-08-25) - we classify it as dead.

How do I install Yandex Direct MCP (theyahia)?

Run `npx -y @theyahia/yandex-direct-mcp`. The README documents one environment variable (YANDEX_DIRECT_TOKEN) to set first. Set YANDEX_DIRECT_TOKEN before connecting. You can also paste the ready-made client config above.

Does Yandex Direct MCP (theyahia) run locally?

Yes - it's a stdio server: it runs on your machine (via npx) with your user's permissions. Your data stays local unless the server itself calls external APIs.

07 · Alternatives to Yandex Direct MCP (theyahia)