K
Klaviyo
Manage Klaviyo lists, flows and campaigns.
·No reviews yet
Share:
About
Auto-generated
Klaviyo is a Model Context Protocol server in the Communication category. It lets AI assistants that speak MCP call its tools and read its resources over STDIO.
Example tools
Illustrative tool names — the actual tool set is defined by the server at runtime.
send_message
Post a message to a channel or user
list_channels
List channels the bot can access
search_messages
Search messages by query and date range
Screenshots
No screenshots yet.
Frequently Asked Questions
Common questions about Klaviyo.
- What is the Klaviyo MCP server?
- The Klaviyo MCP server enables interaction with Klaviyo's platform. It integrates with various MCP clients to manage Klaviyo lists, flows, and campaigns. This allows developers to automate marketing tasks programmatically.
- How do I configure Klaviyo credentials?
- The Klaviyo MCP server uses an API key for authentication. You will need to obtain an API key from your Klaviyo account settings and configure it within your MCP client. Refer to your client's documentation for specific setup instructions.
- What are the primary capabilities of this MCP?
- This MCP is designed to manage Klaviyo entities such as email lists, marketing flows, and campaign orchestrations. It facilitates programmatic creation, modification, and monitoring of these Klaviyo resources. Specific tools exposed are not detailed, but capabilities align with core Klaviyo functionalities.
- Is there a cost associated with using the Klaviyo MCP server?
- The Klaviyo MCP server itself is provided by the Community and is open-source, implying no direct cost for the server software. However, usage costs will depend on your Klaviyo account and its pricing tiers for the services consumed. Refer to Klaviyo's official pricing for details.
- How can I integrate this MCP with an MCP client like Cursor?
- Integration steps depend on the specific MCP client. Generally, you would add the Klaviyo MCP server to your client's server configuration and provide the required API key. Consult the Cursor documentation for how to add and configure external MCP servers via stdio transport.
- What is a potential limitation of this Klaviyo MCP?
- A potential limitation is that specific tools exposed are not explicitly listed in the provided information. This implies that the exact scope of programmable functionalities might require further exploration of the server's capabilities or its source code. Developers should verify tool availability for specific use cases.
Install Klaviyo
Claude Desktop
Add this to claude_desktop_config.json.
{
"mcpServers": {
"klaviyo": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-klaviyo"
]
}
}
}Cursor
Add this to ~/.cursor/mcp.json.
{
"mcpServers": {
"klaviyo": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-klaviyo"
]
}
}
}VS Code
Add this to your workspace settings.json.
{
"mcp.servers": {
"klaviyo": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-klaviyo"
]
}
}
}Reviews
Sign in to leave a review.
No reviews yet. Be the first!
Discussion(0)
No comments yet.