VK Ads MCP
About
MCP server for VK Ads (VK Реклама) API: manage ad plans, ad groups, banners, and statistics.
Use this server
Add it to your MCP client. The catalogue lists this config verbatim from its source — it does not run, download, or vouch for the server. Review the command before you run it.
Transportstdio (runs a local command)
Env vars
VK_ADS_TOKEN VK_ADS_LANG VK_ADS_TIMEOUT_MS VK_ADS_MAX_RETRIES VK_ADS_API_BASEClaude Code
claude mcp add --env VK_ADS_TOKEN= --env VK_ADS_LANG= --env VK_ADS_TIMEOUT_MS= --env VK_ADS_MAX_RETRIES= --env VK_ADS_API_BASE= mcp-vk-ads -- npx mcp-vk-ads
Cursor
If the button doesn't open Cursor, use the JSON below — Cursor accepts the same mcpServers config.
VS Code
code --add-mcp '{"name":"mcp-vk-ads","command":"npx","args":["mcp-vk-ads"],"env":{"VK_ADS_TOKEN":"","VK_ADS_LANG":"","VK_ADS_TIMEOUT_MS":"","VK_ADS_MAX_RETRIES":"","VK_ADS_API_BASE":""}}'
JSON
{
"mcpServers": {
"mcp-vk-ads": {
"command": "npx",
"args": [
"mcp-vk-ads"
],
"env": {
"VK_ADS_TOKEN": "",
"VK_ADS_LANG": "",
"VK_ADS_TIMEOUT_MS": "",
"VK_ADS_MAX_RETRIES": "",
"VK_ADS_API_BASE": ""
}
}
}
}
Environment variables are listed by name only — fill in your own values. Entries never carry secrets.