CamelMailer Server
БесплатноНе проверенLets AI assistants send and inspect transactional email via the CamelMailer platform.
Описание
Lets AI assistants send and inspect transactional email via the CamelMailer platform.
README
Model Context Protocol server for CamelMailer — lets AI assistants like Claude send and inspect transactional email. Works with the CamelMailer cloud and any self-hosted instance.
Setup
You need a server API key from your CamelMailer dashboard.
Claude Desktop
Add to claude_desktop_config.json (Settings → Developer → Edit Config):
{
"mcpServers": {
"camelmailer": {
"command": "npx",
"args": ["-y", "camelmailer-mcp"],
"env": {
"CAMELMAILER_API_KEY": "cm_xxxx"
}
}
}
}
Until the packages land on npm, use the GitHub source instead:
"args": ["-y", "github:camelmailer/camelmailer-mcp"]
Claude Code
claude mcp add camelmailer -e CAMELMAILER_API_KEY=cm_xxxx -- npx -y camelmailer-mcp
Self-hosted instances
Point the server at your own instance (defaults to https://app.camelmailer.com):
"env": {
"CAMELMAILER_API_KEY": "cm_xxxx",
"CAMELMAILER_BASE_URL": "https://mail.example.com"
}
Tools
| Tool | Description |
|---|---|
send_email |
Send an email with html_body / text_body |
send_email_with_template |
Render a stored template against variables and send |
list_emails |
List messages (filter by scope, status, tag, query, stream) |
get_email |
One message incl. SMTP delivery attempts |
list_templates |
All stored message templates |
render_template |
Preview a rendered template — no send |
get_stats |
Message counters (sent, bounced, opens, clicks, …) |
list_bounces |
Bounced messages |
dmarc_summary |
DMARC pass rate and top sending sources |
Example prompts:
Send a plain-text email from [email protected] to [email protected] thanking her for the purchase.
Why did yesterday's emails to @gmail.com addresses bounce?
What's our DMARC pass rate for acme.com this month?
Errors
API failures come back as tool errors carrying the stable CamelMailer error code (Unauthorized, NotFound, ValidationError, …), so the assistant can react — nothing crashes the server.
Docs
Full API reference: camelmailer.com/docs · SDK: camelmailer-node · CLI: camelmailer-cli
License
Установить CamelMailer Server в Claude Desktop, Claude Code, Cursor
unyly install camelmailer-mcp-serverСтавит в Claude Desktop, Claude Code, Cursor и VS Code — сам разбирается с npx, uvx и сборкой из исходников.
Впервые? Поставь CLI: curl -fsSL https://unyly.org/install | sh
Или настроить вручную
Выполни в терминале:
claude mcp add camelmailer-mcp-server -- npx -y github:camelmailer/camelmailer-mcpFAQ
CamelMailer Server MCP бесплатный?
Да, CamelMailer Server MCP бесплатный — установка в пару кликов через Unyly без оплаты.
Нужен ли API-ключ для CamelMailer Server?
Нет, CamelMailer Server работает без API-ключей и переменных окружения.
CamelMailer Server — hosted или self-hosted?
Доступен hosted-вариант: Unyly запускает сервер в облаке, локальная установка не обязательна.
Как установить CamelMailer Server в Claude Desktop, Claude Code или Cursor?
Открой CamelMailer Server на 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 CamelMailer Server with
Не уверен что выбрать?
Найди свой стек за 60 секунд
Автор?
Embed-бейдж для README
Похожее
Все в категории communication
