What is the VK Ads MCP MCP server?
MCP server for VK Ads (VK Реклама) API: manage ad plans, ad groups, banners, and statistics.
How to install VK Ads MCP
Copy-paste configuration for popular MCP clients.
transport: stdio
Config generated by PluginBench — verify against the source before use.Environment / auth
VK_ADS_TOKENrequiredsecretVK Ads OAuth2 access token (Bearer) — full account access. Treat it as a secret.
VK_ADS_LANGLanguage for API responses (Accept-Language header), e.g. ru, en.
VK_ADS_API_BASEAPI root without a version segment. Defaults to https://ads.vk.com/api.
Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"mcp-vk-ads": {
"command": "npx",
"args": [
"-y",
"mcp-vk-ads"
],
"env": {
"VK_ADS_TOKEN": "<YOUR_VK_ADS_TOKEN>",
"VK_ADS_LANG": "<YOUR_VK_ADS_LANG>",
"VK_ADS_API_BASE": "<YOUR_VK_ADS_API_BASE>"
}
}
}
}Cursor
~/.cursor/mcp.json
{
"mcpServers": {
"mcp-vk-ads": {
"command": "npx",
"args": [
"-y",
"mcp-vk-ads"
],
"env": {
"VK_ADS_TOKEN": "<YOUR_VK_ADS_TOKEN>",
"VK_ADS_LANG": "<YOUR_VK_ADS_LANG>",
"VK_ADS_API_BASE": "<YOUR_VK_ADS_API_BASE>"
}
}
}
}Windsurf
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"mcp-vk-ads": {
"command": "npx",
"args": [
"-y",
"mcp-vk-ads"
],
"env": {
"VK_ADS_TOKEN": "<YOUR_VK_ADS_TOKEN>",
"VK_ADS_LANG": "<YOUR_VK_ADS_LANG>",
"VK_ADS_API_BASE": "<YOUR_VK_ADS_API_BASE>"
}
}
}
}VS Code
.vscode/mcp.json
{
"servers": {
"mcp-vk-ads": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"mcp-vk-ads"
],
"env": {
"VK_ADS_TOKEN": "<YOUR_VK_ADS_TOKEN>",
"VK_ADS_LANG": "<YOUR_VK_ADS_LANG>",
"VK_ADS_API_BASE": "<YOUR_VK_ADS_API_BASE>"
}
}
}
}Claude Code
claude mcp add mcp-vk-ads --env VK_ADS_TOKEN=<YOUR_VK_ADS_TOKEN> --env VK_ADS_LANG=<YOUR_VK_ADS_LANG> --env VK_ADS_API_BASE=<YOUR_VK_ADS_API_BASE> -- npx -y mcp-vk-adsRelated MCP servers
Yandex Direct MCP
Active
MCP server for Yandex Direct API v5: manage PPC campaigns, ads, keywords, and statistics.
0
View repository →TypeScript
MIT
Yandex Metrica MCP
Active
MCP server for Yandex Metrica API: list counters, goals and pull web-analytics statistics.
0
View repository →TypeScript
MIT
Yandex Wordstat MCP
Active
MCP server for Yandex Wordstat API: top & related queries, demand dynamics and regions.
0
View repository →TypeScript
MIT