mcpbeat Sign in

Mailchimp MCP Server

local only

Mailchimp MCP Server runs on your own machine — the client starts it, so there is no endpoint to ping. 101 installs a week from npm. Last commit 22 Aug 2026.

Mailchimp via MCP: draft, test, and send campaigns; manage audiences and subscribers; pull reports.

Installs per day peak 244 · avg 30 · -20% w/w
a month agotoday
101
Installs / week
npm · @cyanheads/mailchimp-mcp-server
2
Stars
8 open issues
22 Aug 2026
Last commit
0 releases in 90 days
Apache-2.0
License
TypeScript

Nothing serious here today

Today is the operative word: we check Mailchimp MCP Server 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 mailchimp-mcp-server -- npx -y @cyanheads/mailchimp-mcp-server
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "mailchimp-mcp-server": {
      "args": [
        "-y",
        "@cyanheads/mailchimp-mcp-server"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.mailchimp-mcp-server]
command = "npx"
args = ["-y", "@cyanheads/mailchimp-mcp-server"]
.cursor/mcp.json
{
  "mcpServers": {
    "mailchimp-mcp-server": {
      "args": [
        "-y",
        "@cyanheads/mailchimp-mcp-server"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "mailchimp-mcp-server": {
      "args": [
        "-y",
        "@cyanheads/mailchimp-mcp-server"
      ],
      "command": "npx"
    }
  }
}

This one needs environment variables set before it will start: MAILCHIMP_API_KEY (Mailchimp Marketing API key, including the '-dc' data-center suffix (e.g. 'abc...-us22'). Generate at Mailchimp → Account → Extras → API keys.), MAILCHIMP_BASE_URL (Override the API base URL (for mock servers or testing). Defaults to 'https://{dc}.api.mailchimp.com/3.0' derived from the API key suffix.), MAILCHIMP_TIMEOUT_MS (Per-request timeout in milliseconds.), MAILCHIMP_MAX_RETRIES (Max retry attempts for transient upstream failures (0-10).), MAILCHIMP_CONCURRENCY_LIMIT (Max in-flight upstream requests per workflow tool (1-10).), MCP_HTTP_HOST (The hostname for the HTTP server.), MCP_HTTP_PORT (The port to run the HTTP server on.), MCP_HTTP_ENDPOINT_PATH (The endpoint path for the MCP server.), MCP_AUTH_MODE (Authentication mode to use: 'none', 'jwt', or 'oauth'.), MCP_LOG_LEVEL (Sets the minimum log level for output (e.g., 'debug', 'info', 'warn').). The author declared them in the registry entry; get the values from the project itself.

Alternatives to Mailchimp MCP Server

same job, measured the same way
Mailchimp
by usefulapi

Read audiences, members, campaigns and reports; add, update, tag and archive subscribers.

18 tools answering
C
PulsyAI
by pulseem

Send SMS, WhatsApp & email, manage contacts and campaigns, and pull reports via Pulseem.

3 tools answering
Mailrith Email Marketing
by mailrith

Manage Subscribers, Broadcasts, Sequences, Automations, and reporting in Mailrith.

104 installs/wk 55 tools answering
Apple Ads
by happygallo

Manage Apple Search Ads campaigns, keywords, budgets, and reports via API v5.

75 installs/wk local only
Reddit Ads MCP
by mkerchenski

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

local only
Reddit Ads
by mharnett

Reddit Ads MCP: campaigns, ad groups, ads, reporting, and audience targeting.

66 installs/wk local only
Amazonads MCP
by cprice70

MCP server for Amazon Ads API - manage campaigns, keywords, bids, and performance reports

34 installs/wk 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

Mailchimp MCP Server — questions

Answers built from our own checks of this server.

Why is there no uptime for Mailchimp MCP Server?
Mailchimp MCP Server 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 @cyanheads/mailchimp-mcp-server was installed 101 times last week.
How do I connect Mailchimp MCP Server?
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 @cyanheads/mailchimp-mcp-server straight from npm; nothing to host, nothing to sign up for.
How many people use Mailchimp MCP Server?
The npm package @cyanheads/mailchimp-mcp-server was installed 101 times in the last week. Week over week that is -20%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Mailchimp MCP Server open source?
Yes — it is published under the Apache-2.0 licence, written in TypeScript, 2 stars on GitHub and 8 open issues. The source link is on this page, so you can read exactly what it does with your data before you connect it.