MCP Server
MCP
VK Ads MCP
MCP server for VK Ads (VK Реклама) API: manage ad plans, ad groups, banners, and statistics.
Install
npx -y [email protected]
Configuration Example
{
"remotes": [],
"packages": [
{
"registryType": "npm",
"registryBaseUrl": "https://registry.npmjs.org",
"identifier": "mcp-vk-ads",
"version": "1.4.1",
"transport": {
"type": "stdio"
},
"environmentVariables": [
{
"description": "VK Ads OAuth2 access token (Bearer) — full account access. Treat it as a secret.",
"isRequired": true,
"isSecret": true,
"name": "VK_ADS_TOKEN"
},
{
"description": "Language for API responses (Accept-Language header), e.g. ru, en.",
"default": "ru",
"name": "VK_ADS_LANG"
},
{
"description": "Per-request timeout in milliseconds.",
"default": "60000",
"name": "VK_ADS_TIMEOUT_MS"
},
{
"description": "Max retries for transient errors (429 rate limit, 5xx on GET, network errors on GET).",
"default": "3",
"name": "VK_ADS_MAX_RETRIES"
},
{
"description": "API root without a version segment. Defaults to https://ads.vk.com/api.",
"default": "https://ads.vk.com/api",
"name": "VK_ADS_API_BASE"
}
]
}
]
}
mcp
model-context-protocol
npm
By
Comments
Sign in to leave a comment