Skip to content
Cline

maildev mcp for Cline

io.github.pierre3/maildev-mcp

MailDev MCP server. Manage Docker containers and inspect emails from your AI editor or MCP client.

client:Cline transport:stdio runtime:nuget

Install maildev mcp in Cline

~/Library/Application Support/Code/User/globalStorage/saoudrizwan.claude-dev/settings/cline_mcp_settings.json · windows: %APPDATA%\Code\User\globalStorage\saoudrizwan.claude-dev\settings\cline_mcp_settings.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "maildev-mcp": {
      "command": "dnx",
      "args": [
        "MailDevMcp",
        "--yes"
      ],
      "env": {
        "MAILDEV_API_PORT": "<MAILDEV_API_PORT>"
      }
    }
  }
}

Cline's MCP Servers pane edits this file for you if you would rather not find it. Cline docs

maildev mcp in other clients