mcpbeat Sign in

Klaviyo MCP Server

local only

Klaviyo MCP runs on your own machine — the client starts it, so there is no endpoint to ping. Last commit 9 Sep 2026.

Klaviyo MCP: campaigns, flows, segments, metrics, reports, profiles across many accounts. 24 tools.

Installs / week
npm · @scalably-io/klaviyo-mcp
0
Stars
0 open issues
9 Sep 2026
Last commit
0 releases in 90 days
MIT
License
TypeScript

Nothing serious here today

Today is the operative word: we check Klaviyo MCP every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add klaviyo-mcp -- npx -y @scalably-io/klaviyo-mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "klaviyo-mcp": {
      "args": [
        "-y",
        "@scalably-io/klaviyo-mcp"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.klaviyo-mcp]
command = "npx"
args = ["-y", "@scalably-io/klaviyo-mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "klaviyo-mcp": {
      "args": [
        "-y",
        "@scalably-io/klaviyo-mcp"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "klaviyo-mcp": {
      "args": [
        "-y",
        "@scalably-io/klaviyo-mcp"
      ],
      "command": "npx"
    }
  }
}

Alternatives to Klaviyo MCP

same job, measured the same way
Reddit Ads MCP
by mkerchenski

MCP server for the Reddit Ads API. List accounts, campaigns, ads, and pull reports.

local only
Google Ads + Meta Ads + GA4 MCP
by irinabuht12-oss

Google Ads, Meta Ads & GA4 MCP server - 250+ tools for campaigns, creatives, audiences & reports.

answering
Rise MCP
by gzlo

RISE CRM MCP server — 36 tools across CRM, projects, tickets, finance, sales, HR, and reports.

79 installs/wk local only
Yandex Metrika
by dontsovcmc

MCP server for Yandex Metrika API — counters, goals, reports, segments, logs

98 installs/wk local only
Salesforce Marketing
by zleventer

MCP server for Salesforce — 47 tools for leads, campaigns, pipeline, attribution, and reporting.

19 installs/wk local only
1ClickReport
by 1clickreport

40 tools for marketing analytics, campaign management, and AI monitoring across 6 platforms.

answering
Google Ads
by mharnett

Google Ads MCP with MCC support: 35 tools for campaigns, keywords, reporting, GAQL.

242 installs/wk local only
Bing Ads
by mharnett

MCP server for Microsoft Advertising (Bing Ads) — campaigns, keywords, and reports

104 installs/wk local only

Klaviyo MCP — questions

Answers built from our own checks of this server.

Why is there no uptime for Klaviyo MCP?
Klaviyo MCP runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the npm package @scalably-io/klaviyo-mcp.
How do I connect Klaviyo MCP?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls @scalably-io/klaviyo-mcp straight from npm; nothing to host, nothing to sign up for.
Is Klaviyo MCP open source?
Yes — it is published under the MIT licence, written in TypeScript and 0 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.