What is the Yandex Direct MCP server?
MCP server for Yandex Direct API v5: manage PPC campaigns, ads, keywords, and statistics.
How to install Yandex Direct
Copy-paste configuration for popular MCP clients.
YANDEX_DIRECT_TOKENrequiredsecretYandex Direct OAuth token — full account access (can spend budget). Treat it as a secret.
YANDEX_DIRECT_LOGINClient login to target a specific account on agency tokens.
YANDEX_DIRECT_SANDBOXSet to true to call the Yandex Direct sandbox API instead of production.
YANDEX_DIRECT_LANGLanguage for API responses and error messages (ru, en, ...).
{
"mcpServers": {
"mcp-yandex-direct": {
"command": "npx",
"args": [
"-y",
"mcp-yandex-direct"
],
"env": {
"YANDEX_DIRECT_TOKEN": "<YOUR_YANDEX_DIRECT_TOKEN>",
"YANDEX_DIRECT_LOGIN": "<YOUR_YANDEX_DIRECT_LOGIN>",
"YANDEX_DIRECT_SANDBOX": "<YOUR_YANDEX_DIRECT_SANDBOX>",
"YANDEX_DIRECT_LANG": "<YOUR_YANDEX_DIRECT_LANG>"
}
}
}
}{
"mcpServers": {
"mcp-yandex-direct": {
"command": "npx",
"args": [
"-y",
"mcp-yandex-direct"
],
"env": {
"YANDEX_DIRECT_TOKEN": "<YOUR_YANDEX_DIRECT_TOKEN>",
"YANDEX_DIRECT_LOGIN": "<YOUR_YANDEX_DIRECT_LOGIN>",
"YANDEX_DIRECT_SANDBOX": "<YOUR_YANDEX_DIRECT_SANDBOX>",
"YANDEX_DIRECT_LANG": "<YOUR_YANDEX_DIRECT_LANG>"
}
}
}
}{
"mcpServers": {
"mcp-yandex-direct": {
"command": "npx",
"args": [
"-y",
"mcp-yandex-direct"
],
"env": {
"YANDEX_DIRECT_TOKEN": "<YOUR_YANDEX_DIRECT_TOKEN>",
"YANDEX_DIRECT_LOGIN": "<YOUR_YANDEX_DIRECT_LOGIN>",
"YANDEX_DIRECT_SANDBOX": "<YOUR_YANDEX_DIRECT_SANDBOX>",
"YANDEX_DIRECT_LANG": "<YOUR_YANDEX_DIRECT_LANG>"
}
}
}
}{
"servers": {
"mcp-yandex-direct": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"mcp-yandex-direct"
],
"env": {
"YANDEX_DIRECT_TOKEN": "<YOUR_YANDEX_DIRECT_TOKEN>",
"YANDEX_DIRECT_LOGIN": "<YOUR_YANDEX_DIRECT_LOGIN>",
"YANDEX_DIRECT_SANDBOX": "<YOUR_YANDEX_DIRECT_SANDBOX>",
"YANDEX_DIRECT_LANG": "<YOUR_YANDEX_DIRECT_LANG>"
}
}
}
}claude mcp add mcp-yandex-direct --env YANDEX_DIRECT_TOKEN=<YOUR_YANDEX_DIRECT_TOKEN> --env YANDEX_DIRECT_LOGIN=<YOUR_YANDEX_DIRECT_LOGIN> --env YANDEX_DIRECT_SANDBOX=<YOUR_YANDEX_DIRECT_SANDBOX> --env YANDEX_DIRECT_LANG=<YOUR_YANDEX_DIRECT_LANG> -- npx -y mcp-yandex-directRelated MCP servers
Scrapling MCP Server
Give your AI agent stealth web scraping with Cloudflare bypass and CSS selection, powered by Scrapling.
Chrome DevTools MCP
Give your AI coding agent full control of a live Chrome browser for automation, debugging, and performance analysis.
com.puter/mcp-server
Let AI agents manage your Puter files, websites, and serverless workers over MCP.
Browser automation for AI agents via MCP, powering ByteDance's Agent TARS hybrid GUI/DOM browser control.
Run arbitrary shell commands from an MCP-connected AI agent.
Filesystem access MCP server from ByteDance's UI-TARS/Agent TARS ecosystem.