Email (IMAP/SMTP)
About
Multi-account IMAP/SMTP email server with 22 tools for reading, sending, searching, and organizing.
Use this server
Add it to your MCP client. The catalogue lists this config verbatim from its source — it does not run, download, or vouch for the server. Review the command before you run it.
Transportstdio (runs a local command)
Env vars
EMAIL_CONFIG_FILE EMAIL_ACCOUNTSClaude Code
claude mcp add --env EMAIL_CONFIG_FILE= --env EMAIL_ACCOUNTS= email -- docker ghcr.io/boutquin/mcp-server-email:latest
Cursor
If the button doesn't open Cursor, use the JSON below — Cursor accepts the same mcpServers config.
VS Code
code --add-mcp '{"name":"email","command":"docker","args":["ghcr.io/boutquin/mcp-server-email:latest"],"env":{"EMAIL_CONFIG_FILE":"","EMAIL_ACCOUNTS":""}}'
JSON
{
"mcpServers": {
"email": {
"command": "docker",
"args": [
"ghcr.io/boutquin/mcp-server-email:latest"
],
"env": {
"EMAIL_CONFIG_FILE": "",
"EMAIL_ACCOUNTS": ""
}
}
}
}
Environment variables are listed by name only — fill in your own values. Entries never carry secrets.