loading…
Search for a command to run...
loading…
An MCP server that interfaces with the Mailchimp Marketing API to manage audiences, email campaigns, and subscribers. It enables users to create and schedule ca
An MCP server that interfaces with the Mailchimp Marketing API to manage audiences, email campaigns, and subscribers. It enables users to create and schedule campaigns, handle member lists, and send test or live emails through natural language commands.
MCP server for the Mailchimp Marketing API. Create campaigns, manage audiences, send emails, and handle subscribers.
| 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 |
Install dependencies:
npm install
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)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"
}
}
}
}
MIT
Добавь это в claude_desktop_config.json и перезапусти Claude Desktop.
{
"mcpServers": {
"mailchimp-mcp": {
"command": "npx",
"args": []
}
}
}Read, send and search emails from Claude
Send, search and summarize Slack messages
No-code MCP client for team chat platforms, such as Slack, Microsoft Teams, and Discord.
A community discord server dedicated to MCP by [Frank Fiegel](https://github.com/punkpeye)