Home › Marketing & E-Commerce › VK Ads MCP
VK Ads MCP
MCP server for VK Ads (VK Реклама) API: manage ad plans, ad groups, banners, and statistics.
Topics: Marketing
Connect
Review any command before running it. Package names and URLs come from the server's own registry entry.
Package (npm 1.5.0)
npx -y mcp-vk-ads@1.5.0
Or add to your MCP client config:
{
"mcpServers": {
"mcp-vk-ads": {
"command": "npx",
"args": [
"-y",
"mcp-vk-ads@1.5.0"
],
"env": {
"VK_ADS_TOKEN": "<YOUR_VALUE>",
"VK_ADS_LANG": "<YOUR_VALUE>",
"VK_ADS_TIMEOUT_MS": "<YOUR_VALUE>",
"VK_ADS_MAX_RETRIES": "<YOUR_VALUE>",
"VK_ADS_API_BASE": "<YOUR_VALUE>"
}
}
}
}
VK_ADS_TOKENsecret — Optional ready-made VK Ads OAuth2 access token (Bearer) for CI and unattended installs — full account access, treat it as a secret. Without it the server connects from the chat via start_login/finish_login.VK_ADS_LANG— Language for API responses (Accept-Language header), e.g. ru, en.VK_ADS_TIMEOUT_MS— Per-request timeout in milliseconds.VK_ADS_MAX_RETRIES— Max retries for transient errors (429 rate limit, 5xx on GET, network errors on GET).VK_ADS_API_BASE— API root without a version segment. Defaults to https://ads.vk.com/api.
Related servers
meta-ads-mcp
Meta Ads automation that just works. Trusted by 10,000+ businesses to analyze performance, test creatives, optimize spend, and scale…
facebook-ads-mcp-server
MCP server acting as an interface to the Facebook Ads, enabling programmatic access to Facebook Ads data and management features.
osp_marketing_tools
A suite of marketing tools from Open Strategy Partners including writing style, editing codes, and product marketing value map creation.
google-tag-manager-mcp-server
This server supports remote MCP connections, includes built-in Google OAuth, and provide an interface to the Google Tag Manager API.
google-ads-mcp-server
MCP server acting as an interface to the Google Ads, enabling programmatic access to Google Ads data and management features.
HitKeep
Stateless 2026-07-28 read-only MCP server for aggregate HitKeep analytics and official docs.
Listed in punkpeye/awesome-mcp-servers (MIT)
Data from the Official MCP Registry