3 months ago
Connect Claude to your Mailchimp account. Query campaigns, reports, audiences, and automations, or manage contacts and drafts, directly from your Claude conversations.
Server Config
{
"mcpServers": {
"mailchimp": {
"command": "uvx",
"args": [
"mailchimp-mcp-server"
],
"env": {
"MAILCHIMP_API_KEY": "<YOUR_API_KEY>"
}
}
}
}