Featured

Deploy OpenClaw in 60 seconds — 20% off logoDeploy OpenClaw in 60 seconds — 20% off

Launch OpenClaw on Hostinger in about 60 seconds and keep your agent live 24/7. Our referral link gives you 20% off, no coupon code needed.

Launch on Hostinger
Run your Hermes agent on Hostinger, fully managed logoRun your Hermes agent on Hostinger, fully managed

Launch Hermes on Hostinger in one click, fully managed, no VPS knowledge needed. Use code ZACAARON10 for 10% off.

Launch on Hostinger
Crawl and scrape any site into clean data, 10% off logoCrawl and scrape any site into clean data, 10% off

Firecrawl crawls and scrapes any site into clean markdown for your agent. Get 1,000 free credits, and new users get 10% off their first purchase.

Try Firecrawl free
Your own AI agent, running 24/7 with QwikClaw logoYour own AI agent, running 24/7 with QwikClaw

QwikClaw sets up and runs an always-on OpenClaw agent for you. One click, no config files, no server setup.

Deploy now
One API to scrape, enrich, and extract the internet. logoOne API to scrape, enrich, and extract the internet.

Context.dev gives your agents a single API to scrape, enrich, and extract live web data — no proxies, no parsers, no maintenance.

Start building free
SetupClaw: done-for-you OpenClaw for founders & exec teams logoSetupClaw: done-for-you OpenClaw for founders & exec teams

White-glove OpenClaw for founders and exec teams (4–50+ employees): we install, harden, integrate your tools, and maintain it — secured from day one.

Get it set up for you
SEO data APIs for your agent, $1 free credit logoSEO data APIs for your agent, $1 free credit

DataForSEO gives your agent live access to SERP results, keyword data, backlinks, and on-page SEO data through one API. New accounts get a $1 credit, good for up to 20,000 keyword or backlink lookups.

Try DataForSEO free
Reach 47,000+ AI builders

A flat monthly placement in front of developers actively installing AI tools. No lock-in, cancel anytime.

Advertise here

Works with

Claude CodeClaude DesktopCursorVS CodeClineCodex CLIOpenClaw+ any MCP client

Install to Claude Code

This server doesn't publish a one-line install command. Follow the setup in the source repository.

Summary

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

README.md

sendcraft-mcp

<p align="center"> <img src="https://sendcraft.online/logo.png" alt="SendCraft" width="72" /> </p>

<p align="center"> <strong>Official MCP server for <a href="https://sendcraft.online">SendCraft</a> — lets AI agents send emails natively</strong> </p>

<p align="center"> <a href="https://www.npmjs.com/package/sendcraft-mcp"><img src="https://img.shields.io/npm/v/sendcraft-mcp?color=6366f1&label=npm" alt="npm version" /></a> <img src="https://img.shields.io/badge/node-%3E%3D18-brightgreen" alt="node" /> <img src="https://img.shields.io/badge/license-MIT-blue" alt="MIT" /> <img src="https://img.shields.io/badge/MCP-compatible-8b5cf6" alt="MCP" /> </p>

---

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 alice@example.com from hello@myapp.com

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 bob@example.com to my main list

---

Related

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

---

License

MIT © SendCraft

See related servers & alternatives →

Related MCP servers

Browse all →

Related guides

Hand-picked reading to help you choose and use Communication servers.