How to Use the Mailtrap MCP in Claude Code
Automate Mailtrap email testing directly from your terminal. Claude Code executes sandbox checks, verifies domains, and manages inboxes via CLI.
Works with every AI agent you already use
…and any MCP-compatible client
Connect Mailtrap MCP to Claude Code
Create your Vinkius account to connect Mailtrap 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.
Headless Mailtrap MCP Server Integration
CI/CD pipelines require zero-friction email validation. Claude Code operates entirely in the terminal, giving you a headless way to interact with your testing infrastructure through this MCP Server. You can script it to run `send_test_email` during a build step to verify your notification service is actually firing. Once the test triggers, the CLI agent doesn't need a UI to check the results. It executes `list_sandbox_messages` to confirm the payload arrived. If you need to inspect the exact headers or routing data, it pulls everything via `get_message_details` right into your standard output.
Validate HTML and Clear Sandboxes
Automated rendering checks save you from deploying broken layouts. Claude Code can pull the raw markup of any test message using `get_message_html`. You can pipe this output into other shell tools or let the agent analyze the CSS structure for common email client quirks. Keeping your test environments clean is just as important. Before a major integration suite runs, you can instruct the agent to run `clear_sandbox_inbox`. If a specific cron job fails and leaves garbage behind, `delete_sandbox_message` handles the cleanup without manual intervention.
Monitor Production Domains and Accounts
Managing sender reputation starts with DNS health. You can ask Claude Code to audit your infrastructure directly from the command line. It uses `list_verified_domains` to grab your active senders and runs `get_domain_status` to spot missing SPF or DKIM records. Navigating complex team setups is straightforward. The agent maps your organization by chaining `list_accessible_accounts` and `list_mailtrap_projects`. When you need to push a real notification from a deployment script, it can execute `send_production_email` using the correct verified domain.
Set up Mailtrap 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 seemailtrap-mcpwith a green status indicator. - 3
Start using tools
Ask Claude Code something like "Check my latest Mailtrap transactions." It will automatically discover and invoke the available Mailtrap tools.
claude mcp add --transport http mailtrap-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 Mailtrap MCP in Claude Code
Use it with your favorite AI tools
Connect this server to Cursor, Claude, VS Code, and more.
Start using the Mailtrap MCP today
We host it, we monitor it, we maintain it. You just paste one token.