PluginBench
MCP Server
Active
MIT

Yandex Audience MCP MCP Server

io.github.A1-x-Tech/mcp-yandex-audience

What is the Yandex Audience MCP MCP server?

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

How to install Yandex Audience MCP

Copy-paste configuration for popular MCP clients.

transport: stdio
Config generated by PluginBench — verify against the source before use.
Environment / auth
  • 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).

Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "mcp-yandex-audience": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-yandex-audience"
      ],
      "env": {
        "YANDEX_AUDIENCE_TOKEN": "<YOUR_YANDEX_AUDIENCE_TOKEN>",
        "YANDEX_AUDIENCE_API_HOST": "<YOUR_YANDEX_AUDIENCE_API_HOST>",
        "YANDEX_AUDIENCE_TIMEOUT_MS": "<YOUR_YANDEX_AUDIENCE_TIMEOUT_MS>",
        "YANDEX_AUDIENCE_MAX_RETRIES": "<YOUR_YANDEX_AUDIENCE_MAX_RETRIES>"
      }
    }
  }
}
Cursor
~/.cursor/mcp.json
{
  "mcpServers": {
    "mcp-yandex-audience": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-yandex-audience"
      ],
      "env": {
        "YANDEX_AUDIENCE_TOKEN": "<YOUR_YANDEX_AUDIENCE_TOKEN>",
        "YANDEX_AUDIENCE_API_HOST": "<YOUR_YANDEX_AUDIENCE_API_HOST>",
        "YANDEX_AUDIENCE_TIMEOUT_MS": "<YOUR_YANDEX_AUDIENCE_TIMEOUT_MS>",
        "YANDEX_AUDIENCE_MAX_RETRIES": "<YOUR_YANDEX_AUDIENCE_MAX_RETRIES>"
      }
    }
  }
}
Windsurf
~/.codeium/windsurf/mcp_config.json
{
  "mcpServers": {
    "mcp-yandex-audience": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-yandex-audience"
      ],
      "env": {
        "YANDEX_AUDIENCE_TOKEN": "<YOUR_YANDEX_AUDIENCE_TOKEN>",
        "YANDEX_AUDIENCE_API_HOST": "<YOUR_YANDEX_AUDIENCE_API_HOST>",
        "YANDEX_AUDIENCE_TIMEOUT_MS": "<YOUR_YANDEX_AUDIENCE_TIMEOUT_MS>",
        "YANDEX_AUDIENCE_MAX_RETRIES": "<YOUR_YANDEX_AUDIENCE_MAX_RETRIES>"
      }
    }
  }
}
VS Code
.vscode/mcp.json
{
  "servers": {
    "mcp-yandex-audience": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "mcp-yandex-audience"
      ],
      "env": {
        "YANDEX_AUDIENCE_TOKEN": "<YOUR_YANDEX_AUDIENCE_TOKEN>",
        "YANDEX_AUDIENCE_API_HOST": "<YOUR_YANDEX_AUDIENCE_API_HOST>",
        "YANDEX_AUDIENCE_TIMEOUT_MS": "<YOUR_YANDEX_AUDIENCE_TIMEOUT_MS>",
        "YANDEX_AUDIENCE_MAX_RETRIES": "<YOUR_YANDEX_AUDIENCE_MAX_RETRIES>"
      }
    }
  }
}
Claude Code
claude mcp add mcp-yandex-audience --env YANDEX_AUDIENCE_TOKEN=<YOUR_YANDEX_AUDIENCE_TOKEN> --env YANDEX_AUDIENCE_API_HOST=<YOUR_YANDEX_AUDIENCE_API_HOST> --env YANDEX_AUDIENCE_TIMEOUT_MS=<YOUR_YANDEX_AUDIENCE_TIMEOUT_MS> --env YANDEX_AUDIENCE_MAX_RETRIES=<YOUR_YANDEX_AUDIENCE_MAX_RETRIES> -- npx -y mcp-yandex-audience

Related MCP servers

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

0
TypeScript
MIT
View repository →

MCP server for Google Business Profile: locations, reviews, local posts and performance metrics.

0
TypeScript
MIT
View repository →

Real-user Core Web Vitals from the Chrome UX Report (CrUX) API for any origin or URL.

0
TypeScript
MIT
View repository →

MCP server for the Google Forms API: create forms, manage questions, read responses and watches.

0
TypeScript
MIT
View repository →

MCP server for Google Merchant Center (Merchant API v1): products, promotions, reports, issues.

0
TypeScript
MIT
View repository →

MCP server for the Google Search Console API: search analytics, sitemaps, URL inspection, sites.

0
TypeScript
MIT
View repository →