Stats
Actions
Tags
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.
Copy this JSON into your .mcp.json to enable this server
Add to your .mcp.json:
{
"mcpServers": {
"apple-mail": {
"command": "/bin/bash",
"args": [
"${CLAUDE_PLUGIN_ROOT}/start_mcp.sh"
]
}
}
}Review these signals before enabling this server
This server has elevated permissions. Review the source code before enabling.
Server configuration and connection parameters
/bin/bashCommand-line arguments passed to the server process
npx claudepluginhub patrickfreyer/apple-mail-mcp --plugin apple-mail