# Mailchimp MCP Server A Model Context Protocol (MCP) server for interacting with the Mailchimp API. ## Features - Comprehensive access to Mailchimp
Mailchimp MCP server exists for a simple reason — assistants are far more useful when they can act on Mailchimp directly instead of describing what you should do. # Mailchimp MCP Server A Model Context Protocol (MCP) server for interacting with the Mailchimp API. ## Features - Comprehensive access to Mailchimp API functionality - Tools for managing campaigns, lists, templates, reports, and.
Setup follows the usual MCP pattern — install or clone the server, register it in your client's configuration file, restart the client.
Once Mailchimp is connected, these are the calls the assistant has available:
get_campaigns — Get a list of campaignsget_campaign — Get information about a specific campaigncreate_campaign — Create a new campaigndelete_campaign — Delete a campaignsend_campaign — Send a campaignset_campaign_content — Set the content for a campaignget_lists — Get all lists (audiences) in the accountget_list — Get information about a specific listcreate_list — Create a new list (audience)get_list_members — Get members of a listadd_list_member — Add a member to a listget_templates — Get all templates in the accountThis sits in the knowledge and memory group, where several servers overlap in what they claim to do but differ sharply once you actually set them up. Mailchimp's toolset — get_campaigns, get_campaign, create_campaign and 11 more — is a fair guide to whether it matches your workflow. It is maintained by mattcoatsworth; worth a glance at recent repository activity before you build anything load-bearing on it.
This entry was verified against Mailchimp's own documentation before publication; SyncDev keeps the directory reviewed rather than auto-generated.
| Tool | What it does |
|---|---|
| get_campaigns | Get a list of campaigns |
| get_campaign | Get information about a specific campaign |
| create_campaign | Create a new campaign |
| delete_campaign | Delete a campaign |
| send_campaign | Send a campaign |
| set_campaign_content | Set the content for a campaign |
| get_lists | Get all lists (audiences) in the account |
| get_list | Get information about a specific list |
| create_list | Create a new list (audience) |
| get_list_members | Get members of a list |
| add_list_member | Add a member to a list |
| get_templates | Get all templates in the account |
| get_template | Get information about a specific template |
| create_template | Create a new template |
A knowledge graph your assistant keeps between sessions — entities, relations and observations that persist.
Kill hallucinated APIs — version-accurate, up-to-date library documentation injected straight into context.
Your workspace, on speaking terms with AI — search, read and write Notion pages and databases.
A structured scratchpad for hard problems — stepwise reasoning with revisions, branches and visible logic.
Symbol-level code navigation, refactoring and memory for coding agents — the IDE brain your assistant has been missing.
Chat with your second brain — search, read and write vault notes through the Local REST API.