Skip the install. Get this working in under 2 minutes.
Start a free trial on cloud.anythingmcp.com, add the Klaviyo in one click, then point your AI client (Claude, ChatGPT, Copilot or Cursor) at the generated MCP endpoint. No Docker, no git clone, zero engineering experience required.
Summary
Drive Klaviyo (e-commerce email + SMS) from any AI agent: profiles, lists, segments, events tracking, flows, campaigns, catalogs. 14 tools targeting the modern 2024+ API.
Попробуй спросить
Примеры промптов для Klaviyo
Кликни по промпту — он скопируется. Вставь в Claude, ChatGPT, Cursor, Gemini, Copilot или OpenClaw и запусти через этот коннектор.
Claude — это AI, он может ошибаться. Проверяйте ответы.
💡 Без установки? Используй cloud.anythingmcp.com напрямую. Войди, нажми Connectors → Klaviyo, вставь учётные данные, создай MCP API key — готово. Без Docker, без
git clone, без локального сервера.
Klaviyo
Drive Klaviyo (e-commerce email + SMS) from any AI agent: profiles, lists, segments, events tracking, flows, campaigns, catalogs. 14 tools targeting the modern 2024+ API.
Настройка
Setup:
- Sign in to Klaviyo → bottom-left avatar → Settings → API Keys → Create Private API Key.
- Set scopes — at minimum: Profiles (Full), Lists (Full), Segments (Read), Events (Full), Catalogs (Read), Campaigns (Read), Flows (Read).
- Copy the key. It's prefixed with
pk_. SetKLAVIYO_PRIVATE_API_KEY.
Authentication: Authorization: Klaviyo-API-Key ${KLAVIYO_PRIVATE_API_KEY} (the literal prefix is Klaviyo-API-Key, NOT Bearer). The adapter sets this via API_KEY + custom apiKey value.
…(continued in the in-app connector instructions)
Предварительные требования: KLAVIYO_PRIVATE_API_KEY
Локальная установка коннектора
git clone https://github.com/HelpCode-ai/anythingmcp.git
cd anythingmcp && docker compose up -d
Открой http://localhost:3000/connectors/store, выбери Klaviyo и введи переменные, перечисленные в Предварительных требованиях.
Доступные инструменты
| Tool | What it does |
|---|---|
klaviyo_get_accounts | Return account info: id, name, contact_info, industry, locale, timezone, public_api_key (for client-side tracking) |
klaviyo_list_profiles | List profiles (paginated) |
klaviyo_get_profile | Fetch one profile by ID |
klaviyo_create_or_update_profile | Upsert a profile by email, phone_number, or external_id (in that priority) |
klaviyo_list_lists | List all opted-in lists (newsletter subscriber lists) |
klaviyo_add_profiles_to_list | Subscribe profiles to a list (silent — does NOT send the double-opt-in email even on lists that require it; for double-opt-in respecting, us |
klaviyo_subscribe_profiles | Subscribe profiles to a list with CONSENT (triggers the double-opt-in email if the list requires it) |
klaviyo_remove_profiles_from_list | Unsubscribe profiles from a list |
klaviyo_list_segments | List dynamic segments |
klaviyo_create_event | Track an event on a profile — the cornerstone of Klaviyo's behavioral targeting |
klaviyo_list_events | List events with filters |
klaviyo_list_metrics | List metrics (event types) the account has seen |
klaviyo_list_campaigns | List email/SMS campaigns |
klaviyo_list_flows | List flows (triggered automation sequences) |
Следующие шаги
Это руководство помогло?