npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2026 – Pkg Stats / Ryan Hefner

mailchimp-mcp

v1.0.0

Published

MCP server for Mailchimp Marketing API v3 — 286 tools covering campaigns, lists, automations, e-commerce, templates, reports, and more

Readme

mailchimp-mcp

MCP server for the Mailchimp Marketing API v3. Provides 280+ tools covering campaigns, lists, automations, e-commerce, templates, reports, and more.

Installation

npx mailchimp-mcp

Or install globally:

npm install -g mailchimp-mcp

Configuration

Environment Variable

Set your Mailchimp API key:

export MAILCHIMP_API_KEY=your-api-key-us1

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

Claude Desktop

Add to your Claude Desktop configuration (claude_desktop_config.json):

{
  "mcpServers": {
    "mailchimp": {
      "command": "npx",
      "args": ["mailchimp-mcp"],
      "env": {
        "MAILCHIMP_API_KEY": "your-api-key-us1"
      }
    }
  }
}

Available Tools

API Root & Connectivity (2 tools)

  • mailchimp_get_root - Get links to all API resources
  • mailchimp_ping - Test API connectivity

Account Exports (3 tools)

  • List, create, and get account exports

Activity Feed (1 tool)

  • Get latest chimp chatter activity

Authorized Apps (2 tools)

  • List and get authorized app details

Automations (18 tools)

  • Full CRUD for automations, workflow emails, email queues, and removed subscribers
  • Actions: archive, pause, start automation emails

Batch Operations (4 tools)

  • Create, list, get, and delete batch operations

Batch Webhooks (5 tools)

  • Full CRUD for batch webhooks

Campaign Folders (5 tools)

  • Full CRUD for campaign folders

Campaigns (22 tools)

  • Full CRUD for campaigns
  • Actions: send, schedule, unschedule, pause, resume, replicate, cancel, test
  • Campaign content and feedback management
  • Send checklist

Connected Sites (5 tools)

  • List, create, delete, get connected sites
  • Verify script installation

Conversations (4 tools)

  • List conversations and messages

Customer Journeys (1 tool)

  • Trigger customer journey steps

E-Commerce (60 tools)

  • Stores: Full CRUD
  • Carts & Cart Lines: Full CRUD
  • Customers: Full CRUD + upsert
  • Orders & Order Lines: Full CRUD + upsert
  • Products, Images & Variants: Full CRUD + upsert
  • Promo Rules & Codes: Full CRUD

Facebook Ads (2 tools)

  • List and get Facebook ad details

File Manager (11 tools)

  • Files: upload, list, get, update, delete
  • Folders: create, list, get, update, delete
  • List files in folder

Landing Pages (8 tools)

  • Full CRUD for landing pages
  • Publish/unpublish actions
  • Get page content

Lists / Audiences (69 tools)

  • Lists: Full CRUD + batch subscribe/unsubscribe
  • Members: Full CRUD + upsert + permanent delete
  • Member Activity, Events, Goals, Notes, Tags
  • Segments: Full CRUD + batch add/remove members
  • Interest Categories & Interests: Full CRUD
  • Merge Fields: Full CRUD
  • Growth History, Locations, Clients
  • Signup Forms, Surveys, Webhooks, Tag Search

Reports (22 tools)

  • Campaign reports with drill-down into abuse reports, click details, domain performance, email activity, open details, sent-to, unsubscribed members, and more

Reporting (12 tools)

  • Facebook ads reports with ecommerce breakdown
  • Landing page reports
  • Survey reports with questions, answers, and responses

Search (2 tools)

  • Search campaigns and members

Template Folders (5 tools)

  • Full CRUD for template folders

Templates (6 tools)

  • Full CRUD for templates
  • Get default content

Verified Domains (5 tools)

  • List, create, delete, get domains
  • Verify domain ownership

Development

# Install dependencies
npm install

# Build
npm run build

# Run tests
npm test

# Development mode
npm run dev

License

MIT