Want a free personalized recommendation for your software stack?Get yours
That Marketing Buddy
Home/MCP/Klaviyo
Klaviyo

Klaviyo MCP Server

Yes. Klaviyo lets you pin the connection to read-only with a URL parameter, and trim roughly 40 tools down to a core set when your client's context window cannot hold the full catalogue.

OFFICIAL MCP✓ alivePublic APIAuth: OAuth with dynamic client registration; requires an Owner, Admin or Manager role
MCP status verified 2026-08-06Agent-readiness 8/10
Data from Buddy's database, auto-rechecked weekly

What is the Klaviyo MCP server?

Klaviyo runs a hosted MCP server at https://mcp.klaviyo.com/mcp over streamable HTTP, with OAuth and dynamic client registration so there is no key to mint. A local option exists too, but the remote server is the one Klaviyo recommends. Access is gated by role rather than by plan: you need Owner, Admin or Manager on the account.

The catalogue runs to roughly 40 core tools spanning campaigns (create, list, detail, template assignment), flow performance reporting, profiles (create, update, subscribe, unsubscribe), templates (create, update, clone, delete, render), segments and lists, events and metrics, and catalog items. That is most of what the Klaviyo UI does, reachable from a conversation.

Two configuration switches deserve attention because almost nobody else ships them. Passing read-only=true pins the connection so no tool can mutate anything, and core-tools-only=true trims the catalogue for clients with smaller context windows. A multi-account config file covers agencies running several Klaviyo accounts side by side.

For the rest of the picture see the Klaviyo review or full pricing breakdown.

Inside Claude / Cursor / Codex

What you can build with the Klaviyo MCP

Illustrative workflow examples. Exact tool names, parameters, and outputs come from Klaviyo's MCP server schema, so check the docs for the live surface.

klaviyo-mcplive
>What's the open rate on my last 5 campaigns?
klaviyo.list_campaigns({ limit: 5 })
LAST 5 CAMPAIGNS · OPEN RATE
Black Friday Teaser42.1%
Product launch38.5%
Weekly digest #1227.0%
Welcome flow step 261.3%
Re-engagement attempt9.8%
Suggest A/B subject lines for the bottom two?
klaviyo-mcplive
>Build a 3-email welcome series for new ebook subscribers
klaviyo.create_automation({ trigger: "list_added" })
AUTOMATION CREATED · 3 EMAILS
Day 0ebook delivery + intro
Day 2case study + soft CTA
Day 5product demo + 14-day trial
Review drafts before activation?
klaviyo-mcplive
>Which segments are growing fastest this quarter?
klaviyo.segment_growth({ period: "Q4" })
TOP 3 GROWING SEGMENTS
Trial → Paid converters+187%
EU subscribers+62%
Re-engaged churned+34%
TMB SCORE FOR KlaviyoMCP: OfficialAgent fit: 8/10
Read review →

Access, auth, and limits

OAuth with dynamic client registration means the connection bootstraps itself: no API key, no client id, no manual app registration. What gates access is the Klaviyo role on your seat, so a Viewer cannot connect at all and there is no separate MCP entitlement to buy.

read-only=true is the setting to reach for first. Klaviyo can send to your whole list, and a hard read-only connection removes that risk entirely rather than relying on the agent to behave. Add core-tools-only=true if your client starts truncating the tool list, which forty tools will do in a smaller context window. Note that mcp.klaviyo.com is the endpoint; developers.klaviyo.com/mcp, which some listings carry, is the documentation host.

Where it works and what to build

Any OAuth-capable MCP client works, and the multi-account configuration file is the feature agencies will care about, since it lets one connection reach several Klaviyo accounts without re-authorizing between them.

The strongest use is flow and segment archaeology. Ask which flows have not converted in ninety days, which segments overlap enough to be redundant, or which templates are still referenced by an active campaign, and the agent walks the API and answers. That is tedious clicking in the UI and a natural fit for a read-only connection, which is exactly the pairing to start with before granting anything that can send.

How to connect Klaviyo MCP to Claude Desktop

Add this block to ~/Library/Application Support/Claude/claude_desktop_config.json (macOS) or %APPDATA%\Claude\claude_desktop_config.json (Windows), then restart Claude Desktop. Cursor and Codex use a similar schema.

