mcpbeat Sign in

Mailchimp MCP Server

answering

Mailchimp is answering right now. Last checked 13 min ago. It exposes 18 tools. Last commit 1 Sep 2026.

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

Uptime history 47 days of history · worst day 18%
47 days agonow
100.0%
Uptime 24h
91 of 91 checks
18
Tools
read from the server
177 ms
Response time
average over 24h
0
Stars
last commit 1 Sep 2026

Nothing serious here today

Today is the operative word: we check Mailchimp 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

Endpoint below is the one we actually reach during checks — not the one copied from a README. Last verified 13 min ago.

run in your terminal
claude mcp add mailchimp --transport http https://mailchimp.usefulapi.io/mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "mailchimp": {
      "url": "https://mailchimp.usefulapi.io/mcp"
    }
  }
}
~/.codex/config.toml
[mcp_servers.mailchimp]
url = "https://mailchimp.usefulapi.io/mcp"
.cursor/mcp.json
{
  "mcpServers": {
    "mailchimp": {
      "url": "https://mailchimp.usefulapi.io/mcp"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "mailchimp": {
      "url": "https://mailchimp.usefulapi.io/mcp"
    }
  }
}

Available tools 18

Read directly from the server with tools/list, grouped by what they act on. If a tool disappears, we record the date.

mailchimp
mailchimp_add_member
Add a new member (subscriber) to an audience (list). Note: status "pending" triggers a double-opt-in confirmation email. REST: POST /lists/{list_id}/members.
mailchimp_add_member_tags
Add and/or remove tags on an audience member (by email or subscriber_hash). `tags` are added (status active); `removeTags` are removed (status inactive). Mailchimp returns HTTP 204 (no body). REST: POST /lists/{list_id}/members/{subscriber_hash}/tags (email → MD5 hash).
mailchimp_archive_member
Archive (soft-remove) an audience member — reversible; this is NOT the permanent-delete action. REST: DELETE /lists/{list_id}/members/{subscriber_hash} (email → MD5 hash). Returns HTTP 204 (no body).
mailchimp_get_account
Get the API Root — the authenticated Mailchimp account: account name, total subscribers, contact info, plan and industry stats. REST: GET /.
mailchimp_get_audience
Get a single audience (list) by id, including subscriber stats, default from-name/email and settings. REST: GET /lists/{list_id}.
mailchimp_get_campaign
Get a single campaign by id, including its settings, recipients and send status. REST: GET /campaigns/{campaign_id}.
mailchimp_get_campaign_report
Get the report for one campaign — opens, clicks, bounces, unsubscribes and other engagement summary stats. REST: GET /reports/{campaign_id}.
mailchimp_get_member
Get a single audience member (subscriber) by email or subscriber_hash, including status, merge fields, tags and stats. REST: GET /lists/{list_id}/members/{subscriber_hash} (email → MD5 hash).
mailchimp_list_audiences
List the account's audiences — Mailchimp's `/lists` resource (an audience is a list of subscribers). Paginated, with optional sort. REST: GET /lists.
mailchimp_list_automations
List the account's classic automations (automated email workflows). Paginated. REST: GET /automations.
mailchimp_list_campaigns
List the account's campaigns (email sends). Paginated, with optional type/status/audience filters and sort. REST: GET /campaigns.
mailchimp_list_member_tags
List the tags applied to a single audience member (by email or subscriber_hash). Paginated. REST: GET /lists/{list_id}/members/{subscriber_hash}/tags (email → MD5 hash).
mailchimp_list_members
List members of an audience (list). Paginated, with an optional status filter and sort. REST: GET /lists/{list_id}/members.
mailchimp_list_reports
List campaign reports (aggregate performance for sent campaigns). Paginated, with an optional type filter. REST: GET /reports.
mailchimp_list_segments
List an audience's segments and tags (saved segments include static tags). Paginated. REST: GET /lists/{list_id}/segments.
mailchimp_list_templates
List the account's email templates (saved and pre-built layouts). Paginated, with optional type filter and sort. REST: GET /templates.
mailchimp_search_members
Search for members across the account (or one audience) by email, name or other fields. Returns exact + full-text matches. REST: GET /search-members.
mailchimp_update_member
Update an existing audience member (by email or subscriber_hash). Only the fields you supply change. REST: PATCH /lists/{list_id}/members/{subscriber_hash} (email → MD5 hash).

Endpoints

URLTransportStateLatencyChecked
https://mailchimp.usefulapi.io/mcp streamable-http answering 230 ms 13 min ago

Alternatives to Mailchimp

same job, measured the same way
Mailchimp MCP Server
by cyanheads

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

101 installs/wk local only
Reddit Ads
by mharnett

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

66 installs/wk local only
AdCritter for Agents
by adcritter

Operate the AdCritter ads platform: campaigns, creatives, audiences, and reporting.

answering
Google Ads + Meta Ads + GA4 MCP
by irinabuht12-oss

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

answering
Metadata MCP Connector
by f-o-x11

Metadata B2B ad reports, audience planning, brand creative, and campaign readiness.

answering
Apple Search Ads
by b77

Manage Apple Ads campaigns and reporting in chat.

answering
Apple Ads
by happygallo

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

75 installs/wk local only
Mailrith Email Marketing
by mailrith

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

104 installs/wk 55 tools answering

Mailchimp — questions

Answers built from our own checks of this server.

What can Mailchimp do?
It exposes 18 tools, read directly from the server on our last check. Among them: mailchimp_add_member, mailchimp_add_member_tags, mailchimp_archive_member, mailchimp_get_account, mailchimp_get_audience, mailchimp_get_campaign and 12 more. The full list with descriptions is on this page — we take it from the server itself via tools/list, not from a README. How MCP servers expose tools in the first place →
Is Mailchimp working right now?
We send a real MCP handshake every 15 minutes. Over the last 24 hours 91 of 91 checks got a reply (100.0%), average response time 177 ms. The bar chart above shows every period we have measured.
How do I connect Mailchimp?
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 is a remote server, so there is nothing to install — the client connects to the address.
Does Mailchimp need an API key?
No. Mailchimp completed a full MCP handshake with us as an anonymous client and listed its tools without asking for anything. All 18 of them are readable on this page. This is what we observed, not what the docs claim.
How fast is Mailchimp?
It answers our handshake in 177 ms on average, which is faster than 70% of all working MCP servers we measure. The comparison comes from our own checks across the whole registry, every 15 minutes.
Is Mailchimp open source?
Yes — it is published under the MIT licence, written in JavaScript 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.