HomeOther › Mailtrap

Mailtrap

Official MCP Server for Mailtrap

Official TypeScript
★ 65 stars Last pushed 2026-09-16 License: MIT

Connect

Review any command before running it. Package names and URLs come from the server's own registry entry.

Package (npm 0.9.0)

npx -y [email protected]

Or add to your MCP client config:

{
  "mcpServers": {
    "mailtrap-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "[email protected]"
      ],
      "env": {
        "MAILTRAP_API_TOKEN": "<YOUR_VALUE>",
        "MAILTRAP_ACCOUNT_ID": "<YOUR_VALUE>"
      }
    }
  }
}
  • MAILTRAP_API_TOKEN required secret — Mailtrap API token from https://mailtrap.io/api-tokens
  • MAILTRAP_ACCOUNT_ID — Mailtrap account ID from https://mailtrap.io/account-management

Related servers

Listed in wong2/awesome-mcp-servers (MIT)

Data from the Official MCP Registry