Campaign Monitor MCP
Enables management of email campaigns, subscribers, lists, segments, journeys, templates, transactional email, and client/account settings through the Campaign Monitor API via natural language.
README
Campaign Monitor MCP
A Model Context Protocol (MCP) server that wraps the full Campaign Monitor REST API v3.3, giving Claude the ability to manage email campaigns, subscriber lists, journeys, segments, transactional email, and more via natural language.
Quick install (Mac)
Open Terminal and run:
curl -fsSL https://raw.githubusercontent.com/pauliowest/cmon-mcp/main/install.sh | bash
The script will:
- Check you have Node.js 18+ and Git (and tell you how to install them if not)
- Download this repo to
~/claude-tools/cmon-mcp - Build the server
- Ask for your Campaign Monitor API key
- Add the server to Claude Desktop automatically
Then quit and relaunch Claude Desktop — Campaign Monitor will appear as a connected integration.
API key: find yours in Campaign Monitor under Account Settings → API Keys.
Agency accounts: leave the Client ID blank — the server discovers all your clients automatically at startup.
Features
113 tools covering the complete Campaign Monitor API:
- 📧 Campaigns — create, send, schedule, preview, and pull stats (opens, clicks, bounces, spam)
- 👥 Subscribers — add, update, import in bulk, unsubscribe, delete, view history
- 📋 Lists — full CRUD, custom fields, webhooks, subscriber state queries
- 🔀 Segments — create and manage rule-based segments, query matching subscribers
- 🤖 Journeys — list automations, view per-email stats, publish trigger events
- 📄 Templates — create, update, copy templates across clients
- ⚡ Transactional — send classic and smart emails, view message timeline and stats
- 🏢 Clients — manage clients, people, suppression lists, sending domains, billing
- ⚙️ Account — admins, billing details, primary contact, timezones
Requirements
- Node.js 18+
- A Campaign Monitor API key
Manual installation
If you prefer to set things up yourself:
- Clone this repo and install dependencies:
git clone https://github.com/pauliowest/cmon-mcp.git
cd cmon-mcp
npm install
npm run build
- Add to your
claude_desktop_config.json(found at~/Library/Application Support/Claude/claude_desktop_config.jsonon macOS):
{
"mcpServers": {
"Campaign Monitor": {
"command": "node",
"args": ["/path/to/cmon-mcp/dist/index.js"],
"env": {
"CM_API_KEY": "your_api_key_here",
"CM_CLIENT_ID": ""
}
}
}
}
- Restart Claude Desktop.
Environment Variables
| Variable | Required | Description |
|---|---|---|
CM_API_KEY |
✅ | Your Campaign Monitor API key |
CM_CLIENT_ID |
Optional | Default client ID — tools fall back to this when no client is specified explicitly |
Development
npm run build # compile TypeScript → dist/
npm run dev # watch mode
npm run inspector # open MCP Inspector UI for manual tool testing
Architecture
src/
index.ts # Entry point — wires up MCP server + stdio transport
client.ts # CampaignMonitorClient — all HTTP + Basic Auth
tools/
account.ts # 11 tools — billing, admins, timezones
campaigns.ts # 17 tools — CRUD, send, stats
clients.ts # 19 tools — client management, people, domains
journeys.ts # 8 tools — automations + stats
lists.ts # 20 tools — CRUD, custom fields, webhooks
segments.ts # 7 tools — rule-based segments
subscribers.ts # 7 tools — add, import, manage
templates.ts # 5 tools — template management
transactional.ts # 9 tools — classic + smart email
License
MIT
推荐服务器
Baidu Map
百度地图核心API现已全面兼容MCP协议,是国内首家兼容MCP协议的地图服务商。
Playwright MCP Server
一个模型上下文协议服务器,它使大型语言模型能够通过结构化的可访问性快照与网页进行交互,而无需视觉模型或屏幕截图。
Magic Component Platform (MCP)
一个由人工智能驱动的工具,可以从自然语言描述生成现代化的用户界面组件,并与流行的集成开发环境(IDE)集成,从而简化用户界面开发流程。
Audiense Insights MCP Server
通过模型上下文协议启用与 Audiense Insights 账户的交互,从而促进营销洞察和受众数据的提取和分析,包括人口统计信息、行为和影响者互动。
VeyraX
一个单一的 MCP 工具,连接你所有喜爱的工具:Gmail、日历以及其他 40 多个工具。
graphlit-mcp-server
模型上下文协议 (MCP) 服务器实现了 MCP 客户端与 Graphlit 服务之间的集成。 除了网络爬取之外,还可以将任何内容(从 Slack 到 Gmail 再到播客订阅源)导入到 Graphlit 项目中,然后从 MCP 客户端检索相关内容。
Kagi MCP Server
一个 MCP 服务器,集成了 Kagi 搜索功能和 Claude AI,使 Claude 能够在回答需要最新信息的问题时执行实时网络搜索。
e2b-mcp-server
使用 MCP 通过 e2b 运行代码。
Neon MCP Server
用于与 Neon 管理 API 和数据库交互的 MCP 服务器
Exa MCP Server
模型上下文协议(MCP)服务器允许像 Claude 这样的 AI 助手使用 Exa AI 搜索 API 进行网络搜索。这种设置允许 AI 模型以安全和受控的方式获取实时的网络信息。