Skip to content
Cline

JMAP Email for Cline

io.github.mikluko/jmap-mcp

Email management via JMAP — mailboxes, messages, identities, and Sieve scripts

client:Cline transport:stdio runtime:oci

Install JMAP Email 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": {
    "jmap-mcp": {
      "command": "docker",
      "args": [
        "run",
        "-i",
        "--rm",
        "ghcr.io/mikluko/jmap-mcp:0.10.0"
      ],
      "env": {
        "JMAP_SESSION_URL": "<JMAP_SESSION_URL>",
        "JMAP_AUTH_TOKEN": "<JMAP_AUTH_TOKEN>"
      }
    }
  }
}

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

JMAP Email in other clients