Mac Mail MCP for Zed
io.github.wagamama/mac-mail-mcp
Mac Mail MCP server with full-coverage FTS5 body search for local Apple Mail.
client:Zed
transport:stdio
runtime:pypi
Install Mac Mail MCP in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"mac-mail-mcp": {
"command": "uvx",
"args": [
"mac-mail-mcp"
]
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs