Command Palette

Search for a command to run...

UnylyUnyly
Весь каталог

CamelMailer Server

БесплатноНе проверен

Lets AI assistants send and inspect transactional email via the CamelMailer platform.

GitHubEmbed

Описание

Lets AI assistants send and inspect transactional email via the CamelMailer platform.

README

CI npm License: MIT

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

MIT

from github.com/camelmailer/camelmailer-mcp

Установка CamelMailer Server

У этого сервера нет опубликованного пакета — он собирается из исходников. Открой репозиторий и следуй инструкции в README.

▸ github.com/camelmailer/camelmailer-mcp

FAQ

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

Compare CamelMailer Server with

Не уверен что выбрать?

Найди свой стек за 60 секунд

Автор?

Embed-бейдж для README

Похожее

Все в категории communication