MCP server for Yandex.Direct API — campaigns, ads, statistics, keywords. Bearer token auth.
MCP server for Yandex.Direct API — campaigns, ads, statistics, keywords. Bearer token auth.
Is it safe?
No known CVEs for @theyahia/yandex-direct-mcp.
No authentication — any process on your machine can connect to this server.
License not specified.
Last scanned 0 days ago.
Is it maintained?
Last commit 1 days ago. 642 weekly downloads.
Will it work with my client?
Transport: stdio. Works with Claude Desktop, Cursor, Claude Code, and most MCP clients.
How much context will it use?
12 tools. Estimated ~500 tokens of your context window (0.2% of 200K).
What if it doesn't work?
Common issues: JSON syntax errors in config, wrong Node.js version, npx cache. covers troubleshooting.
{
"mcpServers": {
"yandex-direct": {
"env": {
"YANDEX_DIRECT_TOKEN": "ваш_токен"
},
"args": [
"-y",
"@theyahia/yandex-direct-mcp"
],
"command": "npx"
}
}
}Run this in your terminal to verify the server starts. Then let us know if it worked — your result helps other developers.
npx -y @theyahia/yandex-direct-mcp 2>&1 | head -1 && echo "✓ Server started successfully"
After testing, let us know if it worked:
list_campaignsСписок кампаний с фильтрацией по статусу и типу
get_campaignДетальная информация о кампании по ID
create_campaignСоздать новую кампанию
update_campaignОбновить кампанию (название, бюджет, статус)
list_ad_groupsГруппы объявлений выбранных кампаний
create_ad_groupСоздать группу объявлений с таргетингом по регионам
list_adsОбъявления в группах
create_text_adСоздать текстовое объявление
list_keywordsКлючевые слова в группах объявлений
add_keywordsДобавить ключевые фразы
Last scanned 1h ago
No known vulnerabilities.
Have you used this server?
Share your experience — it helps other developers decide.
Sign in to write a review.
Start a conversation
Ask a question, share a tip, or report an issue.
Sign in to join the discussion.