mailchimp-mcp-server

kamolc4/mailchimp-mcp-server
★ 0 stars Unknown language AI/LLM Updated 7d ago
Production-ready Mailchimp MCP Server starter for Claude, Cursor, and AI agents. Built with TypeScript, secure configuration, validation, tests, and Docker support.
View on GitHub → 🔍 Audit Wallet Slippage →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "mailchimp-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "kamolc4/mailchimp-mcp-server"
      ]
    }
  }
}