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
{
"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