← Back to Plugins
MCP Server MCP

Apple Mail

github By github 👁 1 views ▲ 0 votes

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

Homepage Verified source GitHub

Install

uvx apple-mcp-mail

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "pypi",
      "registryBaseUrl": "https://pypi.org",
      "identifier": "apple-mcp-mail",
      "version": "1.0.2",
      "runtimeHint": "uvx",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "Safety mode for Mail operations: safe_readonly, safe_manage, or full_access.",
          "format": "string",
          "default": "safe_manage",
          "choices": [
            "safe_readonly",
            "safe_manage",
            "full_access"
          ],
          "name": "APPLE_MAIL_MCP_SAFETY_PROFILE"
        },
        {
          "description": "Directory attachments may be saved to or attached from. Unset disables attachment file access.",
          "format": "filepath",
          "name": "APPLE_MAIL_MCP_ALLOWED_ATTACHMENT_ROOT"
        },
        {
          "description": "Whether compose tools open visible draft windows in Mail.app.",
          "format": "boolean",
          "default": "true",
          "name": "APPLE_MAIL_MCP_VISIBLE_DRAFTS"
        }
      ]
    },
    {
      "registryType": "mcpb",
      "identifier": "https://github.com/JonathanRReed/Apple-MCPs/releases/download/v1.0.2/apple-mail-1.0.2.mcpb",
      "version": "1.0.2",
      "fileSha256": "fa5b69357b99d3a26b266d19468db4da259fbd8a8ba0a2bacf75b4eb16e9ad0a",
      "transport": {
        "type": "stdio"
      }
    }
  ]
}
mcp model-context-protocol pypi mcpb

Comments

Sign in to leave a comment

Loading comments...