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.
Latest Blog Posts
- 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