Mailchimp MCP Server
1234567891011121314151617181920212223const 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 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.
Archive Subscriber
archive_subscriber
Create Email Campaigns
Make new email campaign drafts quickly. Your AI sets up the campaign structure ready for your content.
Create Campaign
create_campaign
How to Check Campaign Performance?
Mailchimp MCP gives you detailed campaign reports. Track opens, clicks, and other important metrics easily.
Campaign Report
campaign_report
Track Link Performance
See how your email links are performing. Track clicks and engagement for any link in your campaigns.
Click Report
click_report
How to Create New Tags?
Mailchimp MCP makes tag creation simple. Organize and segment your audience with custom tags.
Create Tag
create_tag
Track Custom Subscriber Actions
Add special events to track subscriber activities. Keep track of important customer interactions.
Create Custom Event
create_custom_event
How to Create New Audiences?
Mailchimp MCP guides you through setting up new audience lists. Organize your subscribers into different groups easily.
Create Audience
create_audience
Manage Subscriber Information
Add new subscribers or update existing ones. Keep your subscriber data current and accurate.
Add/Update Subscriber
add_update_subscriber
How to Remove Subscribers?
Mailchimp MCP manages subscriber removal properly. Handle unsubscribes and deletions with just one click.
Unsubscribe or Delete Contact
unsubscribe_delete_contact
Send Email Campaigns
Let your AI send campaigns to your subscribers. Works with regular and RSS-driven campaigns.
Send Campaign
send_campaign
composio: send_campaign
Tag Your Subscribers
Add tags to your subscribers for better organization. Group similar subscribers together easily.
Add Subscriber to Tag
add_subscriber_to_tag
How to Find Campaigns?
Mailchimp MCP makes campaign search easy. Find any campaign in your account instantly.
Find Campaign
find_campaign
Locate Tags
Find any tag in your account quickly. Makes managing subscriber groups easier.
Find Tag
find_tag
Smart Campaign Management
Let Mailchimp MCP find your campaign or create a new one if needed. Prevents duplicate campaigns.
Find or Create Campaign
find_or_create_campaign
How to Get Campaign Details?
Mailchimp MCP provides complete campaign information. Check settings, content, and status in one place.
Get Campaign Info
get_campaign_info
View All List Information
See details about all your mailing lists at once. Get a complete overview of your audiences.
Get Lists Info
get_lists_info