MCP Server
Maintained
io.github.dontsovcmc/yandex-direct MCP Server
io.github.dontsovcmc/yandex-direct
What is the io.github.dontsovcmc/yandex-direct MCP server?
MCP server for Yandex Direct API v5 — campaigns, ads, keywords, bids, audiences
How to install io.github.dontsovcmc/yandex-direct
Copy-paste configuration for popular MCP clients.
transport: stdio
Config generated by PluginBench — verify against the source before use.Environment / auth
YD_TOKENrequiredsecretYD_CLIENT_LOGINYD_LANGYD_TIMEOUTYD_FILE_TIMEOUT
Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"yandex-direct": {
"command": "uvx",
"args": [
"mcp-server-yandex-direct"
],
"env": {
"YD_TOKEN": "<YOUR_YD_TOKEN>",
"YD_CLIENT_LOGIN": "<YOUR_YD_CLIENT_LOGIN>",
"YD_LANG": "<YOUR_YD_LANG>",
"YD_TIMEOUT": "<YOUR_YD_TIMEOUT>",
"YD_FILE_TIMEOUT": "<YOUR_YD_FILE_TIMEOUT>"
}
}
}
}Cursor
~/.cursor/mcp.json
{
"mcpServers": {
"yandex-direct": {
"command": "uvx",
"args": [
"mcp-server-yandex-direct"
],
"env": {
"YD_TOKEN": "<YOUR_YD_TOKEN>",
"YD_CLIENT_LOGIN": "<YOUR_YD_CLIENT_LOGIN>",
"YD_LANG": "<YOUR_YD_LANG>",
"YD_TIMEOUT": "<YOUR_YD_TIMEOUT>",
"YD_FILE_TIMEOUT": "<YOUR_YD_FILE_TIMEOUT>"
}
}
}
}Windsurf
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"yandex-direct": {
"command": "uvx",
"args": [
"mcp-server-yandex-direct"
],
"env": {
"YD_TOKEN": "<YOUR_YD_TOKEN>",
"YD_CLIENT_LOGIN": "<YOUR_YD_CLIENT_LOGIN>",
"YD_LANG": "<YOUR_YD_LANG>",
"YD_TIMEOUT": "<YOUR_YD_TIMEOUT>",
"YD_FILE_TIMEOUT": "<YOUR_YD_FILE_TIMEOUT>"
}
}
}
}VS Code
.vscode/mcp.json
{
"servers": {
"yandex-direct": {
"type": "stdio",
"command": "uvx",
"args": [
"mcp-server-yandex-direct"
],
"env": {
"YD_TOKEN": "<YOUR_YD_TOKEN>",
"YD_CLIENT_LOGIN": "<YOUR_YD_CLIENT_LOGIN>",
"YD_LANG": "<YOUR_YD_LANG>",
"YD_TIMEOUT": "<YOUR_YD_TIMEOUT>",
"YD_FILE_TIMEOUT": "<YOUR_YD_FILE_TIMEOUT>"
}
}
}
}Claude Code
claude mcp add yandex-direct --env YD_TOKEN=<YOUR_YD_TOKEN> --env YD_CLIENT_LOGIN=<YOUR_YD_CLIENT_LOGIN> --env YD_LANG=<YOUR_YD_LANG> --env YD_TIMEOUT=<YOUR_YD_TIMEOUT> --env YD_FILE_TIMEOUT=<YOUR_YD_FILE_TIMEOUT> -- uvx mcp-server-yandex-directRelated MCP servers
io.github.dontsovcmc/ozon-seller
Maintained
MCP server for Ozon Seller API — products, FBS/FBO, finance, analytics, returns
2
View repository →Python
MIT
io.github.dontsovcmc/wildberries
Maintained
MCP server for Wildberries Seller API — products, orders, supplies, analytics, advertising
2
View repository →Python
MCP server for Yandex Market Partner API — orders, offers, prices, stocks, analytics
1
View repository →Python
io.github.dontsovcmc/cdek
Maintained
MCP server for CDEK delivery service API — create orders, track shipments, search delivery points
0
View repository →Python
io.github.dontsovcmc/tochka-bank
Maintained
MCP server for Tochka Bank API — payments, invoices, acquiring, subscriptions
0
View repository →Python
MIT
io.github.dontsovcmc/yandex-metrika
Maintained
MCP server for Yandex Metrika API — counters, goals, reports, segments, logs
0
View repository →Python