Skip to content
Cursor

JMAP Email for Cursor

io.github.mikluko/jmap-mcp

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

client:Cursor transport:stdio runtime:oci

Install JMAP Email in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

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

{
  "mcpServers": {
    "jmap-mcp": {
      "type": "stdio",
      "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>"
      }
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

JMAP Email in other clients