sendcraft-mcp
OfficialClick on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@sendcraft-mcpSend a welcome email to alice@example.com from hello@myapp.com"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
sendcraft-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
Related MCP server: AgentMail MCP Server
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 |
| Send a transactional email |
| Schedule an email for later |
| Cancel a scheduled email |
| Send up to 100 emails at once |
| Get email details by ID |
| List sent emails |
| Get delivery stats |
Campaigns
Tool | Description |
| List all campaigns |
| Create a new campaign |
| Send or schedule a campaign |
| Open/click/bounce stats + heatmap |
Subscribers
Tool | Description |
| List subscribers |
| Add a subscriber to a list |
| Unsubscribe an email address |
| Get topic preferences |
Templates
Tool | Description |
| List email templates |
| Create a new template |
Domains
Tool | Description |
| List sending domains |
| Add a new domain |
| Trigger DNS verification |
| Analyze DMARC configuration |
Other
Tool | Description |
| List contact segments |
| SMTP IP warmup progress |
| List mailing topics |
| AI-optimized send time |
| List API keys |
Resources
URI | Description |
| Account-level email stats |
| All verified domains |
| SMTP warmup status |
| 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 listRelated
Package | Description |
Official CLI | |
Node.js SDK | |
Python SDK |
License
MIT © SendCraft
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- Alicense-qualityDmaintenanceEnables AI agents to send transactional emails programmatically through the Lemon Email API. Provides simple email sending capabilities with customizable sender information, recipients, and content.Last updated2MIT
- Flicense-qualityDmaintenanceEnables creating temporary email inboxes and sending emails through the AgentMail API, allowing AI agents to manage email communications programmatically.Last updated1
- Alicense-qualityCmaintenanceEnables AI agents to manage email newsletters and contacts via Resend, including sending broadcasts to segments, managing subscribers in bulk, scheduling campaigns, and tracking delivery status using human-friendly identifiers.Last updated9,9815MIT

Mailjet MCP Serverofficial
Alicense-qualityAmaintenanceEnables AI agents to interact with Mailjet's contact, campaign, segmentation, statistics, and workflow APIs for managing email marketing operations through natural language.Last updated16811Apache 2.0
Related MCP Connectors
Email for AI agents: send mail, manage contacts, automations & webhooks. Zero-DNS first send.
Email for AI agents — send, receive as a webhook, manage domains, templates, routing.
AI email inbox and sending tools with attachments, search, live events, and webhooks.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/sendcraftlabs/sendcraft-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server