Loading MCP server directory, please wait...
Run affset from chat: stats, campaigns, zones, payouts, targeting, and team.
npx @getmcp/cli add io.github.affset/mcpRequires Node.js 18+. Community-contributed server. Review source before installing.
AFFSET_BASE_URLOrigin of your affset ad server API (no path, query, or embedded credentials).
AFFSET_API_KEYTenant API key (Bearer token). Its namespace must match AFFSET_NAMESPACE.
AFFSET_NAMESPACETenant namespace this key belongs to (lowercase letters, numbers, hyphens; 3–63 chars).
Config file: ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"io.github.affset/mcp": {
"command": "npx",
"args": [
"-y",
"@affset/mcp"
],
"env": {
"AFFSET_BASE_URL": "",
"AFFSET_API_KEY": "",
"AFFSET_NAMESPACE": "",
"AFFSET_REQUEST_TIMEOUT_MS": "30000",
"AFFSET_READ_ONLY": "false"
}
}
}
}