Mailosaur
FreeNot checkedEnables interaction with Mailosaur email and SMS testing services, allowing message management, server configuration, file downloads, spam analysis, and TOTP co
About
Enables interaction with Mailosaur email and SMS testing services, allowing message management, server configuration, file downloads, spam analysis, and TOTP code retrieval via natural language.
README
A full-featured Model Context Protocol server for Mailosaur email and SMS testing.
Features
- List, search, wait for, retrieve, create, forward, reply to, and delete messages.
- Manage Mailosaur servers and generate test email addresses.
- Download EML files and attachments as base64 content.
- Generate and download email preview screenshots.
- Run spam and deliverability analysis.
- Inspect account limits and transaction usage.
- Create virtual security devices and retrieve TOTP codes.
The implementation is based on the official Mailosaur API and Node.js client surface. See Mailosaur API docs, Mailosaur Node.js docs, and Mailosaur email previews docs.
Setup
npm install
npm run build
Set your Mailosaur API key:
export MAILOSAUR_API_KEY="your_api_key"
MCP configuration
{
"mcpServers": {
"mailosaur": {
"command": "node",
"args": ["/absolute/path/to/mailosaur-mcp/dist/index.js"],
"env": {
"MAILOSAUR_API_KEY": "your_api_key"
}
}
}
}
Local development
npm run typecheck
npm run build
Run directly during development:
MAILOSAUR_API_KEY="your_api_key" npm run dev
Tools
mailosaur_messages_getmailosaur_messages_listmailosaur_messages_searchmailosaur_messages_get_by_idmailosaur_messages_createmailosaur_messages_forwardmailosaur_messages_replymailosaur_messages_deletemailosaur_messages_delete_allmailosaur_messages_generate_previewsmailosaur_servers_listmailosaur_servers_createmailosaur_servers_getmailosaur_servers_get_passwordmailosaur_servers_updatemailosaur_servers_deletemailosaur_servers_generate_email_addressmailosaur_files_get_emailmailosaur_files_get_attachmentmailosaur_files_get_previewmailosaur_analysis_spammailosaur_analysis_deliverabilitymailosaur_previews_list_email_clientsmailosaur_devices_listmailosaur_devices_createmailosaur_devices_otpmailosaur_devices_deletemailosaur_usage_limitsmailosaur_usage_transactions
Destructive tools require confirm: true.
Repository Skill
This repository includes a Codex skill at skills/mailosaur-mcp-builder. Use it when extending this MCP, auditing tool coverage against Mailosaur docs, or building another Mailosaur MCP implementation.
Install Mailosaur in Claude Desktop, Claude Code & Cursor
unyly install mailosaur-mcpInstalls into Claude Desktop, Claude Code, Cursor & VS Code — handles npx, uvx and build-from-source repos for you.
First time? Get the CLI: curl -fsSL https://unyly.org/install | sh
Or configure manually
Run in your terminal:
claude mcp add mailosaur-mcp -- npx -y github:MrNewDelhi/mailosaur-mcpFAQ
Is Mailosaur MCP free?
Yes, Mailosaur MCP is free — one-click install via Unyly at no cost.
Does Mailosaur need an API key?
No, Mailosaur runs without API keys or environment variables.
Is Mailosaur hosted or self-hosted?
A hosted option is available: Unyly runs the server in the cloud, no local setup required.
How do I install Mailosaur in Claude Desktop, Claude Code or Cursor?
Open Mailosaur on unyly.org, pick your client tab (Claude Desktop, Claude Code, Cursor) and press Install — the config is generated automatically, no JSON editing.
Related MCPs
Gmail
Read, send and search emails from Claude
by GoogleSlack
Send, search and summarize Slack messages
by SlackRunbear
No-code MCP client for team chat platforms, such as Slack, Microsoft Teams, and Discord.
Discord Server
A community discord server dedicated to MCP by [Frank Fiegel](https://github.com/punkpeye)
Compare Mailosaur with
Not sure what to pick?
Find your stack in 60 seconds
Author?
Embed badge for your README
Browse similar
All communication MCPs
