Yandex Direct MCP (ai-hub-open)

MCP для Yandex Direct JSON API v5 на Bun + TypeScript. It runs locally over stdio via the published package.

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

VERIFIED ACTIVE

LAST COMMIT 2026-08-21 · ★ 6 · #54 OF 183 MAINTAINED DOCUMENTATION · VERIFIED 2026-08-25

Apache-2.0 · TypeScript servers · how we verify → /methodology

01 · Install Yandex Direct MCP (ai-hub-open)

before you install - you'll need

Set CLICK_RU_PROXY, CLICK_RU_TOKEN, CLICK_RU_CLIENT_LOGIN, YANDEX_DIRECT_TOKEN, YANDEX_DIRECT_SANDBOX, CLICK_RU_USER_ID, MCP_AUTH_TOKEN, MCP_TRANSPORT before connecting.

Claude Code

claude mcp add ai-hub-open-yandex-direct-mcp -- npx -y @ai-hub-open/yandex-direct-mcp

Claude Desktop / Cursor / VS Code - add to config

{
  "mcpServers": {
    "ai-hub-open-yandex-direct-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@ai-hub-open/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

repo age created 2026-07-27 - young repo, little track record yet

license Apache-2.0 - declared in the repository

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

registry namespace io.github.ai-hub-open is GitHub-verified and matches the repo owner

03 · What Yandex Direct MCP (ai-hub-open) can do

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

Latest releases

v0.5.0 · 2026-07-30

Прогноз ставок без создания кампании · Новый инструмент yandex_direct_forecast_bids: цена клика и трафик по произвольному списку фраз - до заливки кампании. По каждой фразе возвращаются показы и клики за месяц, вилка…

v0.4.12 · 2026-07-30

Тестовый релиз: проверка автопубликации в npm.

v0.4.1 · 2026-07-27

Служебное поле mcpName в package.json - связь пакета с записью в официальном реестре MCP. Кода изменения не касаются.

04 · Who maintains Yandex Direct MCP (ai-hub-open)

yandex-direct-mcp is maintained by ai-hub-open. We track 2 MCP servers from ai-hub-open - 2 actively maintained, 12 combined GitHub stars, oldest repo from Jul 2026. Full record: all servers from ai-hub-open.

  1. vk-ads-mcp MCP server for VK Ads API: campaigns, audiences, budgets, stats. Click.ru, token or OAuth. ★ 6

05 · Facts

category
documentation - ranked #54 of 183 actively-maintained documentation servers as of 2026-08-25.
release cadence
4 releases in the last 90 days (latest 2026-07-30)
registry
io.github.ai-hub-open/yandex-direct-mcp (active, first published 2026-07-27 · 2 versions)
packages
npm:@ai-hub-open/yandex-direct-mcp

06 · Yandex Direct MCP (ai-hub-open) FAQ

What is Yandex Direct MCP (ai-hub-open)?

MCP для Yandex Direct JSON API v5 на Bun + TypeScript. It runs locally over stdio via the published package.

Is Yandex Direct MCP (ai-hub-open) still maintained?

Yes - as of 2026-08-25, its last commit was 2026-08-21 and it shipped 4 releases in the last 90 days. We re-verify nightly.

How do I install Yandex Direct MCP (ai-hub-open)?

Run `npx -y @ai-hub-open/yandex-direct-mcp`. The README documents 8 environment variables (CLICK_RU_PROXY, CLICK_RU_TOKEN, CLICK_RU_CLIENT_LOGIN…) to set first. Set CLICK_RU_PROXY, CLICK_RU_TOKEN, CLICK_RU_CLIENT_LOGIN, YANDEX_DIRECT_TOKEN, YANDEX_DIRECT_SANDBOX, CLICK_RU_USER_ID, MCP_AUTH_TOKEN, MCP_TRANSPORT before connecting. You can also paste the ready-made client config above.

Does Yandex Direct MCP (ai-hub-open) 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 (ai-hub-open)