Skip to content
Cursor

Apple Mail for Cursor

io.github.jonathanrreed/apple-mcp-mail

Read, search, compose, and send emails via Apple Mail on macOS.

client:Cursor transport:stdio runtime:pypi

Install Apple Mail in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "apple-mcp-mail": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "apple-mcp-mail"
      ],
      "env": {
        "APPLE_MAIL_MCP_SAFETY_PROFILE": "<APPLE_MAIL_MCP_SAFETY_PROFILE>",
        "APPLE_MAIL_MCP_ALLOWED_ATTACHMENT_ROOT": "<APPLE_MAIL_MCP_ALLOWED_ATTACHMENT_ROOT>",
        "APPLE_MAIL_MCP_VISIBLE_DRAFTS": "<APPLE_MAIL_MCP_VISIBLE_DRAFTS>"
      }
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

Apple Mail in other clients