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
{
"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