klaviyo-mcp-server
Configure Klaviyo's MCP server to get AI assistance with your Klaviyo data.
The Klaviyo Model Context Protocol (MCP) server enables AI clients (like Claude, Cursor, and VS Code) to securely interact with your Klaviyo data and APIs. It allows AI models to assist with various tasks, from campaign creation to flow performance reports, by providing access to Klaviyo's extensive set of tools.
Key Features:
- Data Access: Provides AI clients with read and write access to Klaviyo data including accounts, campaigns, catalogs, events, flows, lists, segments, images, and profiles.
- Tooling: Exposes a comprehensive set of tools for managing marketing activities, such as
create_campaign,get_profiles,create_event, andget_campaign_report. - Configurable Permissions: Supports
READ_ONLYmode to disable write actions andALLOW_USER_GENERATED_CONTENTto control interpretation of user-generated content.
Usage:
The Klaviyo MCP server is typically configured within an MCP client's settings. For example, in Claude Desktop, Cursor, or VS Code, you would add a configuration block specifying uvx klaviyo-mcp-server@latest as the command, along with your PRIVATE_API_KEY and other environment variables.
Example Configuration (for Claude Desktop):
{
"mcpServers": {
"klaviyo": {
"command": "uvx",
"args": ["klaviyo-mcp-server@latest"],
"env": {
"PRIVATE_API_KEY": "YOUR_API_KEY",
"READ_ONLY": "false",
"ALLOW_USER_GENERATED_CONTENT": "false"
}
}
}
}
This server is currently in beta and supports MacOS and Windows.
Recommend MCP Servers 💡
kagi-server
A Model Context Protocol server implementation for Kagi's API
scanpy-mcp
An MCP server enabling natural language interaction with Scanpy for scRNA-Seq analysis
@hiromitsusasaki/raindrop-io-mcp-server
An integration that allows LLMs to interact with Raindrop.io bookmarks using the Model Context Protocol (MCP).
AlexVagrant/monad-mcp
This project demonstrates how to create an MCP server that interacts with the Monad testnet, providing a tool for checking MON token balances.
mcp-ical
Manages macOS Calendar events and schedules using natural language via the Model Context Protocol.
ai-agent-marketplace-index-mcp
An MCP server that allows AI assistants to search and discover available AI agents from the DeepNLP AI Agent Marketplace Index by keywords or categories, and monitor their web traffic performance.