Klaviyo (uvx) MCP Server
CommunityContributed by Klaviyo
Connect to Klaviyo's marketing platform to manage profiles, lists, segments, events, campaigns, flows, and catalogs through natural language. Official Klaviyo MCP server run locally via uvx.
About the Klaviyo (uvx) MCP Server
The Klaviyo (uvx) MCP server is a local (stdio) Model Context Protocol server available in the McpMux registry. Connect to Klaviyo's marketing platform to manage profiles, lists, segments, events, campaigns, flows, and catalogs through natural language. Official Klaviyo MCP server run locally via uvx. This is a community-contributed MCP server by Klaviyo.
Install the Klaviyo (uvx) MCP server with one click using McpMux. It works with Cursor, Claude Desktop, Claude Code, VS Code, ChatGPT, Windsurf, JetBrains, and any MCP-compatible AI client. This server requires an API key — McpMux securely stores your credentials with AES-256-GCM encryption.
Transport Configuration
{
"type": "stdio",
"command": "uvx",
"args": [
"klaviyo-mcp-server"
],
"env": {
"PRIVATE_API_KEY": "${input:PRIVATE_API_KEY}"
},
"metadata": {
"inputs": [
{
"id": "PRIVATE_API_KEY",
"label": "Klaviyo Private API Key",
"description": "Klaviyo private API key used to authenticate API requests. Grant the scopes the server needs (e.g. Profiles Full, Lists Full, Segments Read, Events Full, Catalogs Read, Campaigns Read, Flows Read).",
"type": "text",
"required": true,
"secret": true,
"placeholder": "pk_****************",
"obtain": {
"url": "https://www.klaviyo.com/settings/account/api-keys",
"instructions": "1. Log in to Klaviyo\n2. Click your organization name (bottom left) and open Settings\n3. Go to API keys\n4. Click 'Create Private API Key'\n5. Name the key and select the required scopes (Profiles Full, Lists Full, Segments Read, Events Full, Catalogs Read, Campaigns Read, Flows Read)\n6. Click 'Create' and copy the key (it cannot be viewed again)",
"button_label": "Create Private API Key"
}
}
]
}
}Categories
Tags
Supported AI Clients
The Klaviyo (uvx) MCP server works with all MCP-compatible AI clients through McpMux:
Related MCP Servers
Slack (Docker)
Send and read Slack messages, manage channels, list users, add reactions, and interact with your Slack workspace via Docker container.
Slack (npx)
Send and read Slack messages, manage channels, list users, add reactions, and interact with your Slack workspace via npx.
Google Workspace (uvx)
Access Gmail, Google Calendar, Drive, Docs, Sheets, Slides, Forms, Tasks, Contacts, Chat, and Apps Script from a single MCP server. 100+ operations across all Google Workspace services.
Businys
221 MCP tools across 26 practices for independent professionals. Manage clients, bookings, invoices, contracts, programs, sessions, and more. Open platform with full data export on all paid tiers.
Discord (Docker)
Control a Discord bot via Docker. Send and manage messages, administer channels, categories, roles, webhooks, forums, invites, scheduled events, and emojis, plus moderation actions across your servers â all in an isolated container.
Freshdesk (uvx)
Interact with Freshdesk customer support. Manage tickets, conversations, contacts, companies, agents, and ticket fields through the Freshdesk API.
Install Klaviyo (uvx) with McpMux
One-click install from the McpMux desktop app. Auto-configures for Cursor, Claude, VS Code, ChatGPT, Windsurf, JetBrains, and any MCP-compatible client.