Klaviyo MCP Server
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@Klaviyo MCP Servershow me the recent email campaigns and their open rates"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
Welcome to the Universal MCP Klaviyo API. This project provides a starting point for your API application, generated automatically by MCP CLI to help you kickstart your development quickly.
Related MCP server: Mailchimp MCP Server
š Prerequisites
Before you begin, ensure you have met the following requirements:
Python 3.11+ (Recommended)
uv installed globally (
pip install uv)
š ļø Setup Instructions
Follow these steps to get the development environment up and running:
1. Sync Project Dependencies
Navigate to the project root directory (where pyproject.toml is located).
uv syncThis command uses uv to install all dependencies listed in pyproject.toml into a virtual environment (.venv) located in the project root.
2. Activate the Virtual Environment
Activating the virtual environment ensures that you are using the project's specific dependencies and Python interpreter.
On Linux/macOS:
source .venv/bin/activateOn Windows:
.venv\\Scripts\\activate3. Start the MCP Inspector
Use the MCP CLI to start the application in development mode.
mcp dev src/universal_mcp_klaviyo/mcp.pyThe MCP inspector should now be running. Check the console output for the exact address and port.
š Usage
Once the server is running, you can test the tools and interact with them.
š Project Structure
The generated project has a standard layout:
.
āāā src/ # Source code directory
ā āāā universal_mcp_klaviyo/
ā āāā __init__.py
ā āāā mcp.py # Server is launched here
ā āāā app.py # Application tools are defined here
āāā tests/ # Directory for project tests
āāā .env # Environment variables (for local development)
āāā pyproject.toml # Project dependencies managed by uv
āāā README.md # This fileā”ļø Next Steps
š License
This project was generated using MCP CLI ā Happy coding! š
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- FlicenseDqualityDmaintenanceA comprehensive Model Context Protocol server that enables interaction with the Klaviyo API, providing tools and resources for managing customer profiles, lists, segments, campaigns, flows, and various marketing automation features.Last updated473
- Flicense-qualityDmaintenanceEnables interaction with the Mailchimp API for managing campaigns, lists, templates, reports, and automations through natural language.Last updated3
- Flicense-qualityDmaintenanceA comprehensive MCP server for interacting with the Klaviyo API, providing tools and resources for managing profiles, lists, segments, campaigns, flows, and more.Last updated6
- FlicenseDqualityDmaintenanceProvides comprehensive tools and resources for managing Klaviyo marketing automation, including profiles, lists, campaigns, flows, and more through natural language.Last updated483
Related MCP Connectors
Klaviyo MCP Pack ā wraps the Klaviyo API for email marketing
Mailchimp MCP Pack ā manage audiences, campaigns, and members via Mailchimp Marketing API.
LeadConnector / GoHighLevel MCP Pack ā wraps the GoHighLevel CRM for AI agents.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/universal-mcp/klaviyo'
If you have feedback or need assistance with the MCP directory API, please join our Discord server