Open Source MCP Server Connects Claude to Mailchimp API

A developer has created an open-source MCP (Model Context Protocol) server that enables Claude to interact directly with Mailchimp accounts. The server was built entirely using Claude Code, which handled project scaffolding, API integration with Mailchimp's Marketing API v3, and packaging including pyproject.toml and entry points.
Key Features and Tools
The server provides 53 tools covering these Mailchimp areas:
- Campaigns
- Audiences
- Members
- Reports
- Automations
- Templates
- Landing pages
- E-commerce
- Batch operations
Reporting capabilities include per-link click analytics, domain performance breakdowns, member-level activity tracking, and e-commerce revenue attribution.
Example Use Cases
Users can perform queries like:
- "Show me all campaigns sent this month with their open rates"
- "Which links got the most clicks in my last newsletter?"
- "Tag all subscribers from segment X with 'VIP'"
- "Create a draft campaign for my main audience with subject 'March Update'"
- "What does my audience growth look like over the past 6 months?"
- "Pause my welcome automation"
Safety Features
Since the server includes write actions (adding contacts, managing tags, scheduling sends), it includes built-in safety modes:
MAILCHIMP_READ_ONLY=true— blocks all write operations, recommended for exploration and shared setupsMAILCHIMP_DRY_RUN=true— previews what a write action would do without calling the API, useful for testing prompts
The API key is stored in an environment variable and never persisted.
Setup Requirements
The server is free to use and open source. Users need:
- A Mailchimp API key (free to generate)
- Compatibility with both Claude Desktop and Claude Code
The GitHub repository includes setup instructions for both clients with a recommended read-only configuration.
📖 Read the full source: r/ClaudeAI
👀 See Also

Deploy Claude Design Artifacts to Live Websites with Teenyapp
Teenyapp provides a hosting service that Claude Design can use directly from chat via an agent token link, enabling autonomous deployment of artifacts with backend support.

Pneuma: An AI-Generated Desktop Environment Where Software Materializes from Descriptions
Pneuma is a desktop computing environment where you describe what you want—a CPU monitor, game, notes app, or data visualizer—and a working program materializes in seconds. The system generates self-contained Rust modules, compiles them to WebAssembly, and executes them in sandboxed Wasmtime instances with GPU rendering via wgpu.

BrowserKing: Open-Source Chrome Extension for Browser Control via Claude and Other Models
BrowserKing is a free, open-source Chrome extension that lets Claude and 15+ other models see and control your browser from a side panel. It takes screenshots, sends them to the model, and then acts on decisions to click buttons, fill forms, scroll, and navigate tabs.

Indie dev deploys full game studio site via Claude Code, including Steam API data layer
An indie game developer used Claude Code to build and deploy a game studio website without touching a terminal, including a data layer that pulls live info from the Steam API.