McpMux
Back to Registry

Klaviyo (uvx) MCP Server

Community

Contributed 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

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"
        }
      }
    ]
  }
}
Details
TransportLocal (stdio)
Hostinglocal
AuthAPI Key
Capabilities
Tools

Categories

Tags

klaviyoemailsmsmarketingcrmautomation

Supported AI Clients

The Klaviyo (uvx) MCP server works with all MCP-compatible AI clients through McpMux:

CursorClaude DesktopClaude CodeVS CodeChatGPTWindsurfJetBrainsZedClineGemini CLIAmazon Q

Related MCP Servers

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.