Mailosaur MCP

Mailosaur MCP

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.

Category
Visit Server

README

Mailosaur MCP

CI

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_get
  • mailosaur_messages_list
  • mailosaur_messages_search
  • mailosaur_messages_get_by_id
  • mailosaur_messages_create
  • mailosaur_messages_forward
  • mailosaur_messages_reply
  • mailosaur_messages_delete
  • mailosaur_messages_delete_all
  • mailosaur_messages_generate_previews
  • mailosaur_servers_list
  • mailosaur_servers_create
  • mailosaur_servers_get
  • mailosaur_servers_get_password
  • mailosaur_servers_update
  • mailosaur_servers_delete
  • mailosaur_servers_generate_email_address
  • mailosaur_files_get_email
  • mailosaur_files_get_attachment
  • mailosaur_files_get_preview
  • mailosaur_analysis_spam
  • mailosaur_analysis_deliverability
  • mailosaur_previews_list_email_clients
  • mailosaur_devices_list
  • mailosaur_devices_create
  • mailosaur_devices_otp
  • mailosaur_devices_delete
  • mailosaur_usage_limits
  • mailosaur_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.

Recommended Servers

playwright-mcp

playwright-mcp

A Model Context Protocol server that enables LLMs to interact with web pages through structured accessibility snapshots without requiring vision models or screenshots.

Official
Featured
TypeScript
Magic Component Platform (MCP)

Magic Component Platform (MCP)

An AI-powered tool that generates modern UI components from natural language descriptions, integrating with popular IDEs to streamline UI development workflow.

Official
Featured
Local
TypeScript
Audiense Insights MCP Server

Audiense Insights MCP Server

Enables interaction with Audiense Insights accounts via the Model Context Protocol, facilitating the extraction and analysis of marketing insights and audience data including demographics, behavior, and influencer engagement.

Official
Featured
Local
TypeScript
VeyraX MCP

VeyraX MCP

Single MCP tool to connect all your favorite tools: Gmail, Calendar and 40 more.

Official
Featured
Local
graphlit-mcp-server

graphlit-mcp-server

The Model Context Protocol (MCP) Server enables integration between MCP clients and the Graphlit service. Ingest anything from Slack to Gmail to podcast feeds, in addition to web crawling, into a Graphlit project - and then retrieve relevant contents from the MCP client.

Official
Featured
TypeScript
Kagi MCP Server

Kagi MCP Server

An MCP server that integrates Kagi search capabilities with Claude AI, enabling Claude to perform real-time web searches when answering questions that require up-to-date information.

Official
Featured
Python
E2B

E2B

Using MCP to run code via e2b.

Official
Featured
Neon Database

Neon Database

MCP server for interacting with Neon Management API and databases

Official
Featured
Qdrant Server

Qdrant Server

This repository is an example of how to create a MCP server for Qdrant, a vector search engine.

Official
Featured
Exa Search

Exa Search

A Model Context Protocol (MCP) server lets AI assistants like Claude use the Exa AI Search API for web searches. This setup allows AI models to get real-time web information in a safe and controlled way.

Official
Featured