How to integrate Mailchimp using MCP
Email campaigns, lists and analytics. This guide creates an MCP server from Arthur's Mailchimp template — tools preconfigured against https://us1.api.mailchimp.com/3.0 — and finishes by sharing the server's MCP swagger documentation.
Steps
Open the Secrets vault and create a secret named
MAILCHIMP_API_KEYholding your API key. Get your API key from Mailchimp → Account → Extras → API Keys. In the API Key field enter: Basic <base64 of "anystring:YOUR_API_KEY">. Also update the base URL to match your data center (check your account URL).


Go to the REST API Templates gallery and search for Mailchimp.


Click Use template on the Mailchimp card to open the server-creation dialog.


Review the server name and select
MAILCHIMP_API_KEYin the credential field — the dialog only accepts vault secrets, and it lists every tool that will be created.


Click Create server. Arthur creates the server, applies the authentication, and generates all the tools.





Open the server's Tools tab to review the generated tools.

Open the server's Connect section and click Share the MCP swagger documentation — Arthur generates the public documentation link and QR code for this server.



Confirm it worked
The server appears with 4 preconfigured tool(s): list_audiences, get_audience_members, list_campaigns, get_campaign_report. The Connect section offers the MCP swagger documentation — a shareable page with setup instructions for any AI client.
Good to know
- Manage email lists, campaigns, and automation in Mailchimp. Update the base URL to your data center (us1.api.mailchimp.com, us6, etc.) from your account URL.
- This integration requires a credential (api-key). Get one at https://login.mailchimp.com/signup/.
- Official API documentation: https://mailchimp.com/developer/marketing/api/
- Editing a tool later never changes the template — templates are starting points, and the server is fully yours after creation.
Related
Tutorial video