Mailosaur MCP
Click 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., "@Mailosaur MCPlist messages from the last hour"
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.
Mailosaur MCP
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 buildSet 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 buildRun directly during development:
MAILOSAUR_API_KEY="your_api_key" npm run devTools
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.
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
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/MrNewDelhi/mailosaur-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server