Skip to content
Claude Desktop

Email (IMAP/SMTP) for Claude Desktop

io.github.boutquin/email

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

client:Claude Desktop transport:stdio runtime:oci

Install Email (IMAP/SMTP) in Claude Desktop

~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json

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

{
  "mcpServers": {
    "email": {
      "command": "docker",
      "args": [
        "run",
        "-i",
        "--rm",
        "ghcr.io/boutquin/mcp-server-email:latest"
      ],
      "env": {
        "EMAIL_CONFIG_FILE": "<EMAIL_CONFIG_FILE>",
        "EMAIL_ACCOUNTS": "<EMAIL_ACCOUNTS>"
      }
    }
  }
}

Settings → Developer → Edit Config opens this file. Restart the app after saving. Claude Desktop docs

Email (IMAP/SMTP) in other clients