Skip to content
Windsurf

VK Ads MCP for Windsurf

io.github.askads/mcp-vk-ads

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

client:Windsurf transport:stdio runtime:npm

Install VK Ads MCP in Windsurf

~/.codeium/windsurf/mcp_config.json · windows: %USERPROFILE%\.codeium\windsurf\mcp_config.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "mcp-vk-ads": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-vk-ads"
      ],
      "env": {
        "VK_ADS_TOKEN": "<VK_ADS_TOKEN>",
        "VK_ADS_LANG": "<VK_ADS_LANG>",
        "VK_ADS_TIMEOUT_MS": "<VK_ADS_TIMEOUT_MS>",
        "VK_ADS_MAX_RETRIES": "<VK_ADS_MAX_RETRIES>",
        "VK_ADS_API_BASE": "<VK_ADS_API_BASE>"
      }
    }
  }
}

Global only — Windsurf has no per-project MCP config. Refresh Cascade after saving. Windsurf docs

VK Ads MCP in other clients