From apple-mail
Local MCP server providing access to Apple Mail for reading, searching, sending, and managing emails on macOS. Runs locally as a subprocess via bash script.
npx claudepluginhub patrickfreyer/apple-mail-mcp --plugin apple-mailAdd to your .mcp.json:
{
"mcpServers": {
"apple-mail": {
"command": "/bin/bash",
"args": [
"${CLAUDE_PLUGIN_ROOT}/start_mcp.sh"
]
}
}
}This server has elevated permissions. Review the source code before enabling.
/bin/bash