Skip to content
Cline

Email (IMAP/SMTP) for Cline

io.github.boutquin/email

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

client:Cline transport:stdio runtime:oci

Install Email (IMAP/SMTP) in Cline

~/Library/Application Support/Code/User/globalStorage/saoudrizwan.claude-dev/settings/cline_mcp_settings.json · windows: %APPDATA%\Code\User\globalStorage\saoudrizwan.claude-dev\settings\cline_mcp_settings.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>"
      }
    }
  }
}

Cline's MCP Servers pane edits this file for you if you would rather not find it. Cline docs

Email (IMAP/SMTP) in other clients