Skip to content
Cursor

maildev mcp for Cursor

io.github.pierre3/maildev-mcp

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

client:Cursor transport:stdio runtime:nuget

Install maildev mcp in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

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

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

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

maildev mcp in other clients