Connects Claude to Mailchimp's marketing automation platform so you can manage email campaigns, audience lists, and subscriber data through conversation. The server wraps Mailchimp's API with async support and includes rate limiting and retry logic for production use. Useful when you're building workflows that need to trigger campaigns, segment audiences, or pull reporting data without switching contexts. Supports multiple authentication methods and covers the full API surface. Written in Python and installable via pip, though the README doesn't detail specific tools or endpoints. Reach for this if you're already working in Claude and need to coordinate email marketing operations alongside other tasks.
A Model Context Protocol (MCP) server for integrating Mailchimp with GenAI applications.
Email marketing and automation platform
pip install mailchimp-mcp-server
Or install from source:
git clone https://github.com/asklokesh/mailchimp-mcp-server.git
cd mailchimp-mcp-server
pip install -e .
Create a .env file or set environment variables according to Mailchimp API requirements.
from mailchimp_mcp import MailchimpMCPServer
# Initialize the server
server = MailchimpMCPServer()
# Start the server
server.start()
MIT License - see LICENSE file for details
MAILCHIMP_API_KEY*secretAPI Key for MAILCHIMP
MAILCHIMP_API_URLAPI URL for MAILCHIMP