Apple Mail MCP for Windsurf
io.github.jayvee6/apple-mail-mcp
LLM access to Apple Mail and iCloud via AppleScript. Read, search, compose, reply, flag and delete.
client:Windsurf
transport:stdio
runtime:npm
Install Apple Mail MCP in Windsurf
~/.codeium/windsurf/mcp_config.json · windows: %USERPROFILE%\.codeium\windsurf\mcp_config.json
{
"mcpServers": {
"apple-mail-mcp": {
"command": "npx",
"args": [
"-y",
"@jdot6/apple-mail-mcp"
]
}
}
}
Global only — Windsurf has no per-project MCP config. Refresh Cascade after saving. Windsurf docs