Skip to content
Zed

Apple Mail MCP for Zed

io.github.jayvee6/apple-mail-mcp

LLM access to Apple Mail and iCloud via AppleScript. Read, search, compose, reply, flag and delete.

client:Zed transport:stdio runtime:npm

Install Apple Mail MCP in Zed

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

{
  "context_servers": {
    "apple-mail-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@jdot6/apple-mail-mcp"
      ]
    }
  }
}

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

Apple Mail MCP in other clients