Skip to content
Zed

Apple Mail for Zed

io.github.jonathanrreed/apple-mcp-mail

Read, search, compose, and send emails via Apple Mail on macOS.

client:Zed transport:stdio runtime:pypi

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": {
    "apple-mcp-mail": {
      "command": "uvx",
      "args": [
        "apple-mcp-mail"
      ],
      "env": {
        "APPLE_MAIL_MCP_SAFETY_PROFILE": "<APPLE_MAIL_MCP_SAFETY_PROFILE>",
        "APPLE_MAIL_MCP_ALLOWED_ATTACHMENT_ROOT": "<APPLE_MAIL_MCP_ALLOWED_ATTACHMENT_ROOT>",
        "APPLE_MAIL_MCP_VISIBLE_DRAFTS": "<APPLE_MAIL_MCP_VISIBLE_DRAFTS>"
      }
    }
  }
}

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

Apple Mail in other clients