This MCP server allows AI assistants to read, send, search, and manage emails in Apple Mail on macOS. It uses AppleScript to interact with the Mail app locally.
{
"mcpServers": {
"apple-mail-4": {
"command": "npx",
"args": [
"-y",
"apple-mail-mcp"
]
}
}
}