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

OpenClaw User Critiques Tool's Architecture and Safety Gaps
A Reddit user describes OpenClaw as the only tool making agent automation this accessible but criticizes its architecture for lacking a control layer for file operations, a protected kernel, proper context management, and built-in versioning or tests.

Benchmark shows AI browser automation tools vary 2.6x in token costs despite identical accuracy
A benchmark of 4 CLI browser automation tools using Claude Sonnet 4.6 on 6 real-world tasks found all achieved 100% accuracy, but openbrowser-ai used 36,010 tokens while others used 77,123-94,130 tokens. Tool call count was the strongest predictor of token cost.

Kios: An iOS Reader for Self-Hosted Kobo/Calibre Libraries with Progress Sync
Kios is an iOS app that reads books from self-hosted Kobo/Calibre servers and syncs reading progress via the Kobo protocol, OPDS 1.2/2.0, and kosync. Built with Claude Code.
Claudy: A native macOS wrapper for Claude Code with multi-session, auto account switching, and draft commits
Claudy is a native macOS app built with SwiftUI + SwiftData that wraps Claude Code, adding multi-session management, automatic account switching on rate limits, draft commits for mid-session checkpoints, and a marketplace for Skills, MCPs, and Commands.