Yandex Direct MCP
Local · stdioYandex Direct MCP is a community wrapper around the Yandex Direct API: 20 tools for managing campaigns, ad groups, bids and keyword phrases, plus statistics and account balance. Runs over stdio via npx; auth is a Yandex OAuth token. A YANDEX_DIRECT_SANDBOX test environment is available. Not affiliated with Yandex.
Why this server
- 20 tools cover the whole PPC cycle: campaigns to ad groups to ads to bids
- YANDEX_DIRECT_SANDBOX=1 switches to a test environment — try it without risking real budget
- A standalone theYahia repo — don't confuse it with altrr2's similarly-named package elsewhere
- Write tools touch the live account and spend money — there's no built-in confirmation gate
Usage examples
Prompt: Show all active campaigns and the account balance
Result: The agent called list_campaigns filtered by status, then get_account_balance, returning the list and the balance.
Prompt: Raise bids for group 555's keyword phrases by 15%
Result: The agent called list_keywords for the group, computed the new bids, and called set_keyword_bids.
Local server
This MCP runs locally on the user's machine (stdio), so availability isn't tracked — rely on reviews and the rating instead.
Reviews
No reviews yet.