Skip to content
Cursor

Avito Ads MCP for Cursor

io.github.a1-x-tech/mcp-avito-ads

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

client:Cursor transport:stdio runtime:npm

Install Avito Ads MCP in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "mcp-avito-ads": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "mcp-avito-ads"
      ],
      "env": {
        "AVITO_ADS_CLIENT_ID": "<AVITO_ADS_CLIENT_ID>",
        "AVITO_ADS_CLIENT_SECRET": "<AVITO_ADS_CLIENT_SECRET>",
        "AVITO_ADS_ACCOUNT_ID": "<AVITO_ADS_ACCOUNT_ID>",
        "AVITO_ADS_ENVIRONMENT": "<AVITO_ADS_ENVIRONMENT>",
        "AVITO_ADS_API_BASE": "<AVITO_ADS_API_BASE>",
        "AVITO_ADS_TIMEOUT_MS": "<AVITO_ADS_TIMEOUT_MS>",
        "AVITO_ADS_MAX_RETRIES": "<AVITO_ADS_MAX_RETRIES>",
        "AVITO_ADS_TOKEN_LEEWAY_SECONDS": "<AVITO_ADS_TOKEN_LEEWAY_SECONDS>"
      }
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

Avito Ads MCP in other clients