Skip to main content
Glama
dazanza
by dazanza

mailchimp-mcp

MCP server for the Mailchimp Marketing API. Create campaigns, manage audiences, send emails, and handle subscribers.

Tools

Tool

Description

list_audiences

List all audiences/lists

list_templates

List email templates

list_campaigns

List recent campaigns

get_campaign

Get campaign details

create_campaign

Create a new email campaign

set_campaign_content

Set HTML/template content for a campaign

get_campaign_content

Get current campaign content

send_test_email

Send a test email before full send

send_campaign

Send a campaign to its audience

schedule_campaign

Schedule a campaign for future send

list_members

List subscribers in an audience

add_or_update_member

Add or update a subscriber (upsert)

batch_add_members

Bulk add up to 500 subscribers

Setup

  1. Install dependencies:

    npm install
  2. Copy .env.example to .env and fill in your API key:

    cp .env.example .env

    Required environment variables:

    • MAILCHIMP_API_KEY - Your Mailchimp API key (format: key-dc, e.g. abc123-us21)

Usage with Claude Code

Add to your Claude Code MCP config (~/.claude.json):

{
  "mcpServers": {
    "mailchimp": {
      "command": "node",
      "args": ["/path/to/mailchimp-mcp/server.js"],
      "env": {
        "MAILCHIMP_API_KEY": "your-api-key-us21"
      }
    }
  }
}

License

MIT

Install Server
A
security – no known vulnerabilities
F
license - not found
A
quality - confirmed to work

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/dazanza/mailchimp-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server