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
TextGen (text-generation-webui) Becomes Native Desktop App with Portable Builds
TextGen, the open-source alternative to LM Studio, has evolved from a web UI to a no-install desktop app for Windows, Linux, and macOS with portable builds, full privacy, and advanced quantization support.

OpenClaw Setup on Ubuntu UTM VM with LLM API and Ollama Access
A user successfully configured OpenClaw in a sandboxed Ubuntu VM on an M3 Mac, with access to both local Ollama on macOS and external LLM APIs like Gemini, Claude, and DeepSeek. Sample configuration files and troubleshooting notes are available on GitHub.

Claude Desktop Feature Request: Session Start Hook for Automatic Initialization
A developer building persistent context systems for Claude Desktop identifies a gap: the User Preferences field only injects instructions when the user sends the first message, requiring manual triggers for initialization. They propose adding an "On Session Start" execution field that runs automatically when a new conversation opens.

Claude Sleuth: A 56-Task Investigation Workflow for Claude AI
Claude Sleuth is a structured investigation workflow for Claude AI with 6 phases and 56 tasks, featuring persistent state storage via Cloudflare D1 and standardized output conventions including ISO 8601 timestamps, POLE entity records, and ICD 203 probability language.