Connector guide2-minute read14 MCP toolsEnglish · Deutsch · Italiano

Klaviyo mit Cursor verbinden — über MCP

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.

HCBy HelpCode teamUpdated 2 min read Open source on GitHub

No credit card · 7-day trial · Self-host alternative available

MCP connector

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.

Tools

14

Region

INTL

Category

marketing-automation

Authentication

API Key

Required env vars

KLAVIYO_PRIVATE_API_KEY
Install in one click on Cloud

7-day free trial · No credit card

  • 7-day free trial
    No credit card required
  • GDPR & SOC 2 ready
    EU data residency, audit logs
  • Open-source on GitHub
    Source-available BSL-1.1
  • Works with ChatGPT, Claude, Gemini
    Any MCP-compatible client

No install? Use cloud.anythingmcp.com directly.

Sign in, install the Klaviyo in one click, paste the credentials, mint an MCP API key — done. No Docker, no git clone, no local server to run.

Open Cloud

TL;DR

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.

💡 Keine Installation? Nutze cloud.anythingmcp.com direkt. Einloggen, Connectors → Klaviyo klicken, Zugangsdaten einfügen, MCP-API-Key erzeugen — fertig. Kein Docker, kein git clone, kein lokaler Server.

Klaviyo + Cursor

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.

Voraussetzungen

Die vollständige Setup-Anleitung ist in den Connector eingebaut (im Store sichtbar, wenn du den Connector auswählst). Benötigte Umgebungsvariablen für diesen Connector:

KLAVIYO_PRIVATE_API_KEY

Schritt 1 — Zugangsdaten holen

Setup:

  1. Sign in to Klaviyo → bottom-left avatar → Settings → API Keys → Create Private API Key.
  2. Set scopes — at minimum: Profiles (Full), Lists (Full), Segments (Read), Events (Full), Catalogs (Read), Campaigns (Read), Flows (Read).
  3. Copy the key. It's prefixed with pk_. Set KLAVIYO_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)

Schritt 2 — Adapter installieren

git clone https://github.com/HelpCode-ai/anythingmcp.git
cd anythingmcp && docker compose up -d

Schritt 3 — Connector in Cursor hinzufügen

Cursor liest MCP-Server aus ~/.cursor/mcp.json. Füge diesen Eintrag hinzu:

{
  "mcpServers": {
    "anythingmcp": {
      "url": "https://cloud.anythingmcp.com/mcp",
      "headers": { "Authorization": "Bearer YOUR_MCP_API_KEY" }
    }
  }
}
  1. Hole deinen MCP API Key aus AnythingMCP → Profil → MCP API Keys → Neuer Key.
  2. Speichern und Cursor neu starten.
  3. Cursor → Einstellungen → MCP öffnen und prüfen, ob Klaviyo als "Connected" gelistet ist.
  4. Chatten — alle Klaviyo-Tools sind aufrufbar.

Verfügbare Tools

ToolWhat it does
klaviyo_get_accountsReturn account info: id, name, contact_info, industry, locale, timezone, public_api_key (for client-side tracking)
klaviyo_list_profilesList profiles (paginated)
klaviyo_get_profileFetch one profile by ID
klaviyo_create_or_update_profileUpsert a profile by email, phone_number, or external_id (in that priority)
klaviyo_list_listsList all opted-in lists (newsletter subscriber lists)
klaviyo_add_profiles_to_listSubscribe 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_profilesSubscribe profiles to a list with CONSENT (triggers the double-opt-in email if the list requires it)
klaviyo_remove_profiles_from_listUnsubscribe profiles from a list
klaviyo_list_segmentsList dynamic segments
klaviyo_create_eventTrack an event on a profile — the cornerstone of Klaviyo's behavioral targeting
klaviyo_list_eventsList events with filters
klaviyo_list_metricsList metrics (event types) the account has seen
klaviyo_list_campaignsList email/SMS campaigns
klaviyo_list_flowsList flows (triggered automation sequences)

FAQ

Unterstützt Cursor benutzerdefinierte MCP-Server im Free-Tier? Ja — MCP ist auf Hobby, Pro und Business verfügbar.

Nächste Schritte

War dieser Guide hilfreich?

Ready to ship

Your Klaviyo agent is one click away.

Install the connector, paste the key, prompt Cursor. Free for 7 days, no credit card.

Verwandte Anleitungen