Skip to content

Email

Mailchimp MCP connector

The Mailchimp connector lets Claude, ChatGPT, Cursor and any MCP client draft, schedule, send and pause Mailchimp campaigns through one governed Elaichi endpoint, acting as the signed-in person with every action recorded in an audit log.

  • How it connects. Connects over OAuth. The credential goes into a vault nobody reads back.

  • One address. https://api.elaichi.ai/mcp, the same for every user.

  • Their own access. An agent never gets more than the person it acts for.

How to connect

How to connect Mailchimp to Claude, ChatGPT or Cursor

Two steps, about a minute.

1

In Elaichi

Connect Mailchimp once

  1. Open Connections, choose Add connection, and pick Mailchimp.

  2. Optionally set Share with to give a team access, then press Connect.

  3. Supply your own Mailchimp app, then approve. Mailchimp needs an OAuth app you register yourself, so bring its client ID and secret. One person does this once for the organization.

The credential is vaulted. Nobody reads it back, not even the AI.

Add connection

Choose a connector.

mailchimp
Mailchimp
Amply
Gmail
Mailtrap
Outlook Mail
Postmark
2

In your AI client

Point it at one endpoint

Everyone in the organization uses the same address, and each person only ever reaches what their own account allows.

Connect Mailchimp to Claude

  1. 1

    Open Customize, then Connectors.

  2. 2

    Press Add.

  3. 3

    Name it, paste the MCP server URL, then Continue.

    https://api.elaichi.ai/mcp
  4. 4

    Sign in and approve.

On Team and Enterprise, an Owner adds it once. Everyone else turns it on for themselves.

Connect Mailchimp to ChatGPT

  1. 1

    Open Plugins, then press the + button.

  2. 2

    Name it and paste the endpoint into Server URL.

    https://api.elaichi.ai/mcp
  3. 3

    Leave Authentication on OAuth, then tick the risk acknowledgement.

  4. 4

    Press Create, then sign in and approve.

Works on the web today. The plugin directory lives at chatgpt.com/plugins.

Connect Mailchimp to Cursor

  1. 1

    Open ~/.cursor/mcp.json.

  2. 2

    Add the endpoint under mcpServers.

    https://api.elaichi.ai/mcp
  3. 3

    Reload Cursor, then sign in and approve.

~/.cursor/mcp.json

{
  "mcpServers": {
    "elaichi": {
      "url": "https://api.elaichi.ai/mcp"
    }
  }
}

Set up per machine, so repeat it on each computer you work from.

Connect Mailchimp to any MCP client

  1. 1

    Add the endpoint as a remote MCP server.

    https://api.elaichi.ai/mcp
  2. 2

    Sign in and approve.

{
  "mcpServers": {
    "elaichi": {
      "url": "https://api.elaichi.ai/mcp"
    }
  }
}

The Elaichi Agent already has these tools, with nothing to set up.

Use cases

What teams do with Mailchimp through Elaichi

Every one of these runs inside the access the person already has, and lands in the same audit log.

  • Marketing

    Draft next week's newsletter from a brief

    Describe the offer and the audience, and the agent creates the Mailchimp campaign with the subject line and preview text filled in. Ask for a test send to yourself before anyone else sees it.

  • Marketing

    Duplicate last month's campaign and reschedule it

    Ask for a copy of the campaign that performed well, change the date, and have it scheduled for the new send time. The original stays untouched in Mailchimp.

  • Communications

    Pull a campaign before it goes out wrong

    Spot a broken link or a wrong price and ask the agent to pause, unschedule or cancel the Mailchimp send on the spot. Resume it once the fix is in.

  • Sales

    Resend the launch email to people who missed it

    After a product announcement, ask for a resend of the Mailchimp campaign so people who did not open it get a second chance without a rebuild.

  • Support

    Find the email a customer is asking about

    When a customer replies to a promotion, ask which Mailchimp campaign went out that day, what it said and when it was sent, so the answer is right the first time.

  • Operations

    Keep campaigns and files in tidy folders

    Ask the agent to move old Mailchimp campaigns into a quarterly folder, upload the new logo and header images, and list what is sitting in the file manager.

Try asking

  • “List Mailchimp campaigns scheduled to send this week.”
  • “Which audience lists grew subscribers over the last month?”
  • “Summarize open and click rates for last week's campaigns.”

See all 299 Mailchimp tools below

AI tools

Mailchimp tools for your AI agents

299 tools are ready to call through Elaichi's MCP endpoint the moment you connect Mailchimp, governed by the same roles, restrictions, and audit log as everything else in Elaichi.

See it in Elaichi

What connecting Mailchimp gets you

6 screens from the product, each doing one job for your Mailchimp account.

The agent

Ask about campaigns, get real answers.

