
Yandex Direct
Drive Yandex Direct API v5 campaigns, ads, keywords, bids, and audiences from your MCP coding agent.
Overview
io.github.dontsovcmc/yandex-direct is an MCP server for the Launch phase that exposes Yandex Direct API v5 campaign, ad, keyword, bid, and audience operations to coding agents.
What is this MCP server?
- mcp-server-yandex-direct v0.3.0 with Yandex Direct API v5 scope
- Tools for campaigns, ads, keywords, bids, and audiences
- Configurable YD_TOKEN plus optional YD_CLIENT_LOGIN, YD_LANG, YD_TIMEOUT, YD_FILE_TIMEOUT
- Stdio PyPI package with uvx runtime hint
- Source repository github.com/dontsovcmc/mcp-server-yandex-direct
- Server version 0.3.0, package mcp-server-yandex-direct on PyPI
- Stdio transport with uvx runtime hint
- 1 required secret YD_TOKEN; optional YD_CLIENT_LOGIN, YD_LANG, YD_TIMEOUT, YD_FILE_TIMEOUT
What problem does it solve?
Tweaking Yandex Direct campaigns means leaving your dev environment for a separate ads UI whenever you need keyword or bid data.
Who is it for?
Indie marketers and builders already advertising on Yandex who want API-level control via MCP.
Skip if: Advertisers only on Google or Meta, or teams without Yandex Direct API tokens.
What do I get? / Deliverables
After MCP setup with YD_TOKEN, your agent can call Direct API v5 actions in the same workflow where you ship landing pages and tracking.
- MCP tool access to Yandex Direct v5 campaign and keyword operations
- Agent-assisted bid and audience adjustments with optional timeout env tuning
- Tighter loop between ad changes and onsite launch work in one repo session
Recommended MCP Servers
Journey fit
How it compares
Yandex Direct API MCP server, not a generic SEO content-writing skill.
Common Questions / FAQ
Who is io.github.dontsovcmc/yandex-direct for?
Solo builders and small teams running Yandex Direct who want campaigns, ads, keywords, bids, and audiences manageable through an MCP-enabled agent.
When should I use io.github.dontsovcmc/yandex-direct?
Use it during launch and paid distribution work when you need programmatic access to Yandex Direct API v5 from Claude Code or Cursor.
How do I add io.github.dontsovcmc/yandex-direct to my agent?
Install mcp-server-yandex-direct via uvx, set YD_TOKEN and any optional YD_* variables, and add the stdio server to your MCP configuration.