yandex direct for Grok
io.github.dontsovcmc/yandex-direct
MCP server for Yandex Direct API v5 — campaigns, ads, keywords, bids, audiences
client:Grok
transport:stdio
runtime:pypi
Install yandex direct in Grok
.mcp.json (in your project root)
{
"mcpServers": {
"yandex-direct": {
"type": "stdio",
"command": "uvx",
"args": [
"mcp-server-yandex-direct"
],
"env": {
"YD_TOKEN": "<YD_TOKEN>",
"YD_CLIENT_LOGIN": "<YD_CLIENT_LOGIN>",
"YD_LANG": "<YD_LANG>",
"YD_TIMEOUT": "<YD_TIMEOUT>",
"YD_FILE_TIMEOUT": "<YD_FILE_TIMEOUT>"
}
}
}
}
Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs