mailappmcp for Zed
io.github.aernouddekker/mailappmcp
MCP server for macOS Mail.app — gives Claude native email access via AppleScript
client:Zed
transport:stdio
runtime:npm
Install mailappmcp in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"mailappmcp": {
"command": "npx",
"args": [
"-y",
"mailappmcp"
]
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs