VK Реклама MCP
Local · stdioA community wrapper over VK Ads API v2: 8 tools — ad campaigns, ad groups, banners, spend statistics, account data. Stdio only; an OAuth2 Bearer token VK_ADS_TOKEN (lasts about a day), with optional auto-refresh via client_id/secret. Version 4.0.0 is a breaking release dropping the legacy API. Not an official VK product.
Why this server
- 8 tools for campaigns, ad groups, banners, statistics and account data
- v4.0.0 was rewritten for API v2 — old v1 account_id parameters are gone
- The token lasts about a day — with client_id/secret/refresh_token the agent renews it on its own
- Stdio only — no HTTP mode is documented or found in the compiled code
Usage examples
Prompt: Show active ad campaigns and spend for the last week
Result: The agent called list_campaigns filtered by status, then get_statistics for 7 days, returning spend per campaign.
Prompt: Create a "Summer Sale" campaign with a 5,000 RUB daily budget and add a banner
Result: The agent called create_campaign with the budget and objective, then create_ad with the text and link for the new ad group.
Local server
This MCP runs locally on the user's machine (stdio), so availability isn't tracked — rely on reviews and the rating instead.
Reviews
No reviews yet.