← Back to Plugins
MCP Server MCP

io.github.ai-hub-open/vk-ads-mcp

github By github 👁 1 views ▲ 0 votes

MCP server for VK Ads API: campaigns, audiences, budgets, stats. Click.ru, token or OAuth.

Homepage Verified source GitHub

Install

npx -y @ai-hub-open/[email protected]

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "npm",
      "registryBaseUrl": "https://registry.npmjs.org",
      "identifier": "@ai-hub-open/vk-ads-mcp",
      "version": "0.7.0",
      "runtimeHint": "bunx",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "Click.ru API token (primary mode)",
          "isSecret": true,
          "name": "CLICK_RU_TOKEN"
        },
        {
          "description": "VK Ads account id in Click.ru",
          "name": "CLICK_RU_ACCOUNT_ID"
        },
        {
          "description": "Static VK Ads token (alternative mode)",
          "isSecret": true,
          "name": "VK_ADS_ACCESS_TOKEN"
        },
        {
          "description": "OAuth app client id (target.vk.ru)",
          "name": "VK_ADS_CLIENT_ID"
        },
        {
          "description": "OAuth app client secret",
          "isSecret": true,
          "name": "VK_ADS_CLIENT_SECRET"
        }
      ]
    }
  ]
}
mcp model-context-protocol npm

Comments

Sign in to leave a comment

Loading comments...