MCP server for Yandex Direct API v5 — campaigns, ads, keywords, bids, audiences
Config is the same across clients — only the file and path differ.
{
"mcpServers": {
"io-github-dontsovcmc-yandex-direct": {
"command": "<see-readme>",
"args": []
}
}
}Are you the author?
Add this badge to your README to show your security score and help users find safe servers.
MCP server for Yandex Direct API v5 — campaigns, ads, keywords, bids, audiences
No automated test available for this server. Check the GitHub README for setup instructions.
Five weighted categories — click any category to see the underlying evidence.
No known CVEs.
No package registry to scan.
This server is missing a description. Tools and install config are also missing.If you've used it, help the community.
Add informationBe the first to review
Have you used this server?
Share your experience — it helps other developers decide.
Sign in to write a review.
Others in marketing
DataForSEO API modelcontextprotocol server
MCP server for the PostFast API — schedule and manage social media posts via AI tools
Claude Code plugin: 115 commands, 25 agents, 64 scripts, 67 MCP servers, 143 reference files. Eval/QA layer (hallucination detection, claim verification, A+ through F grading). Multilingual (Sarvam AI, DeepL, Google Cloud Translation). Full execution with approval workflow.
A free SEO research tool using Model Context Protocol (MCP) powered by Ahrefs data. Get backlink analysis, keyword research, traffic estimation, and more — directly in your AI-powered IDE.
MCP Security Weekly
Get CVE alerts and security updates for io.github.dontsovcmc/yandex-direct and similar servers.
Start a conversation
Ask a question, share a tip, or report an issue.
Sign in to join the discussion.
MCP-сервер, CLI-утилита и библиотека Pydantic-моделей для Yandex Direct API v5.
Все данные остаются на вашем компьютере — токен никуда не передаётся.
Сервер использует паттерн search + execute — вместо 79 отдельных инструментов предоставляет 2:
| Инструмент | Описание |
|---|---|
yd_search | Поиск действий по описанию на естественном языке |
yd_execute | Выполнение действия по ID |
LLM: yd_search("остановить кампании")
→ [{"id": "campaigns-suspend", "params_schema": {"SelectionCriteria": {...}, ...}, ...}]
LLM: yd_execute("campaigns-suspend", '{"SelectionCriteria": {"Ids": [12345]}}')
→ {"SuspendResults": [...]}
| Домен | Кол-во | Описание |
|---|---|---|
campaigns | 8 | Кампании: создание, управление, архивация |
adgroups | 4 | Группы объявлений |
ads | 9 | Объявления: создание, управление, модерация |
keywords | 6 | Ключевые слова |
bidding | 7 | Ставки и корректировки ставок |
assets | 11 | Быстрые ссылки, изображения, видео, расширения |
audience | 10 | Аудитории и ретаргетинг |
negkeywords | 4 | Общие списки минус-слов |
feeds | 4 | Фиды для динамических объявлений |
creatives | 2 | Креативы для медийных объявлений |
research | 2 | Исследование ключевых слов |
leads | 1 | Лиды из форм лидогенерации |
changes | 3 | Отслеживание изменений |
account | 6 | Аккаунт, справочники, клиенты агентства |
turbopages | 1 | Турбо-страницы |
reports | 1 | Отчёты (TSV/CSV) |
Способ 1: через uvx (не требует установки пакета)
Требуется uv — если не установлен:
curl -LsSf https://astral.sh/uv/install.sh | sh
claude mcp add yandex-direct \
-e YD_TOKEN=ваш_токен \
-- uvx mcp-server-yandex-direct
Способ 2: через pip
pip install mcp-server-yandex-direct
claude mcp add yandex-direct \
-e YD_TOKEN=ваш_токен \
-- python -m mcp_server_yandex_direct
Для удаления:
claude mcp remove yandex-direct