PluginBench
MCP Server
Active
MIT

Apple Mail MCP Server

io.github.JonathanRReed/apple-mcp-mail

What is the Apple Mail MCP server?

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

How to install Apple Mail

Copy-paste configuration for popular MCP clients.

transport: stdio
Config generated by PluginBench — verify against the source before use.
Environment / auth
  • APPLE_MAIL_MCP_SAFETY_PROFILE

    Safety mode for Mail operations: safe_readonly, safe_manage, or full_access.

  • APPLE_MAIL_MCP_ALLOWED_ATTACHMENT_ROOT

    Directory attachments may be saved to or attached from. Unset disables attachment file access.

  • APPLE_MAIL_MCP_VISIBLE_DRAFTS

    Whether compose tools open visible draft windows in Mail.app.

Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "apple-mcp-mail": {
      "command": "uvx",
      "args": [
        "apple-mcp-mail"
      ],
      "env": {
        "APPLE_MAIL_MCP_SAFETY_PROFILE": "<YOUR_APPLE_MAIL_MCP_SAFETY_PROFILE>",
        "APPLE_MAIL_MCP_ALLOWED_ATTACHMENT_ROOT": "<YOUR_APPLE_MAIL_MCP_ALLOWED_ATTACHMENT_ROOT>",
        "APPLE_MAIL_MCP_VISIBLE_DRAFTS": "<YOUR_APPLE_MAIL_MCP_VISIBLE_DRAFTS>"
      }
    }
  }
}
Cursor
~/.cursor/mcp.json
{
  "mcpServers": {
    "apple-mcp-mail": {
      "command": "uvx",
      "args": [
        "apple-mcp-mail"
      ],
      "env": {
        "APPLE_MAIL_MCP_SAFETY_PROFILE": "<YOUR_APPLE_MAIL_MCP_SAFETY_PROFILE>",
        "APPLE_MAIL_MCP_ALLOWED_ATTACHMENT_ROOT": "<YOUR_APPLE_MAIL_MCP_ALLOWED_ATTACHMENT_ROOT>",
        "APPLE_MAIL_MCP_VISIBLE_DRAFTS": "<YOUR_APPLE_MAIL_MCP_VISIBLE_DRAFTS>"
      }
    }
  }
}
Windsurf
~/.codeium/windsurf/mcp_config.json
{
  "mcpServers": {
    "apple-mcp-mail": {
      "command": "uvx",
      "args": [
        "apple-mcp-mail"
      ],
      "env": {
        "APPLE_MAIL_MCP_SAFETY_PROFILE": "<YOUR_APPLE_MAIL_MCP_SAFETY_PROFILE>",
        "APPLE_MAIL_MCP_ALLOWED_ATTACHMENT_ROOT": "<YOUR_APPLE_MAIL_MCP_ALLOWED_ATTACHMENT_ROOT>",
        "APPLE_MAIL_MCP_VISIBLE_DRAFTS": "<YOUR_APPLE_MAIL_MCP_VISIBLE_DRAFTS>"
      }
    }
  }
}
VS Code
.vscode/mcp.json
{
  "servers": {
    "apple-mcp-mail": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "apple-mcp-mail"
      ],
      "env": {
        "APPLE_MAIL_MCP_SAFETY_PROFILE": "<YOUR_APPLE_MAIL_MCP_SAFETY_PROFILE>",
        "APPLE_MAIL_MCP_ALLOWED_ATTACHMENT_ROOT": "<YOUR_APPLE_MAIL_MCP_ALLOWED_ATTACHMENT_ROOT>",
        "APPLE_MAIL_MCP_VISIBLE_DRAFTS": "<YOUR_APPLE_MAIL_MCP_VISIBLE_DRAFTS>"
      }
    }
  }
}
Claude Code
claude mcp add apple-mcp-mail --env APPLE_MAIL_MCP_SAFETY_PROFILE=<YOUR_APPLE_MAIL_MCP_SAFETY_PROFILE> --env APPLE_MAIL_MCP_ALLOWED_ATTACHMENT_ROOT=<YOUR_APPLE_MAIL_MCP_ALLOWED_ATTACHMENT_ROOT> --env APPLE_MAIL_MCP_VISIBLE_DRAFTS=<YOUR_APPLE_MAIL_MCP_VISIBLE_DRAFTS> -- uvx apple-mcp-mail

Related MCP servers

List, create, update, and delete events in Apple Calendar on macOS.

9
Python
MIT
View repository →

Inspect and search Apple Contacts on macOS, and resolve a contact into a message-ready recipient.

9
Python
MIT
View repository →

Inspect and manage local files and folders inside allowed roots on macOS.

9
Python
MIT
View repository →

Search places, estimate routes, and build Apple Maps links on macOS.

9
Python
MIT
View repository →

Inspect, search, create, edit, move, and organize notes in Apple Notes on macOS.

9
Python
MIT
View repository →

List, create, update, complete, and delete reminders in Apple Reminders on macOS.

9
Python
MIT
View repository →