Home › Marketing & E-Commerce › Yandex Audience MCP

Yandex Audience MCP

MCP server for Yandex Audience API: segments (CRM, lookalike, pixel), pixels, grants.

TypeScript Cloud
★ 0 stars Last pushed 2026-09-14 License: MIT

Topics: Marketing

Connect

Review any command before running it. Package names and URLs come from the server's own registry entry.

Package (npm 1.1.1)

npx -y mcp-yandex-audience@1.1.1

Or add to your MCP client config:

{
  "mcpServers": {
    "mcp-yandex-audience": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-yandex-audience@1.1.1"
      ],
      "env": {
        "YANDEX_AUDIENCE_TOKEN": "<YOUR_VALUE>",
        "YANDEX_AUDIENCE_API_HOST": "<YOUR_VALUE>",
        "YANDEX_AUDIENCE_TIMEOUT_MS": "<YOUR_VALUE>",
        "YANDEX_AUDIENCE_MAX_RETRIES": "<YOUR_VALUE>"
      }
    }
  }
}
  • YANDEX_AUDIENCE_TOKEN required secret — Yandex OAuth token, sent as `Authorization: OAuth …`. Treat it as a secret.
  • YANDEX_AUDIENCE_API_HOST — API host override (https://api-audience.yandex.com for international accounts).
  • YANDEX_AUDIENCE_TIMEOUT_MS — Per-request timeout in milliseconds.
  • YANDEX_AUDIENCE_MAX_RETRIES — Retries on 429 (5xx/network retried for GET only).

Related servers

Listed in punkpeye/awesome-mcp-servers (MIT)

Data from the Official MCP Registry