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 💡
@waystation/mcp
The only MCP Server you need. Connect any MCP host with the tools you use daily through our no-code, secure integration hub.
@freema/mcp-design-system-extractor
MCP (Model Context Protocol) server that enables AI assistants to interact with Storybook design systems. Extract component HTML, analyze styles, and help with design system adoption and refactoring.
graphlit-mcp-server
Model Context Protocol (MCP) Server for Graphlit Platform
xgmem
A TypeScript-based MCP server for project-specific and knowledge graph-based memory management for LLMs and agents.
g-search-mcp
A powerful MCP server for Google search that enables parallel searching with multiple keywords simultaneously.
rocketreach-mcp-server
A Model Context Protocol (MCP) server that integrates with the RocketReach API to provide email finding, phone number finding, and company enrichment capabilities.