Mailchimp logo

Mailchimp

asklokesh/mailchimp-mcp-server
0 starsUpdated 2025-12-31Community

Is this your server?

Add your score badge to your README and get your server in front of 45k+ builders a month.

Works with

Claude CodeClaude DesktopCursorVS CodeClineCodex CLIOpenClaw+ any MCP client

Install to Claude Code

This server doesn't publish a one-line install command. Follow the setup in the source repository.

Summary

MCP server for Mailchimp API integration

README.md

Mailchimp MCP Server

<!-- mcp-name: io.github.asklokesh/mailchimp-mcp-server -->

<div align="center">

Mailchimp Mcp Server

![GitHub stars](https://github.com/LokiMCPUniverse/mailchimp-mcp-server/stargazers) ![GitHub forks](https://github.com/LokiMCPUniverse/mailchimp-mcp-server/network) ![GitHub watchers](https://github.com/LokiMCPUniverse/mailchimp-mcp-server/watchers)

![License](https://github.com/LokiMCPUniverse/mailchimp-mcp-server/blob/main/LICENSE) ![Issues](https://github.com/LokiMCPUniverse/mailchimp-mcp-server/issues) ![Pull Requests](https://github.com/LokiMCPUniverse/mailchimp-mcp-server/pulls) ![Last Commit](https://github.com/LokiMCPUniverse/mailchimp-mcp-server/commits)

![Python](https://python.org) ![MCP](https://modelcontextprotocol.io)

![Commit Activity](https://github.com/LokiMCPUniverse/mailchimp-mcp-server/pulse) ![Code Size](https://github.com/LokiMCPUniverse/mailchimp-mcp-server) ![Contributors](https://github.com/LokiMCPUniverse/mailchimp-mcp-server/graphs/contributors)

</div>

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

See related servers & alternatives →

Related MCP servers

Browse all →

Related guides

Hand-picked reading to help you choose and use Other servers.