Skip to content
Cursor

Yandex Audience MCP for Cursor

io.github.a1-x-tech/mcp-yandex-audience

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

client:Cursor transport:stdio runtime:npm

Install Yandex Audience 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-yandex-audience": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "mcp-yandex-audience"
      ],
      "env": {
        "YANDEX_AUDIENCE_TOKEN": "<YANDEX_AUDIENCE_TOKEN>",
        "YANDEX_AUDIENCE_API_HOST": "<YANDEX_AUDIENCE_API_HOST>",
        "YANDEX_AUDIENCE_TIMEOUT_MS": "<YANDEX_AUDIENCE_TIMEOUT_MS>",
        "YANDEX_AUDIENCE_MAX_RETRIES": "<YANDEX_AUDIENCE_MAX_RETRIES>"
      }
    }
  }
}

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

Yandex Audience MCP in other clients