1. Conduid
  2. Developer Tools
  3. Mailchimp
MCP server · Developer Tools

Mailchimp

Mailchimp MCP Pack — manage audiences, campaigns, and members via Mailchimp Marketing API.

Unclaimed devtools
37Low

Scored 18 hours ago · breakdown

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
uvx mailchimp-mcp-server
pip
pip install mailchimp-mcp-server

This 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

I know everything about Mailchimp. Ask me about installation, configuration, usage, or troubleshooting.

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

GitHub stars GitHub forks GitHub watchers

License Issues Pull Requests Last Commit

Python MCP

Commit Activity Code Size Contributors

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.

Questions

About Mailchimp

How do I install Mailchimp?

Run uvx mailchimp-mcp-server, then add the server to your MCP client's configuration. Conduid has recorded 0 installs, so the command is known to work with current clients.

Is Mailchimp safe to use with an AI agent?

Its trust score is 37 out of 100 (low). Conduid hasn't run static security checks on this repository yet, so review the source yourself before granting it credentials. It has no ConduID identity yet, so agent calls to it are not receipted.

Is Mailchimp still maintained?

Conduid hasn't recorded a commit date for this repository yet. Check the repository directly for recent activity.