← Index

Email (IMAP/SMTP)

io.github.boutquin/email·v1.0.1·Email
Quality Score
89
/100

Multi-account IMAP/SMTP email server with 22 tools for reading, sending, searching, and organizing.

§01  Install
Claude Desktop (Docker)
{
  "mcpServers": {
    "email": {
      "command": "docker",
      "args": [
        "run",
        "--rm",
        "-i",
        "ghcr.io/boutquin/mcp-server-email:latest"
      ],
      "env": {
        "EMAIL_CONFIG_FILE": "<email_config_file>",
        "EMAIL_ACCOUNTS": "<your-email_accounts>"
      }
    }
  }
}
§02  Environment variables
EMAIL_CONFIG_FILE

Path to account JSON config file

EMAIL_ACCOUNTS
secret

Inline JSON array of account configs

§03  MCP Quality Score  ·  methodology
freshness
24
completeness
15
installability
25
documentation
15
stability
10
§04  Alternatives in Email