Loading MCP server directory, please wait...
MCP server for Mailchimp API integration
npx @getmcp/cli add io.github.asklokesh/mailchimp-mcp-serverRequires Python 3.10+. Community-contributed server. Review source before installing.
MAILCHIMP_API_KEYAPI Key for MAILCHIMP
Config file: ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"io.github.asklokesh/mailchimp-mcp-server": {
"command": "uvx",
"args": [
"mailchimp-mcp-server"
],
"env": {
"MAILCHIMP_API_KEY": "",
"MAILCHIMP_API_URL": ""
}
}
}
}