Skip to main content
Decorative dot pattern background
Back to MCPs

Mailchimp MCP Server

Mailchimp-Model Context Provider
Server Config & Usage Examples
Configure your Zapier MCP server for Mailchimp.
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
const mcpConfig = new MCPConfiguration({ servers: { // Example 1: HTTP-based server (e.g., external web service or API gateway) server: { type: "http", url: "https://actions.zapier.com/mcp/YOUR_MCP_KEY/sse", }, }, }); // Fetch all tools from all configured MCP servers into a flat array const allTools = await mcpConfig.getTools(); const agent = new Agent({ name: "MCP Agent", instructions: "An assistant that can use MCP tools configured at startup", llm: new VercelAIProvider(), model: openai("gpt-4o"), tools: allTools, // Add MCP tools during initialization }); // Remember to disconnect later // await mcpConfig.disconnect();
Mailchimp

Mailchimp MCP Tools

The Mailchimp MCP server helps your AI agents manage email campaigns and subscribers. From creating campaigns to managing lists and tracking performance, your AI can handle all email marketing tasks.

How to Archive Subscribers?

Mailchimp MCP helps you archive subscribers you no longer need. Keep your lists clean and organized automatically.

Create Email Campaigns

Make new email campaign drafts quickly. Your AI sets up the campaign structure ready for your content.

How to Check Campaign Performance?

Mailchimp MCP gives you detailed campaign reports. Track opens, clicks, and other important metrics easily.

Track Link Performance

See how your email links are performing. Track clicks and engagement for any link in your campaigns.

How to Create New Tags?

Mailchimp MCP makes tag creation simple. Organize and segment your audience with custom tags.

Track Custom Subscriber Actions

Add special events to track subscriber activities. Keep track of important customer interactions.

How to Create New Audiences?

Mailchimp MCP guides you through setting up new audience lists. Organize your subscribers into different groups easily.

Manage Subscriber Information

Add new subscribers or update existing ones. Keep your subscriber data current and accurate.

How to Remove Subscribers?

Mailchimp MCP manages subscriber removal properly. Handle unsubscribes and deletions with just one click.

Send Email Campaigns

Let your AI send campaigns to your subscribers. Works with regular and RSS-driven campaigns.

Tag Your Subscribers

Add tags to your subscribers for better organization. Group similar subscribers together easily.

How to Find Campaigns?

Mailchimp MCP makes campaign search easy. Find any campaign in your account instantly.

Locate Tags

Find any tag in your account quickly. Makes managing subscriber groups easier.

Smart Campaign Management

Let Mailchimp MCP find your campaign or create a new one if needed. Prevents duplicate campaigns.

How to Get Campaign Details?

Mailchimp MCP provides complete campaign information. Check settings, content, and status in one place.

View All List Information

See details about all your mailing lists at once. Get a complete overview of your audiences.