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 💡
Quickchat AI MCP
The Quickchat AI MCP server
alltrails-mcp
A Model Context Protocol (MCP) server that provides access to AllTrails data, allowing you to search for hiking trails and get detailed trail information directly through Claude Desktop.
@timlukahorstmann/mcp-weather
A Model Context Protocol (MCP) server that provides hourly and daily weather forecasts using the AccuWeather API.
mcp-server-drupal
TypeScript-based MCP server for Drupal MCP module using STDIO transport
@offorte/mcp-server
MCP server for the Offorte API - Create & send proposals using AI
apple-reminders
MCP server providing native macOS integration with Apple Reminders and Calendar via EventKit