mcpbeat Sign in

Yandex Direct MCP Server

local only

Yandex Direct runs on your own machine — the client starts it, so there is no endpoint to ping. 89 installs a week from pypi. Last commit 10 May 2026.

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

Installs per day peak 25 · avg 12 · +7% w/w
a month agotoday
89
Installs / week
pypi · mcp-server-yandex-direct
1
Stars
0 open issues
10 May 2026
Last commit
0 releases in 90 days
License
Python

Nothing serious here today

Today is the operative word: we check Yandex Direct 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 -- uvx mcp-server-yandex-direct
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "yandex-direct": {
      "args": [
        "mcp-server-yandex-direct"
      ],
      "command": "uvx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.yandex-direct]
command = "uvx"
args = ["mcp-server-yandex-direct"]
.cursor/mcp.json
{
  "mcpServers": {
    "yandex-direct": {
      "args": [
        "mcp-server-yandex-direct"
      ],
      "command": "uvx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "yandex-direct": {
      "args": [
        "mcp-server-yandex-direct"
      ],
      "command": "uvx"
    }
  }
}

This one needs environment variables set before it will start: YD_TOKEN, YD_CLIENT_LOGIN, YD_LANG, YD_TIMEOUT, YD_FILE_TIMEOUT. The author declared them in the registry entry; get the values from the project itself.

Alternatives to Yandex Direct

same job, measured the same way
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
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
yandex-direct-mcp
by theyahia

MCP server for Yandex Direct — PPC campaigns, ads, keywords, statistics (Russia)

102 installs/wk local only
Amazonads MCP
by cprice70

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

34 installs/wk local only
Vk Ads MCP
by ai-hub-open

MCP server for VK Ads API: campaigns, audiences, budgets, stats. Click.ru, token or OAuth.

74 installs/wk local only
Bing Ads
by mharnett

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

79 installs/wk local only
A
Google Ads
by adramp

Google Ads MCP server — manage campaigns, keywords, and metrics.

answering

Yandex Direct — questions

Answers built from our own checks of this server.

Why is there no uptime for Yandex Direct?
Yandex Direct 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 pypi package mcp-server-yandex-direct was installed 89 times last week.
How do I connect Yandex Direct?
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 mcp-server-yandex-direct straight from pypi; nothing to host, nothing to sign up for.
How many people use Yandex Direct?
The pypi package mcp-server-yandex-direct was installed 89 times in the last week. Week over week that is +7%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Yandex Direct open source?
We cannot say either way: written in Python and 1 stars on GitHub, but we could not determine the licence, and without one the code is not open source by default.