Skip to content
Zed

Apple Mail for Zed

io.github.mgcrea/mcp-apple-mail

Search, read and act on Apple Mail — threads, attachments, body search, writes off by default

client:Zed transport:stdio runtime:npm

Install Apple Mail in Zed

~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json

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

{
  "context_servers": {
    "mcp-apple-mail": {
      "command": "npx",
      "args": [
        "-y",
        "@mgcrea/mcp-apple-mail"
      ],
      "env": {
        "APPLE_MAIL_ALLOW_WRITES": "<APPLE_MAIL_ALLOW_WRITES>",
        "APPLE_MAIL_ACCOUNTS": "<APPLE_MAIL_ACCOUNTS>"
      }
    }
  }
}

Merge this into your existing settings object — do not replace the file. Zed docs

Apple Mail in other clients