mailchip-mcp-server
1
The Mailchimp MCP Server is designed to interact with the Mailchimp API, providing a suite of tools and documentation for managing email campaigns, lists, templates, reports, and automations. Its setup process is straightforward, and it supports extensive documentation and testing with an MCP inspector.
Mailchimp MCP Server
- A Model Context Protocol (MCP) server for interacting with the Mailchimp API.
- Provides comprehensive access to Mailchimp API functionality.
- Includes tools for managing campaigns, lists, templates, reports, and automations.
- Offers documentation resources for API reference.
Setup
- Clone this repository
- Install dependencies
- Create a
.env
file with your Mailchimp API credentials - Run the server
Testing with MCP Inspector
- Use
npm run inspect
to open a web interface for exploring and testing available tools.
Available Tools
Campaigns
- Manage campaigns including creation, deletion, sending, and setting content.
Lists
- Manage lists (audiences), view, create, and edit members.
Templates
- Access and manage templates, including creation and deletion.
Reports
- Retrieve campaign reports, click details, and open details.
Automations
- Manage automation workflows including starting, pausing, and retrieving emails.
Resources
- Access various Mailchimp API documentation sections.