Apple Mail MCP for Zed
io.github.imdinu/apple-mail-mcp
Apple Mail MCP server with full-coverage FTS5 body search, reliable on large mailboxes.
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-mail-mcp"
]
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs