How to Use the MailerSend MCP in Claude Code
Run MailerSend API calls from your terminal. Connect Claude Code to script domain management, send emails, and check delivery status in any shell.
Works with every AI agent you already use
…and any MCP-compatible client
Connect MailerSend MCP to Claude Code
Create your Vinkius account to connect MailerSend to Claude Code and route execution through our secure gateway. The platform manages server hosting, runtime updates, and security layers. Configuration requires no manual server provisioning.
Script Your Transactional Emails
The `send_transactional_email` tool lets you fire off emails directly from a script. Just construct the JSON body with sender, recipient, and content, then pipe it to your Claude Code agent. It's built for CI/CD pipelines and cron jobs. For bigger jobs, use `send_bulk_transactional_emails`. You can generate a list of recipients from a database, format it as a single JSON payload, and send it all in one command. No SDKs or complex authentication required.
Automate Domain Management with this MCP Server
Manage your sending domains from the command line. Use `list_sender_domains` to see what's configured, and pipe the output to `grep` or `jq` to find what you need. It's faster than any web UI. When you add a new domain, run the `verify_sender_domain` tool. You can create a simple bash script that calls `get_sender_domain_details` in a loop until the 'is_verified' field returns true, then sends a notification. This is headless automation.
Monitor Email Delivery in Terminal
Check on your email delivery without leaving the terminal. The `list_sent_messages` tool gives you a raw log of recent sends. For more detail, grab a message ID and pass it to `get_sent_message_details`. This is powerful for debugging. Pipe the output of `list_domain_activity` to a log file or another monitoring tool. You can build simple, effective alerting on email bounces or spam complaints right from your shell with this MCP Server.
Set up MailerSend MCP in Claude Code
Prerequisites
- Claude Code CLI installed (
npm install -g @anthropic-ai/claude-code) - Active Vinkius subscription with a valid endpoint token
- 1
Run the add command
Open your terminal and run the command shown on the right. Replace
[YOUR_TOKEN_HERE]with your endpoint token from cloud.vinkius.com. Use--scope userto make it available across all projects. - 2
Verify the connection
Start a Claude Code session and type
/mcpto list connected servers. You should seemailersend-mcpwith a green status indicator. - 3
Start using tools
Ask Claude Code something like "Check my latest MailerSend transactions." It will automatically discover and invoke the available MailerSend tools.
claude mcp add --transport http mailersend-mcp https://edge.vinkius.com/[YOUR_TOKEN_HERE]/mcp Why Choose Vinkius
Vinkius connects your tools to AI with real-time monitoring and automatic cost savings — all from one dashboard.
Real-time monitoring
Live
visibility into every interaction
Connect your favorite tools to your AI and see exactly what's happening — every request, every response, in real time.
Built-in savings
60%
lower AI costs
Vinkius compresses data between your apps and your AI automatically. Lower bills every month — no configuration required.
Single dashboard
One
place for every integration
Every tool your AI connects to, managed from a single screen. One account, complete control.
Common questions about MailerSend MCP in Claude Code
Use it with your favorite AI tools
Connect this server to Cursor, Claude, VS Code, and more.
Start using the MailerSend MCP today
We host it, we monitor it, we maintain it. You just paste one token.