Loading MCP server directory, please wait...
MCP server for the Avito Ads API: campaigns, ad groups, creatives, statistics and balances.
npx @getmcp/cli add io.github.A1-x-Tech/mcp-avito-adsRequires Node.js 18+. Community-contributed server. Review source before installing.
AVITO_ADS_CLIENT_IDOAuth2 client id of your Avito application (grant_type=client_credentials).
AVITO_ADS_CLIENT_SECRETOAuth2 client secret of your Avito application. Treat it as a secret.
AVITO_ADS_ACCOUNT_IDAd account id (positive integer) every request is scoped to.
Config file: ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"io.github.A1-x-Tech/mcp-avito-ads": {
"command": "npx",
"args": [
"-y",
"mcp-avito-ads"
],
"env": {
"AVITO_ADS_CLIENT_ID": "",
"AVITO_ADS_CLIENT_SECRET": "",
"AVITO_ADS_ACCOUNT_ID": "",
"AVITO_ADS_ENVIRONMENT": "production",
"AVITO_ADS_API_BASE": "https://api.avito.ru/ads/",
"AVITO_ADS_TIMEOUT_MS": "30000",
"AVITO_ADS_MAX_RETRIES": "4",
"AVITO_ADS_TOKEN_LEEWAY_SECONDS": "60"
}
}
}
}