{
  "mcpServers": {
    "klaviyo": {
      "command": "npx",
      "args": ["mcp-remote", "<YOUR_MCP_URL>"]
    }
  }
}
// HTTP-transport MCP. Get your <YOUR_MCP_URL> from the vendor dashboard.
// Server source: https://mcp.klaviyo.com/mcp
// Claude Code (one-liner): claude mcp add klaviyo <YOUR_MCP_URL> --transport http

Some MCP servers require an API key. Check the source page for setup: mcp.klaviyo.com/mcp.

Does Klaviyo MCP cost extra?

Included with subscription

Klaviyo ships an official MCP server that uses your existing subscription credentials.

  • No separate MCP licence to buy. You pay for your Klaviyo plan, the MCP server queries that account.
  • Whether it's gated to a specific tier wasn't extracted automatically — verify the access requirements on the MCP page or pricing docs.

Klaviyo also publishes a REST API

Klaviyo's API is included with every paid plan, but SMS, MMS, and WhatsApp are billed per message.

Auth method
SDK languages
OpenAPI spec
Webhooks
Structured outputs
See Klaviyo API page

What you can do with Klaviyo from an AI agent

Three shapes of agent workflow. Pick the row that matches how you actually use Claude / Cursor / Codex day to day.

INDIE / SOLO

Skip the dashboard, ask Claude

  • "What campaigns underperformed this week?" answered in seconds
  • Quick one-off questions without leaving the editor
  • Pipe Klaviyo data into your personal notes / docs without writing a script
Effort: 30 seconds — paste the config, restart Claude
AGENCY

Run client analysis at agent speed

  • Hand the MCP server to your team — every consultant can ask Claude about any client's Klaviyo account
  • Multi-account workflows without context-switching the Klaviyo UI
  • Reports you'd normally spend hours on, done before standup
Effort: An afternoon — set up auth per client
IN-HOUSE TEAM

Production agent workflows

  • Embed in your internal Codex / Cursor agents that triage Klaviyo data daily
  • Combine with other MCP servers in a multi-step agent chain
  • Constrain agents to read-only roles to keep production Klaviyo safe
Effort: Days — security review + role config

Limits and gotchas

  • Official MCP server — published by Klaviyo themselves, so it should track product changes.
  • Fallback: the REST API works for any flow the MCP server doesn't cover.
  • Rate limits: MCP calls count against your underlying Klaviyo API quota. Burst usage from a curious agent can drain a daily allowance fast.
8/10

Agent-readiness verdict

A serious implementation with the two knobs that matter in practice: a hard read-only mode and a way to shrink the tool list when context is tight. The role gate is sensible for a platform that can email your entire list.

Good agent fit with official MCP support. Klaviyo offers an official MCP server and documented public API with native Claude and ChatGPT integration, making it straightforward to add to agentic workflows. The missing OpenAPI spec and lack of webhooks limit some automation patterns, but the MCP availability handles most agent use cases.

Scored by Joonas (TMB).

Klaviyo MCP & API FAQ

Is the Klaviyo MCP server official?+
Yes — an official, vendor-maintained server at https://mcp.klaviyo.com/mcp.
Can I use the Klaviyo MCP with Cursor or Codex?+
Yes — MCP is a protocol, not Claude-specific. Any MCP-capable client (Cursor, Codex, Windsurf, Zed) can use the same server config with minor path adjustments.
Does Klaviyo have a public API?+

Sources

Data verified by Joonas on the dates shown. MCP server status auto-rechecked weekly.

Joonas Rotko
Joonas RotkoAuthor & Founder of That Marketing Buddy

10+ years in digital marketing. I review marketing software for AI-stack fit: real pricing, MCP and API support, and how cleanly each tool drops into an AI agent workflow, cross-checked against verified data and real user feedback.

Klaviyo

Try Klaviyo
WEEKLY NEWSLETTER

The marketing tools worth your money, scored for AI agent readiness

Every week I score the tools for MCP, API, and agent-readiness, then email you the ones that actually deliver, what plugs into Claude and Cursor, the pricing changes, and what to skip. No fluff, no daily spam.

Join for free. One email a week, unsubscribe anytime.