A Go MCP server for the Mailchimp Marketing API — 280+ tools covering campaigns, automations, audiences, reports, e-commerce, and more. Unofficial.
View on GitHub →
Try with Claude — $10 free →
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Claude Desktop
Claude Code
Cursor
Add to claude_desktop_config.json:
{
"mcpServers": {
"mailchimp-mcp-server": {
"command": "go",
"args": [
"run",
"github.com/richardpowellus/mailchimp-mcp-server@latest"
]
}
}
}
📋 Copy
Run in terminal:
claude mcp add mailchimp-mcp-server go run github.com/richardpowellus/mailchimp-mcp-server@latest
📋 Copy
Add to .cursor/mcp.json:
{
"mcpServers": {
"mailchimp-mcp-server": {
"command": "go",
"args": [
"run",
"github.com/richardpowellus/mailchimp-mcp-server@latest"
]
}
}
}
📋 Copy
README Excerpt
A Go [Model Context Protocol](https://modelcontextprotocol.io) (MCP) server providing full read+write access to the [Mailchimp Marketing API v3](https://mailchimp.com/developer/marketing/api/) — **279 tools** covering every endpoint. > [!NOTE] > **Unofficial** — This project is not affiliated with, endorsed by, or sponsored by Mailchimp or Intuit.
Tools (20)
MAILCHIMP_API_KEY add_campaign_feedback add_connected_site add_member add_member_event add_member_note add_segment_member add_verified_domain archive_audience_contact archive_automation archive_member batch_segment_members batch_subscribe cancel_campaign count create_account_export create_audience create_audience_contact create_automation create_batch
Topics
ai automation campaigns email-marketing go golang mailchimp mcp mcp-server model-context-protocol