Skip to content
Zed

apple mail mcp for Zed

io.github.parasxos/apple-mail-mcp

Fast local Apple Mail MCP: indexed search, full-text bodies, verified sends, triage. macOS.

client:Zed transport:stdio runtime:pypi

Install apple mail mcp in Zed

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

{
  "context_servers": {
    "apple-mail-mcp": {
      "command": "uvx",
      "args": [
        "apple-mailbox-mcp"
      ]
    }
  }
}

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

apple mail mcp in other clients