Odel
Mailtrap

Mailtrap

Local
@mailtrap65TypeScriptMITUpdated 6 days ago

Official MCP Server for Mailtrap

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

npmmcp-mailtrapv0.9.0

Run

npx -y mcp-mailtrap

MCP client config

{
  "mcpServers": {
    "mailtrap": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-mailtrap"
      ]
    }
  }
}