MCP.so
登录
M

Mailchimp Mcp Server

@damientilman

关于 Mailchimp Mcp Server

Connect Claude to your Mailchimp account. Query campaigns, reports, audiences, and automations, or manage contacts and drafts, directly from your Claude conversations.

基本信息

分类

其他

传输方式

stdio

发布者

damientilman

提交者

Damien Tilman

配置

使用下面的配置,将此服务器添加到你的 MCP 客户端。

{
  "mcpServers": {
    "mailchimp": {
      "command": "uvx",
      "args": [
        "mailchimp-mcp-server"
      ],
      "env": {
        "MAILCHIMP_API_KEY": "<YOUR_API_KEY>"
      }
    }
  }
}

工具

未检测到工具

工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。

概览

What is Mailchimp MCP Server?

A Model Context Protocol server providing 53 tools for querying and managing your Mailchimp account directly from Claude. It integrates with the Mailchimp Marketing API via raw HTTP calls (not the official client) and is intended for users who want AI-assisted Mailchimp account management.

How to use Mailchimp MCP Server?

Install with pip install mailchimp-mcp-server or run directly with uvx mailchimp-mcp-server. Set the MAILCHIMP_API_KEY environment variable. Optionally set MAILCHIMP_READ_ONLY=true or MAILCHIMP_DRY_RUN=true for safer operation. Add to Claude Desktop via claude_desktop_config.json or to Claude Code via claude mcp add.

Key features of Mailchimp MCP Server

  • 53 read and write tools covering the Mailchimp Marketing API
  • Campaign management: list, create, schedule, send, duplicate, and delete
  • Analytics & reporting: opens, clicks, bounces, domain performance, unsubscribes
  • Audience management: browse, search, add, update, unsubscribe, and tag members
  • Automation control: list, pause, and start email workflows
  • E-commerce data: stores, orders, products, and customers
  • Safety modes: read-only and dry-run settings prevent accidental writes

Use cases of Mailchimp MCP Server

  • Pull campaign performance reports and subscriber growth trends
  • Manage audience contacts: add, update, tag, or unsubscribe members
  • Create and schedule new campaign drafts directly from a chat interface
  • Monitor automated email workflows and control their status
  • Retrieve and analyze e-commerce data from connected stores

FAQ from Mailchimp MCP Server

What runtime and dependencies are required?

Python 3.10+ and a valid Mailchimp API key. The server uses the requests library directly instead of the official Mailchimp Python client.

How can I prevent accidental writes?

Set the environment variable MAILCHIMP_READ_ONLY=true to block all write tools, or set MAILCHIMP_DRY_RUN=true to preview write operations without executing them.

What data does this server access?

All data accessible via the Mailchimp Marketing API, including campaigns, audiences, members, reports, automations, templates, landing pages, and e-commerce data.

How is the API key's datacenter handled?

The datacenter suffix (e.g., us8) is automatically extracted from the Mailchimp API key.

What transport protocol does the server use?

The server uses the standard MCP protocol transport. It is configured via Claude Desktop JSON configuration or Claude Code command-line arguments.

评论

其他 分类下的更多 MCP 服务器