Plain language questions run against live Mailchimp campaigns, lists and subscribers.

  • campaigns
  • lists
  • subscribers
  • segments

Ask Elaichi to work across your apps.

List Mailchimp campaigns scheduled to send this week.

Which audience lists grew subscribers over the last month?

Summarize open and click rates for last week's campaigns.

Also runs in Claude, ChatGPT or Cursor

MCP clients

Claude, ChatGPT and Cursor share one endpoint.

Every client reaches Mailchimp through one governed MCP endpoint over OAuth, no shared key.

ElaichiMCP clients
Claude ChatGPT Cursor

Copy the endpoint

https://api.elaichi.ai/mcp
Client Connected by Status Last used
Claude
E

Emma Laurent

• Connected 4 minutes ago
Cursor
S

Sofia Ricci

• Connected 2 hours ago
ChatGPT
C

Clara Nowak

• Connected Yesterday

Tool catalog

299 Mailchimp tools ready, no custom code.

Campaigns, lists, segments and reports arrive as callable tools with methods mapped.

  • List all Mailchimp campaigns
  • Get single Mailchimp campaign by ID
  • Create a Mailchimp campaign
  • Update a Mailchimp campaign by ID
ElaichiTools
Tool Action Description
List all Mailchimp campaigns List List all Mailchimp campaigns in an account. Returns: id, web_id, parent_campaign_id, type, create_time, archive_url, long_archive_url, status, emails_sent, send_time, content_type, needs_block_refresh, resendable, recipients, settings, variate_settings, tracking, rss_opts, ab_split_opts, social_card, report_summary, delivery_status, resend_shortcut_eligibility, resend_shortcut_usage, _links,…
Get single Mailchimp campaign by ID Get Get information about a specific Mailchimp campaign by id. Returns: id, web_id, parent_campaign_id, type, create_time, archive_url, long_archive_url, status, emails_sent, send_time, content_type, needs_block_refresh, resendable, recipients, settings, variate_settings, tracking, rss_opts, ab_split_opts, social_card, report_summary, delivery_status, resend_shortcut_eligibility,…
Create a Mailchimp campaign Create Create a new Mailchimp campaign. Returns the created campaign including id, type, status, create_time, recipients, and settings. Required: type. A/B Split campaigns have been deprecated; use variate instead.
Update a Mailchimp campaign by ID Update Update some or all settings for a specific Mailchimp campaign by id. Returns the updated campaign including id, type, status, recipients, settings, and tracking. Required: id, settings.
Delete a Mailchimp campaign by ID Delete Delete a Mailchimp campaign by id. Returns an empty 204 response on success. Required: id.

Toolboxes

Every team gets its own Mailchimp toolbox.

Curate one toolbox per team so each sees only relevant Mailchimp tools.

  • Marketing
  • Lifecycle
  • Growth
  • Analytics
ElaichiToolboxes
Name Source template Tools Created

Marketing toolbox

Mailchimp · campaigns and templates

Mailchimp starter 18 Mar 4, 2026

Lifecycle toolbox

Mailchimp · automations and journeys

9 Mar 2, 2026

Growth toolbox

Mailchimp · audience lists and segments

24 Feb 27, 2026

Analytics toolbox

Mailchimp · campaign reports and click data

Mailchimp starter 6 Feb 19, 2026

Sales toolbox

Mailchimp · subscribers and tags

31 Jan 30, 2026

Support toolbox

Mailchimp · unsubscribes and bounces

12 Jan 22, 2026

Shared connections

Teammates send campaigns without seeing credentials.

Each Mailchimp connection shows who connected it and which teams and members share it.

  • Marketing EMEA
  • Lifecycle
  • Growth
  • Newsletter
ElaichiConnections
Connection Scope Status Access
MA

Mailchimp (Marketing EMEA)

Connected by Emma Laurent

Personal • Active 1 team · 6 members
MA

Mailchimp (Lifecycle)

Connected by James Whitfield

Organization • Active 3 teams · 24 members
MA

Mailchimp (Growth)

Connected by Sofia Ricci

Organization • Active 2 teams · 11 members
MA

Mailchimp (Newsletter)

Connected by Daniel Ortega

Personal • Needs re-auth 1 team · 3 members
MA

Mailchimp (Events)

Connected by Clara Nowak

Personal • Active Not shared
MA

Mailchimp (Support)

Connected by Michael Brennan

Personal • Active 2 teams · 9 members

Audit log

Every Mailchimp call is on the record.

Append-only entries log when, who, what happened, type and resource touched.

  • When
  • Who
  • What happened
  • Type
ElaichiAudit log
When Who What happened Type

2 minutes ago

Mar 6, 2026, 3:10 PM

E

Emma Laurent

[email protected]

Restriction Created Access

8 minutes ago

Mar 6, 2026, 3:04 PM

