Email (IMAP/SMTP) for Cursor
io.github.boutquin/email
Multi-account IMAP/SMTP email server with 22 tools for reading, sending, searching, and organizing.
client:Cursor
transport:stdio
runtime:oci
Install Email (IMAP/SMTP) in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"email": {
"type": "stdio",
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/boutquin/mcp-server-email:latest"
],
"env": {
"EMAIL_CONFIG_FILE": "<EMAIL_CONFIG_FILE>",
"EMAIL_ACCOUNTS": "<EMAIL_ACCOUNTS>"
}
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs