Campaign Monitor
БесплатноНе проверенEnables management of email campaigns, subscribers, lists, segments, journeys, templates, transactional email, and client/account settings through the Campaign
Описание
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
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
Установка Campaign Monitor
У этого сервера нет опубликованного пакета — он собирается из исходников. Открой репозиторий и следуй инструкции в README.
▸ github.com/pauliowest/cmon-mcpFAQ
Campaign Monitor MCP бесплатный?
Да, Campaign Monitor MCP бесплатный — установка в пару кликов через Unyly без оплаты.
Нужен ли API-ключ для Campaign Monitor?
Нет, Campaign Monitor работает без API-ключей и переменных окружения.
Campaign Monitor — hosted или self-hosted?
Доступен hosted-вариант: Unyly запускает сервер в облаке, локальная установка не обязательна.
Как установить Campaign Monitor в Claude Desktop, Claude Code или Cursor?
Открой Campaign Monitor на unyly.org, выбери вкладку своего клиента (Claude Desktop, Claude Code, Cursor) и нажми Install — конфиг сгенерируется автоматически, без правки JSON.
Похожие MCP
Gmail
Read, send and search emails from Claude
автор: GoogleSlack
Send, search and summarize Slack messages
автор: SlackRunbear
No-code MCP client for team chat platforms, such as Slack, Microsoft Teams, and Discord.
Discord Server
A community discord server dedicated to MCP by [Frank Fiegel](https://github.com/punkpeye)
Compare Campaign Monitor with
Не уверен что выбрать?
Найди свой стек за 60 секунд
Автор?
Embed-бейдж для README
Похожее
Все в категории communication
