Loading MCP server directory, please wait...
MCP server for Yandex Audience API: segments (CRM, lookalike, pixel), pixels, grants.
npx @getmcp/cli add io.github.A1-x-Tech/mcp-yandex-audienceRequires Node.js 18+. Community-contributed server. Review source before installing.
YANDEX_AUDIENCE_TOKENYandex OAuth token, sent as `Authorization: OAuth …`. Treat it as a secret.
Config file: ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"io.github.A1-x-Tech/mcp-yandex-audience": {
"command": "npx",
"args": [
"-y",
"mcp-yandex-audience"
],
"env": {
"YANDEX_AUDIENCE_TOKEN": "",
"YANDEX_AUDIENCE_API_HOST": "https://api-audience.yandex.ru",
"YANDEX_AUDIENCE_TIMEOUT_MS": "60000",
"YANDEX_AUDIENCE_MAX_RETRIES": "3"
}
}
}
}