Command Palette

Search for a command to run...

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

Sendcraft

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

Enables AI agents to send emails, manage campaigns, subscribers, templates, and domains via the SendCraft email API.

GitHubEmbed

Описание

Enables AI agents to send emails, manage campaigns, subscribers, templates, and domains via the SendCraft email API.

README

SendCraft

Official MCP server for SendCraft — lets AI agents send emails natively

npm version node MIT MCP


What is this?

This is a Model Context Protocol (MCP) server that connects AI agents (Claude, Cursor, Windsurf, etc.) directly to the SendCraft email API. Once configured, your AI assistant can send emails, manage campaigns, check analytics, and more — all without leaving the chat.

25 tools · 4 resources


Setup

Claude Desktop

Add to ~/Library/Application Support/Claude/claude_desktop_config.json (macOS) or %APPDATA%\Claude\claude_desktop_config.json (Windows):

{
  "mcpServers": {
    "sendcraft": {
      "command": "npx",
      "args": ["sendcraft-mcp"],
      "env": {
        "SENDCRAFT_API_KEY": "sc_live_..."
      }
    }
  }
}

Cursor / Windsurf

Add to your MCP settings:

{
  "sendcraft": {
    "command": "npx",
    "args": ["sendcraft-mcp"],
    "env": {
      "SENDCRAFT_API_KEY": "sc_live_..."
    }
  }
}

Get your API key from the SendCraft Dashboard.


Self-hosted

{
  "env": {
    "SENDCRAFT_API_KEY": "your_key",
    "SENDCRAFT_BASE_URL": "https://api.yourinstance.com/api"
  }
}

Tools

Emails

Tool Description
sendcraft_send_email Send a transactional email
sendcraft_schedule_email Schedule an email for later
sendcraft_cancel_scheduled_email Cancel a scheduled email
sendcraft_batch_send Send up to 100 emails at once
sendcraft_get_email Get email details by ID
sendcraft_list_emails List sent emails
sendcraft_get_stats Get delivery stats

Campaigns

Tool Description
sendcraft_list_campaigns List all campaigns
sendcraft_create_campaign Create a new campaign
sendcraft_send_campaign Send or schedule a campaign
sendcraft_get_campaign_analytics Open/click/bounce stats + heatmap

Subscribers

Tool Description
sendcraft_list_subscribers List subscribers
sendcraft_add_subscriber Add a subscriber to a list
sendcraft_unsubscribe Unsubscribe an email address
sendcraft_get_subscriber_topics Get topic preferences

Templates

Tool Description
sendcraft_list_templates List email templates
sendcraft_create_template Create a new template

Domains

Tool Description
sendcraft_list_domains List sending domains
sendcraft_add_domain Add a new domain
sendcraft_verify_domain Trigger DNS verification
sendcraft_analyze_dmarc Analyze DMARC configuration

Other

Tool Description
sendcraft_list_segments List contact segments
sendcraft_get_warmup_status SMTP IP warmup progress
sendcraft_list_topics List mailing topics
sendcraft_get_send_time AI-optimized send time
sendcraft_list_api_keys List API keys

Resources

URI Description
sendcraft://stats Account-level email stats
sendcraft://domains All verified domains
sendcraft://warmup SMTP warmup status
sendcraft://segments All contact segments

Example prompts

Send a welcome email to [email protected] from [email protected]

Create a campaign called "April Newsletter" and send it to subscribers

Show me the open rate for my last campaign

What's the best time to send emails based on my audience?

Add subscriber [email protected] to my main list

Related

Package Description
@sendcraft/cli Official CLI
sendcraft-sdk Node.js SDK
sendcraft-sdk (PyPI) Python SDK

License

MIT © SendCraft

from github.com/sendcraftlabs/sendcraft-mcp

Установка Sendcraft

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

▸ github.com/sendcraftlabs/sendcraft-mcp

FAQ

Sendcraft MCP бесплатный?

Да, Sendcraft MCP бесплатный — установка в пару кликов через Unyly без оплаты.

Нужен ли API-ключ для Sendcraft?

Нет, Sendcraft работает без API-ключей и переменных окружения.

Sendcraft — hosted или self-hosted?

Доступен hosted-вариант: Unyly запускает сервер в облаке, локальная установка не обязательна.

Как установить Sendcraft в Claude Desktop, Claude Code или Cursor?

Открой Sendcraft на unyly.org, выбери вкладку своего клиента (Claude Desktop, Claude Code, Cursor) и нажми Install — конфиг сгенерируется автоматически, без правки JSON.

Похожие MCP

Compare Sendcraft with

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

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

Автор?

Embed-бейдж для README

Похожее

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