Skip to content
Windsurf

maildev mcp for Windsurf

io.github.pierre3/maildev-mcp

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

client:Windsurf transport:stdio runtime:nuget

Install maildev mcp in Windsurf

~/.codeium/windsurf/mcp_config.json · windows: %USERPROFILE%\.codeium\windsurf\mcp_config.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>"
      }
    }
  }
}

Global only — Windsurf has no per-project MCP config. Refresh Cascade after saving. Windsurf docs

maildev mcp in other clients