Mailchimp

Mailchimp Marketing API v3.0 for audience and campaign data

2 tools available

Installation

Claude Desktop

{
  "mcpServers": {
    "hopkin-mailchimp": {
      "url": "https://mailchimp.mcp.hopkin.ai",
      "headers": {
        "Authorization": "Bearer YOUR_API_KEY"
      }
    }
  }
}

CLI

npm install -g @hopkin/cli
hopkin auth set-key hpk_live_...
hopkin mailchimp ping

Tools

Uncategorized

mailchimp_ping Ping Mailchimp MCP Server

Read-onlyIdempotent

Health check for the Mailchimp MCP server. Does not call the Mailchimp API.

ParameterTypeDescription
entity_type requiredstringType of ad entity: ad_account, campaign, ad_set, or ad
entity_id requiredstringThe platform entity ID
key requiredstringThe preference key to delete
reason requiredstringWhy this tool call is needed
View full documentation →

preferences

mailchimp_get_preferences Get Mailchimp Preferences

Read-onlyIdempotent

Get all stored preferences for a Mailchimp entity. Preferences are also automatically attached to entity-listing responses, so you often don't need to call this explicitly.

ParameterTypeDescription
entity_type requiredstringType of ad entity: ad_account, campaign, ad_set, or ad
entity_id requiredstringThe platform entity ID
key requiredstringThe preference key to delete
reason requiredstringWhy this tool call is needed
View full documentation →