K

Klaviyo

Manage Klaviyo lists, flows and campaigns.

·No reviews yet
Repo
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.

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)

Sign in to join the discussion.

No comments yet.