HomeMarketing & E-Commerce › VK Ads MCP

VK Ads MCP

MCP server for VK Ads (VK Реклама) API: manage ad plans, ad groups, banners, and statistics.

TypeScript Cloud
★ 8 stars Last pushed 2026-09-20 License: MIT

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 [email protected]

Or add to your MCP client config:

{
  "mcpServers": {
    "mcp-vk-ads": {
      "command": "npx",
      "args": [
        "-y",
        "[email protected]"
      ],
      "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_TOKEN secret — 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

Listed in punkpeye/awesome-mcp-servers (MIT)

Data from the Official MCP Registry