mcpbeat Sign in

VK Ads MCP Server

local only

VK Ads MCP runs on your own machine — the client starts it, so there is no endpoint to ping. 92 installs a week from npm. Last commit 21 Aug 2026.

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

Installs per day peak 196 · avg 22 · +20% w/w
a month agotoday
92
Installs / week
npm · mcp-vk-ads
7
Stars
0 open issues
21 Aug 2026
Last commit
0 releases in 90 days
MIT
License
TypeScript

Nothing serious here today

Today is the operative word: we check VK Ads MCP every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add mcp-vk-ads -- npx -y mcp-vk-ads
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "mcp-vk-ads": {
      "args": [
        "-y",
        "mcp-vk-ads"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.mcp-vk-ads]
command = "npx"
args = ["-y", "mcp-vk-ads"]
.cursor/mcp.json
{
  "mcpServers": {
    "mcp-vk-ads": {
      "args": [
        "-y",
        "mcp-vk-ads"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "mcp-vk-ads": {
      "args": [
        "-y",
        "mcp-vk-ads"
      ],
      "command": "npx"
    }
  }
}

This one needs environment variables set before it will start: VK_ADS_TOKEN (VK Ads OAuth2 access token (Bearer) — full account access. Treat it as a secret.), 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.). The author declared them in the registry entry; get the values from the project itself.

Alternatives to VK Ads MCP

same job, measured the same way
Avito Ads MCP
by a1-x-tech

MCP server for the Avito Ads API: campaigns, ad groups, creatives, statistics and balances.

106 installs/wk local only
Yandex Direct
by gistrec

MCP server for Yandex Direct API v5: manage PPC campaigns, ads, keywords, and statistics.

118 installs/wk local only
Yandex Direct MCP
by askads

MCP server for Yandex Direct API v5: manage PPC campaigns, ads, keywords, and statistics.

local only
Pi-hole MCP Server
by ranklancer

MCP server for Pi-hole v6 API — manage multiple instances: queries, lists, groups, stats

30 installs/wk local only
MCP Pickaxe
by aplaceforallmystuff

MCP server for Pickaxe API - manage AI agents, knowledge bases, users, and analytics

46 installs/wk local only
Yandex Metrica MCP
by askads

MCP server for Yandex Metrica API: list counters, goals and pull web-analytics statistics.

96 installs/wk local only
Groupsio
by ke4qqq

MCP server for consuming and managing Groups.io data via the Groups.io REST API

27 installs/wk local only
Onelogin MCP
by onelogin

MCP server for OneLogin API - manage users, apps, roles, and authentication

244 installs/wk local only

VK Ads MCP — questions

Answers built from our own checks of this server.

Why is there no uptime for VK Ads MCP?
VK Ads MCP runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the npm package mcp-vk-ads was installed 92 times last week.
How do I connect VK Ads MCP?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls mcp-vk-ads straight from npm; nothing to host, nothing to sign up for.
How many people use VK Ads MCP?
The npm package mcp-vk-ads was installed 92 times in the last week. Week over week that is +20%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is VK Ads MCP open source?
Yes — it is published under the MIT licence, written in TypeScript and 7 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.