mailchimp-mcp-server
Mailchimp via MCP: draft, test, and send campaigns; manage audiences and subscribers; pull reports.
Package Details
@cyanheads/mailchimp-mcp-server
Package Arguments
Positional
runstart:stdioEnvironment Variables
Mailchimp Marketing API key, including the '-dc' data-center suffix (e.g. 'abc...-us22'). Generate at Mailchimp → Account → Extras → API keys.
Override the API base URL (for mock servers or testing). Defaults to 'https://{dc}.api.mailchimp.com/3.0' derived from the API key suffix.
60000Per-request timeout in milliseconds.
3Max retry attempts for transient upstream failures (0-10).
4Max in-flight upstream requests per workflow tool (1-10).
infoSets the minimum log level for output (e.g., 'debug', 'info', 'warn').
@cyanheads/mailchimp-mcp-server
Package Arguments
Positional
runstart:httpEnvironment Variables
Mailchimp Marketing API key, including the '-dc' data-center suffix (e.g. 'abc...-us22'). Generate at Mailchimp → Account → Extras → API keys.
Override the API base URL (for mock servers or testing). Defaults to 'https://{dc}.api.mailchimp.com/3.0' derived from the API key suffix.
60000Per-request timeout in milliseconds.
3Max retry attempts for transient upstream failures (0-10).
4Max in-flight upstream requests per workflow tool (1-10).
127.0.0.1The hostname for the HTTP server.
3010The port to run the HTTP server on.
/mcpThe endpoint path for the MCP server.
noneAuthentication mode to use: 'none', 'jwt', or 'oauth'.
infoSets the minimum log level for output (e.g., 'debug', 'info', 'warn').