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