Skip to content

MCP server

Mailchimp Transactional MCP server

Mailchimp's official MCP server covers Mailchimp Transactional (Mandrill): account status, templates, API help and send diagnostics.

At a glance

Maintained by
Mailchimp (Intuit)
Tools exposed
9 listed below
Reviewed
September 24, 2026

Why it matters

What it does and why it matters

Mailchimp is best known for marketing email, but its official MCP server covers Mailchimp Transactional, the service formerly called Mandrill, used for order confirmations, password resets and other automated emails. An assistant can check account status, help build templates, describe and call the API, diagnose failed sends and guide integration.

Diagnosing failed sends is the standout feature. When an important email does not arrive, the assistant can look into why.

At review time, we found no official MCP server for Mailchimp Marketing, the campaigns and audiences product. If you need AI help with marketing campaigns, an automation platform such as Zapier may be the practical route. The generic API call tool can take real actions, so use a restricted key and review calls.

Use cases

Best business use cases

Failed sends

Find out why a transactional email failed.

Templates

Build and update transactional templates.

Integration help

Guide developers through the API.

Account checks

Check account status and limits.

API lookup

Describe API endpoints in plain English.

Tools

Available tools

Tool names as published by the maintainer at review time. Versions change, so check the repository for the current list.

Read and write: Read and write through call_api (sending and account actions); mostly developer and diagnostic tools.

  • account_status

    Check account status.

  • build_template

    Build an email template.

  • call_api

    Call a Transactional API endpoint.

  • describe_api

    Describe an API endpoint in detail.

  • list_api

    List available API endpoints.

  • diagnose_failed_send

    Find out why a send failed.

  • integrate_api

    Help with API integration.

  • onboarding

    Guide account setup.

  • submit_feedback

    Send feedback to Mailchimp.

Workflows

Example workflows

Diagnose a missing email

  1. 1

    A customer says a receipt never arrived.

  2. 2

    The assistant runs the failed send diagnosis.

  3. 3

    It finds the bounce reason.

  4. 4

    It suggests a fix.

  5. 5

    Support explains the next step to the customer.

Update a receipt template

  1. 1

    Describe the change needed.

  2. 2

    The assistant builds the updated template.

  3. 3

    You preview it.

  4. 4

    You approve the change.

  5. 5

    It is saved for use.

Prompts

Example prompts

  • “Why did the receipt email to this address fail yesterday?”

  • “Build a transactional template for order shipped notifications.”

  • “What is our account status and sending reputation?”

Setup

Installation and configuration

Examples for Claude Desktop and Claude Code. Replace the placeholder values with your own keys, and store secrets outside version control.

Claude Desktop: claude_desktop_config.json

{
    "mcpServers": {
        "mctx-mcp": {
            "type": "http",
            "url": "https://mandrillapp.com/mcp",
            "headers": {
                "Authorization": "Bearer YOUR_API_KEY"
            }
        }
    }
}

Claude Code: terminal

claude mcp add --transport http mctx-mcp https://mandrillapp.com/mcp -H "Authorization: Bearer YOUR_API_KEY"
  • Hosted server: https://mandrillapp.com/mcp.
  • Needs: Mailchimp Transactional API key as Bearer token. Restricted keys need the AI Agents permission group..

Security

Security considerations

  • Approve outgoing messages

    Require a person to approve messages to customers until a workflow is proven.

  • Limit channels

    Give access only to the channels, mailboxes or numbers a task needs.

  • Untrusted messages

    Incoming messages can contain text meant to mislead an AI. Treat them as data.

  • Keep a log

    Use restricted keys and log API calls made through the assistant.

Related servers

Servers that pair well with it

Resend

Resend's official MCP server lets AI send emails and batches, read sent and received mail, manage contacts, send broadcasts and verify domains.

HubSpot

HubSpot's official hosted MCP server lets AI search and manage CRM records, query CRM data and work with marketing emails, pages and posts.

Zapier

Zapier's official MCP server lets AI discover, enable and run actions across thousands of connected apps, with separate read and write tools.

Keep exploring

FAQ

Questions people ask us

Have a question that is not here? Ask us directly.

Start a project

Want this connected to your own systems? We build AI workflows with MCP.

Send a short brief. We reply with questions, a suggested plan and an estimate you can compare with other offers.

Your privacy choices

We use necessary storage to run this site. With your permission we also use Google Analytics to see which pages help people, and load maps from Google. You can change this at any time. Read the cookie policy.