# Connect Mailchimp to your AI agent

> Yes — ClawLink is a hosted Mailchimp MCP server. 272 tools your agent can call from chat, with one-click hosted OAuth and nothing to run locally.

Web version: https://claw-link.dev/hub/mailchimp

ClawLink hosts a managed Mailchimp MCP server that exposes 272 tools to your AI agent. You connect Mailchimp in one click, and your agent can read, create, and update Mailchimp data from chat without you building or running a local MCP server.

## Quick facts

- 272 tools callable from chat
- One-click hosted OAuth
- Works with OpenClaw, Hermes, Claude Code, Cursor, Codex, and any MCP client
- No local server or config files

## Overview

The usual path is: build auth, handle token refresh, wire up the tools. With ClawLink you connect Mailchimp once and start using the real actions from the agent.

## Setup

Mailchimp uses OAuth. You connect it in the browser: click Connect, sign in, approve. ClawLink stores the token and refreshes it on its own. You never touch a key or wire up a redirect URL.

Authentication: hosted OAuth

## What you can do

- **Run campaigns from one chat** — Manage Mailchimp audiences, campaigns, or publishing while the agent handles research and drafts.
- **Move faster on lifecycle work** — The agent plans, writes, and pushes the next Mailchimp action without sending you back to the tool.
- **Stay tied to context** — Pull the latest Mailchimp lists or segments, then act on them right away.

## Mailchimp tools

272 Mailchimp tools, ready the moment you connect.

- `mailchimp_get_campaign_report` — Get a Mailchimp campaign report
- `mailchimp_send_campaign` — Send a Mailchimp campaign
- `mailchimp_campaign_abuse_report_details` — Get detailed information about a specific abuse report for a campaign
- `mailchimp_campaign_statistics_feedback` — Get feedback based on a campaign's statistics
- `mailchimp_get_abuse_report` — Get details about a specific abuse report
- `mailchimp_get_account_export_info` — Get detailed information about a specific Mailchimp account export
- `mailchimp_get_audiences_contacts` — Get a list of omni-channel contacts for a given audience
- `mailchimp_get_audiences_contacts_detail` — Retrieve a specific omni-channel contact from a Mailchimp audience by their ID or channel hash
- `mailchimp_get_authorized_app_info` — Retrieve detailed information about a specific authorized OAuth application
- `mailchimp_get_automated_email_subscriber` — Get information about a specific subscriber in a classic automation email queue
- `mailchimp_get_automation_info` — Retrieve details of a Mailchimp automation workflow by its ID
- `mailchimp_get_batch_operation_status` — Get the status of a batch operation
- `mailchimp_get_batch_webhook_info` — Retrieve detailed information about a specific batch webhook by its ID
- `mailchimp_get_campaign_content` — Get the HTML and plain-text content for a campaign
- `mailchimp_get_campaign_feedback_message` — Get a specific feedback message from a campaign
- `mailchimp_get_campaign_folder` — Get information about a specific folder used to organize campaigns in Mailchimp
- `mailchimp_get_campaign_info` — Get information about a specific campaign
- `mailchimp_get_campaign_link_details` — Get click details for a specific link in a campaign
- `mailchimp_get_campaign_recipient_info` — Get information about a specific campaign recipient
- `mailchimp_get_campaign_send_checklist` — Review the send checklist for a Mailchimp campaign before sending
- `mailchimp_get_cart_info` — Retrieve detailed information about a specific cart in an e-commerce store, including customer
- `mailchimp_get_cart_line_item` — Retrieve detailed information about a specific line item in a shopping cart
- `mailchimp_get_clicked_link_subscriber` — Get detailed information about a specific subscriber who clicked a link in a campaign
- `mailchimp_get_connected_site` — Retrieve information about a specific connected site in your Mailchimp account
- `mailchimp_get_customer_info` — Get information about a specific customer
- `mailchimp_get_domain_info` — Get the details for a single verified domain on the Mailchimp account
- `mailchimp_get_facebook_ad_info` — Retrieve detailed information about a specific Facebook ad created through Mailchimp
- `mailchimp_get_facebook_ad_report` — Retrieve detailed performance report for a specific Facebook ad campaign
- `mailchimp_get_file` — Retrieve detailed information about a specific file in the Mailchimp File Manager
- `mailchimp_get_folder` — Get information about a specific folder in the File Manager

## Example prompts

- **Get campaign report:** Pull the data from Mailchimp. Sum it up and flag anything I need to look at.
- **Send campaign:** Use Mailchimp to send campaign. Draft it first and show me before you send.
- **Campaign abuse report details:** Use Mailchimp to campaign abuse report details and walk me through it.
- **Campaign statistics feedback:** Use Mailchimp to campaign statistics feedback and walk me through it.

## ClawLink vs. building it yourself

| | Manual | ClawLink |
|---|---|---|
| Connection | Build it yourself. You register a developer app with Mailchimp, set up redirect URLs, handle the consent screen, store and refresh access tokens, and redo the wiring when scopes change. | Hosted hosted OAuth. Connect once in the browser. ClawLink owns the lifecycle. |
| Maintenance | Token refresh, permission debugging, env config, every edge case. All yours. | ClawLink handles the plumbing. You focus on the workflow. |
| Time to first call | Days to weeks. Auth, storage, tool wiring, testing. Then the agent can act. | About two minutes from sign-up to the agent calling Mailchimp. |

## FAQ

### How do I connect Mailchimp to my AI agent?

Install ClawLink, open the dashboard, click Connect next to Mailchimp, and finish the hosted OAuth flow. Your agent can call Mailchimp from the next message. Two minutes, total.

### Is there a Mailchimp MCP server I can use?

Yes. ClawLink exposes Mailchimp as 272 tools your agent calls through a hosted MCP-compatible runtime. You don't run a local server or edit a config file. The tools are there the moment you connect.

### Do I need Mailchimp API credentials?

No separate API key. You sign in to Mailchimp through the normal OAuth flow and ClawLink handles the token after that.

### How much does it cost?

Your first integration is free, plus a 7-day trial of the full catalog. Paid plans unlock the rest of the library.

### Can I set this up from the terminal instead of the dashboard?

Yes. Run npx -y @useclawlink/cli login, then npx -y @useclawlink/cli connect mailchimp. The first opens a browser to sign in to ClawLink. The second opens a browser to authorize Mailchimp. No API keys to create. Works with OpenClaw, Hermes, Claude Code, Cursor, Codex, and any agent that runs shell commands.
