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. 74 installs a week from npm.

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

The linked repository no longer exists on GitHub — it was deleted or made private.

Installs per day peak 452 · avg 47 · +18% w/w
a month agotoday
74
Installs / week
npm · @ai-hub-open/vk-ads-mcp
Stars
on GitHub
Last commit
0 releases in 90 days
License
language unknown

What the code does

We have not read this server's code yet, 18 d ago · rules 3dff92dd89df

Capabilities

What this server is able to do. For an MCP server this is often the job itself — a terminal server runs commands because that is what it is for. Listed so you know what you are plugging in, not as an accusation.

File ships in the package but is absent from the source [пакет] src/tools/adGroups.ts:1, [пакет] src/tools/adPlans.ts:1, [пакет] src/tools/agency.ts:1 и ещё 19
этот файл ставится пользователю, но в репозитории его нет

Is this your server and something here is wrong? Tell us — corrections are free and do not require a plan.

This code can reach further than it looks

We found places where it runs commands, builds paths or queries from values it is given. None of that is a flaw by itself — it becomes one when the code changes, and code changes quietly between releases. We re-read it on every one.

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 vk-ads-mcp -- npx -y @ai-hub-open/vk-ads-mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "vk-ads-mcp": {
      "args": [
        "-y",
        "@ai-hub-open/vk-ads-mcp"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.vk-ads-mcp]
command = "npx"
args = ["-y", "@ai-hub-open/vk-ads-mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "vk-ads-mcp": {
      "args": [
        "-y",
        "@ai-hub-open/vk-ads-mcp"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "vk-ads-mcp": {
      "args": [
        "-y",
        "@ai-hub-open/vk-ads-mcp"
      ],
      "command": "npx"
    }
  }
}

This one needs environment variables set before it will start: CLICK_RU_TOKEN (Click.ru API token (primary mode)), CLICK_RU_ACCOUNT_ID (VK Ads account id in Click.ru), VK_ADS_ACCESS_TOKEN (Static VK Ads token (alternative mode)), VK_ADS_CLIENT_ID (OAuth app client id (target.vk.ru)), VK_ADS_CLIENT_SECRET (OAuth app client secret). 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
Yandex Direct MCP
by ai-hub-open

MCP server for Yandex Direct API: campaigns, ads, keywords, bids, reports. Click.ru or OAuth.

39 installs/wk local only
Yandex Direct
by dontsovcmc

MCP server for Yandex Direct API v5 — campaigns, ads, keywords, bids, audiences

89 installs/wk local only
Google Ads + Meta Ads + GA4 MCP
by irinabuht12-oss

Google Ads, Meta Ads & GA4 MCP server - 250+ tools for campaigns, creatives, audiences & reports.

answering
AdWeave — Meta Ads MCP Server
by adweave

Meta Ads MCP server with 47 tools for campaigns, creatives, audiences, and insights.

answering
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
Calltouch MCP
by theyahia

MCP server for Calltouch API — call tracking, call statistics. Token auth.

42 installs/wk local only
Sber MCP
by theyahia

MCP server for Sberbank API — accounts, statements. Bearer token auth.

53 installs/wk local only
Google Adwords
by codechap

MCP server for Google Ads campaign and budget management

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 @ai-hub-open/vk-ads-mcp was installed 74 times last week.
Is Vk Ads MCP still maintained?
The linked repository no longer exists on GitHub — it was deleted or made private. We show this because it changes what you can expect: an unmaintained server may keep answering for months and then stop without warning.
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 @ai-hub-open/vk-ads-mcp straight from npm; nothing to host, nothing to sign up for.
How many people use Vk Ads MCP?
The npm package @ai-hub-open/vk-ads-mcp was installed 74 times in the last week. Week over week that is +18%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.