mailchimp-mcp
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| MAILCHIMP_API_KEY | Yes | Your Mailchimp API key, which includes the data center suffix (e.g., 'your-api-key-us12'). |
Instructions
Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.
This server publishes no instructions, or was last inspected before Glama recorded them.
Capabilities
Features and capabilities supported by this server
Protocol revision2025-11-25
| Capability | Details |
|---|---|
| tools | {
"listChanged": true
} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| list_audiencesA | List all audiences (lists) with subscriber counts and key stats. |
| list_campaignsA | List email campaigns, optionally filtered by status (save, paused, schedule, sending, sent). |
| create_campaignA | Create a new email campaign. Returns the campaign ID for use with update_campaign_content and send/schedule. Returns compact confirmation by default — set verbose=true for full response. |
| update_campaign_contentA | Set the HTML content or template for a campaign. Provide either html OR template_id. Returns compact confirmation by default — set verbose=true for full response. |
| schedule_campaignA | Schedule a campaign to send at a specific time. Returns compact confirmation by default — set verbose=true for full response. |
| send_campaignA | Send a campaign immediately. The campaign must have content set first via update_campaign_content. Returns compact confirmation by default — set verbose=true for full response. |
| get_campaign_reportA | Get performance report for a sent campaign: opens, clicks, bounces, unsubscribes, and more. |
| list_templatesC | List available email templates. |
| search_membersA | Search for audience members by name or email address across all audiences. |
| add_or_update_memberA | Add a new subscriber or update an existing one (upsert). Automatically computes the required subscriber hash from the email. Returns compact confirmation by default — set verbose=true for full response. |
| searchA | Search the Mailchimp Marketing API catalog to discover endpoints. Returns method, path, summary, and parameter details. Call with no arguments to see all available categories. |
| executeA | Execute any Mailchimp Marketing API call. Use the search tool first to discover available endpoints and their parameters. Write operations return compact summaries by default — set verbose=true for full response. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/livemau5/mailchimp-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server