iCloud Mail for Zed
io.github.julienrabault/icloud-mcp
Read, search, draft, send and file iCloud Mail over IMAP and SMTP. No tool destroys mail.
client:Zed
transport:stdio
runtime:pypi
Install iCloud Mail in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"icloud-mcp": {
"command": "uvx",
"args": [
"icloud-mail-mcp"
],
"env": {
"ICLOUD_EMAIL": "<ICLOUD_EMAIL>",
"ICLOUD_APP_PASSWORD": "<ICLOUD_APP_PASSWORD>",
"ICLOUD_DISPLAY_NAME": "<ICLOUD_DISPLAY_NAME>"
}
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs