email
Mailchimp MCP Server
Pull your Mailchimp marketing data into Claude Code. Campaigns, lists, members, templates, and analytics.
Pricing: free — Free and open source. Requires a Mailchimp account with API access (free plan available).
Features
- Campaign management with search and details
- List and audience management
- Segment management for targeting
- Template management for email designs
- Campaign reports and analytics
- Automation workflow management
Setup Instructions
1. Log into Mailchimp and go to Account > Extras > API Keys
2. Generate a new API key and copy it
3. Add to your Claude MCP settings:
``
json
{
"mcpServers": {
"mailchimp": {
"command": "npx",
"args": ["-y", "@agentx-ai/mailchimp-mcp-server"],
"env": {
"MAILCHIMP_API_KEY": "your_api_key"
}
}
}
}
``
4. Restart Claude and verify the connectionAdded: 2026-03-01