MailerSend MCP Server
Turn an AI tool into your smart email engine
Ads
Overview
HelpGitHubStatusWhat is MailerSend?General API resourcesSending emails with MailerSend SDKs MailerSend MCP ServerMailerSend MCP Use Cases The MailerSend Model Context Protocol (MCP) server provides seamless integration with MailerSend's API. This server enables AI assistants to send emails and SMS, manage domains, templates, webhooks, suppressions, sender identities, users, and many other things through standardized MCP tools. The Model Context Protocol (MCP) is a standardized protocol for AI assistants to interact with external systems. Think of it as USB-C port for AI. You can connect multiple MCPs that talk to each-other and get things done for you.
Installation
claude mcp add --transport http mailersend https://mcp.mailersend.com/mcp
Configuration
{
"mcpServers": {
"mailersend": {
"httpUrl": "https://mcp.mailersend.com/mcp",
"timeout": 5000
}
}
}Capabilities
- Send transactional or bulk emails
Ask the assistant to send a single email via `send_email` or multiple emails in one request with `send_bulk_email`.
- Manage sending domains and DNS
Add, verify, and configure domains using `add_domain`, `get_dns_records`, and `verify_domain`.
- Create and update email templates
Build reusable templates with `create_template` and modify existing ones via `update_template`.
- Monitor deliverability and suppressions
Check blocklists, hard bounces, spam complaints, and unsubscribes using `list_blocklist`, `list_hard_bounces`, and related tools.
- Verify email addresses
Validate single addresses with `verify_email` or run async list verifications via `verify_list` and `get_verification_results`.
- Send SMS messages
Dispatch SMS through `send_sms` and review delivery activity with `list_sms_messages` and `list_sms_activity`.
Tags
- email-automation
- communication
- marketing-automation
Related MCP servers
ElevenLabs
OfficialThe official ElevenLabs MCP server
Resend Email
OfficialSend emails directly from your editor using the Resend API.
AgentRPC
OfficialConnect to any function, any language, across network boundaries using AgentRPC.
Twilio
OfficialInteract with Twilio APIs to send messages, manage phone numbers, configure your account, and more.