About Mailchimp
Mailchimp is an MCP server in the Developer Tools category: mailchimp MCP Pack — manage audiences, campaigns, and members via Mailchimp Marketing API. It has been installed 0 times through Conduid.
Install
uvx mailchimp-mcp-serverpip install mailchimp-mcp-serverThis server has no ConduID identity, so agent calls to it are not receipted. Pin the version you install and review the source before granting it credentials.
Ask AI
Ask AI about Mailchimp
Powered by Claude · Grounded in docs
Security checks
- ·README presentNot checked yet.
- ·License declaredNot checked yet.
- ·Tests presentNot checked yet.
- ·Dependencies pinnedNot checked yet.
- ·No dynamic code executionNot checked yet.
- ·Scoped permissionsNot checked yet.
README
Mailchimp MCP Server
Mailchimp Mcp Server
A Model Context Protocol (MCP) server for integrating Mailchimp with GenAI applications.
Overview
Email marketing and automation platform
Features
- Comprehensive Mailchimp API coverage
- Multiple authentication methods
- Enterprise-ready with rate limiting
- Full error handling and retry logic
- Async support for better performance
Installation
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 .
Configuration
Create a .env file or set environment variables according to Mailchimp API requirements.
Quick Start
from mailchimp_mcp import MailchimpMCPServer
# Initialize the server
server = MailchimpMCPServer()
# Start the server
server.start()
License
MIT License - see LICENSE file for details
README mirrored from the source repository 18 hours ago. The original is authoritative.