MCP server for Mailchimp API integration
A Model Context Protocol (MCP) server for integrating Mailchimp with GenAI applications.
Email marketing and automation platform
pip install mailchimp-mcp-serverOr 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