KL

Klaviyo

Created 4 months ago

Klaviyo MCP server enables AI clients to interact with your Klaviyo data.

development documentation public beta API

What is Klaviyo?

Interact with your [Klaviyo](https://www.klaviyo.com/) marketing data.

Documentation

Klaviyo MCP Server Documentation# Overview

The Klaviyo MCP server is currently in beta and is subject to change. To provide feedback, please fill out this form.

What is MCP?

MCP (Model Context Protocol) is an open protocol that helps AI models securely interface with different data sources and tools.

Configuration

To communicate with the Klaviyo MCP server, each MCP client needs specific configuration. Follow the steps below to get started:

  1. Create a Klaviyo private API key with the necessary permissions.
  2. Configure your MCP client (e.g., Claude Desktop, Cursor, VS Code).
  3. Verify the connection by testing with specific queries.

Available Tools

  • Accounts: Get account details.
  • Campaigns: List and manage campaigns.
  • Events: List and create events.
  • Flows: List and manage flows.
  • Profiles: List and manage profiles.

Troubleshooting

If your MCP client can’t find enabled MCP tools for Klaviyo, review the configuration steps and restart the app.

Server Config

{
  "mcpServers": {
    "klaviyo-server": {
      "command": "npx",
      "args": [
        "klaviyo"
      ]
    }
  }
}

Links & Status

Hosted: Yes
Global: No
Official: Yes

Project Info

Hosted Featured
Created At: Jul 07, 2025
Updated At: Aug 07, 2025
Author: Klaviyo
Category: official
License: Proprietary
Tags:
development documentation public