Mailchimp MCP Server runs on your own machine — the client starts it, so there is no endpoint to ping. 90 installs a week from npm. Last commit 16 Jun 2026.
Mailchimp via MCP: draft, test, and send campaigns; manage audiences and subscribers; pull reports.
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.
claude mcp add mailchimp-mcp-server -- npx -y @cyanheads/mailchimp-mcp-server
{
"mcpServers": {
"mailchimp-mcp-server": {
"args": [
"-y",
"@cyanheads/mailchimp-mcp-server"
],
"command": "npx"
}
}
}
[mcp_servers.mailchimp-mcp-server]
command = "npx"
args = ["-y", "@cyanheads/mailchimp-mcp-server"]
{
"mcpServers": {
"mailchimp-mcp-server": {
"args": [
"-y",
"@cyanheads/mailchimp-mcp-server"
],
"command": "npx"
}
}
}
{
"mcpServers": {
"mailchimp-mcp-server": {
"args": [
"-y",
"@cyanheads/mailchimp-mcp-server"
],
"command": "npx"
}
}
}
Answers built from our own checks of this server.