
Mailchimp
Wire Mailchimp lists, campaigns, and audience ops into your agent so email lifecycle work stays in one toolchain.
Overview
Mailchimp MCP Server is a Grow-phase MCP server that exposes Mailchimp’s email marketing API to agents for lifecycle and campaign operations.
What is this MCP server?
- stdio MCP server (mailchimp-mcp-server 0.1.0) via uvx on PyPI
- Mailchimp API integration for agent-driven list and campaign tasks
- MAILCHIMP_API_KEY required secret; optional MAILCHIMP_API_URL
- Repository: github.com/asklokesh/mailchimp-mcp-server
- Version 0.1.0 (mailchimp-mcp-server on PyPI)
- stdio transport
- 2 configured environment variables
What problem does it solve?
Updating lists and campaigns in Mailchimp while coding forces context switches that slow solo operators.
Who is it for?
Builders using Mailchimp for onboarding, changelogs, and retention email who want agent-assisted API workflows.
Skip if: Greenfield projects with no Mailchimp account or teams that need a full visual campaign designer inside the agent.
What do I get? / Deliverables
With MAILCHIMP_API_KEY configured, your agent can run Mailchimp API tools for audience and campaign tasks from the same MCP session.
- MCP registration for Mailchimp with secure API key handling
- Agent-visible tools backed by Mailchimp REST endpoints
- Faster list and campaign maintenance without leaving the IDE
Recommended MCP Servers
Journey fit
How it compares
Mailchimp API MCP bridge, not an email copywriting or landing-page skill.
Common Questions / FAQ
Who is Mailchimp MCP Server for?
Solo founders and small teams on Mailchimp who want MCP tools in Claude Code, Cursor, or Codex for list and campaign API work.
When should I use Mailchimp MCP Server?
Use it during Grow when you manage subscribers, lifecycle emails, and recurring campaigns after initial launch.
How do I add Mailchimp MCP Server to my agent?
Run mailchimp-mcp-server with uvx, export MAILCHIMP_API_KEY, add the stdio MCP server block in your agent config, and restart the session.