J

James Whitfield

[email protected]

Restriction Updated Access

14 minutes ago

Mar 6, 2026, 2:58 PM

S

Sofia Ricci

[email protected]

Role Assigned Access

20 minutes ago

Mar 6, 2026, 2:52 PM

D

Daniel Ortega

[email protected]

Mailchimp Users Updated MCP

26 minutes ago

Mar 6, 2026, 2:46 PM

C

Clara Nowak

[email protected]

Mailchimp Campaigns Created MCP

32 minutes ago

Mar 6, 2026, 2:40 PM

M

Michael Brennan

[email protected]

Mailchimp Campaigns List Toolbox

Launching soon

From answering questions to doing the work

A person no longer has to ask. A trigger starts the work, inside the same permissions and the same audit log as everything else. Automations and live dashboards are launching soon, on the Black plan.

Automations

A schedule fires, a digest posts back.

Six steps fetch Mailchimp campaigns, group them, draft a digest, then wait for approval.

Mailchimp digest

Run 418 · started 2 minutes ago · on behalf of Emma Laurent

  1. Schedule

    Every weekday at 08:00

    0.2s
  2. Fetch campaigns

    Mailchimp

    1.4s
  3. Group by owner

    Transform

    0.1s
  4. Draft the digest

    Agent step

    Ran with 4 tools, returned a structured summary

    6.2s
  5. Approve the digest

    Needs approval

    Assigned to Michael Brennan

    Approve
  6. Post the digest

    Mailchimp

    Queued

Collections and dashboards

Mailchimp numbers computed, not asked for.

Four metrics, 14 days of campaigns created and a team breakdown, refreshed on schedule.

Mailchimp health

Refreshed 4 minutes ago · every 15 minutes · from the campaigns collection

Live

Campaigns

1,284 ↓ 12%

Lists

96 ↓ 8%

Needs attention

3 ↑ 2

Updated this week

412 ↑ 9%

Campaigns created

Last 14 days

By team

Share of activity

Marketing EMEA 34%

Lifecycle 27%

Growth 21%

Newsletter 18%

FAQ

Frequently asked questions

How do I connect Mailchimp to Claude?

First, connect Mailchimp in Elaichi. Mailchimp asks for an OAuth application registered inside your Mailchimp account, so one person creates it there once and brings the client ID and secret into Elaichi, then signs in to Mailchimp with their normal login and approves access. After that, nobody else on the team generates or handles a client ID or secret again. Second, open Claude, go to Customize, then Connectors, then Add, and paste https://api.elaichi.ai/mcp as the endpoint.

Does Mailchimp work with ChatGPT and Cursor as well as Claude?

Yes. Once Mailchimp is connected in Elaichi, the same endpoint, https://api.elaichi.ai/mcp, works in Claude, ChatGPT, Cursor, any other MCP client and the Elaichi Agent. You connect Mailchimp once and every client you use picks it up.

What can an AI agent actually do with my Mailchimp data?

An agent connected to Mailchimp through Elaichi can list your campaigns, open one to see what it said and when it went out, draft a new campaign, send a test, schedule or unschedule it, pause and resume it, cancel a send, set up a resend, and duplicate a campaign you want to run again. It can also organize campaigns into folders and upload or update files like images and headers. Because Mailchimp has hundreds of actions, short concrete asks like "pause the Friday newsletter" work better than long paragraphs.

Does connecting Mailchimp give the AI access to my whole account?

No. Every request runs as the person who signed in to Mailchimp, so the agent can only see and change the campaigns, folders and files that person's Mailchimp role already allows. Elaichi can narrow that further, for example to viewing and drafting only, but it can never grant more than Mailchimp itself would give that person.

Can my team share one Mailchimp connection?

Yes. One person connects Mailchimp in Elaichi and shares the connection with a team, and teammates work through it without ever seeing the client ID, secret or login. Each person still signs in to Elaichi as themselves, so when someone schedules or cancels a Mailchimp campaign the audit log names that person, not the account owner.

Can I stop an agent from deleting or changing things in Mailchimp?

Yes. In Elaichi you can restrict actions one by one, so you could allow listing and drafting Mailchimp campaigns while blocking send, delete and cancel. A blocked action is never shown to Claude, ChatGPT, Cursor or any other client, so no prompt, however worded, can reach it.

What happens to a Mailchimp connection when someone leaves?

When you offboard someone in Elaichi, their access to Mailchimp through every connected client ends at once. If they had connected Mailchimp for a team, the shared connection keeps working for everyone else. If you want Mailchimp gone entirely, disconnecting it once in Elaichi removes it from Claude, ChatGPT, Cursor and every other client at the same time.

Put Mailchimp in front of your team

Fourteen days on Gold, no credit card. Connect it once and pick what each team can call.