Skip to main content

Apple Mail MCP

MCP server for Apple Mail on macOS.

Provides access to mailboxes, message search, reading, and composition. Keep Mail as the system of record while enabling agents to search, read, draft, and send email.

When to use

  • Mail-only workflows
  • Tighter permissions than the all-in-one server
  • Draft and send workflows through the native Mail app

What It Does

  • List mailboxes
  • Search and read messages
  • Create drafts and send messages
  • Reply, forward, mark read/unread, move, and delete
  • Tool discovery helpers search_tools and get_tool_info for context-constrained clients
  • Thread helpers: mail_get_thread, mail_reply_latest_in_thread, mail_archive_thread
  • Mailbox resources and reply-oriented prompts
  • Health and permission checks: mail_health, mail_permission_guide, mail_recheck_permissions

Tools

mail_health, mail_permission_guide, mail_recheck_permissions, mail_list_mailboxes, mail_search_messages, mail_get_message, mail_get_thread, mail_compose_draft, mail_send_message, mail_reply_message, mail_forward_message, mail_mark_message, mail_move_message, mail_delete_message, mail_reply_latest_in_thread, mail_archive_thread, mail_list_prompts, mail_get_prompt, plus the discovery helpers search_tools and get_tool_info.

Install On This Mac

Quick start (uvx, from PyPI)

With uv installed:

uvx apple-mcp-mail

No clone, no venv management.

From a clone
git clone https://github.com/JonathanRReed/Apple-MCPs.git
cd Apple-MCPs
uv sync --all-packages

This builds one workspace environment with every server's entry point in .venv/bin (for example .venv/bin/apple-mail-mcp). You can also point an MCP client at AppleMail-MCP/start.sh, which prefers uv run and falls back to a plain venv bootstrap (Python 3.11+ required).

Install In AI Agents

Generic MCP client config
{
  "mcpServers": {
    "apple-mail": {
      "command": "uvx",
      "args": ["apple-mcp-mail"],
      "env": {
        "APPLE_MAIL_MCP_SAFETY_PROFILE": "safe_manage",
        "APPLE_MAIL_MCP_VISIBLE_DRAFTS": "true"
      }
    }
  }
}

Running from a clone instead? Use /path/to/Apple-MCPs/AppleMail-MCP/start.sh as the command with empty args.

Claude Code example
claude mcp add --transport stdio --scope project apple-mail -- uvx apple-mcp-mail

Safety Modes

  • safe_readonly, read and search only
  • safe_manage, read, create drafts, reply/forward, mark, move, delete, and archive threads; new-message sending is blocked
  • full_access, full Mail tool surface in this repo, including new-message sending

These are the existing policy rules. Deleting or archiving does not require switching from safe_manage to full_access.

Transport

stdio is the default and recommended transport. Set APPLE_MAIL_MCP_TRANSPORT=streamable-http (with optional APPLE_MAIL_MCP_HOST and APPLE_MAIL_MCP_PORT) to serve Streamable HTTP instead.

macOS Permissions

  • Automation access to Mail is required

Troubleshooting move/delete errors

Issue #23 reports AppleScript -1728 errors containing item ... of every message/mailbox/account. The move and delete scripts now resolve account/mailbox matches into concrete objects and look up messages by Mail's numeric ID within the original mailbox, instead of retaining positional repeat-loop references. They refuse missing or ambiguous targets and do not automatically retry mutations.

Use message_id exactly as returned by mail_search_messages. If the message has moved or the ID no longer resolves in its original mailbox, search again rather than editing the ID. ACCOUNT_AMBIGUOUS, MAILBOX_AMBIGUOUS, and their TARGET_ counterparts mean the configured names do not uniquely identify the requested object; make the selection unambiguous before retrying. Other native errors, including permission errors, remain visible.

For archiving, call mail_list_mailboxes and pass the actual destination name. Do not assume the account exposes a mailbox literally named Archive, particularly with localized or nested Gmail labels. Keep the intended account explicit when moving between accounts.

A successful mail_health response does not verify a move/delete round trip. Validate a new installation using disposable messages with unique subjects: search, perform one requested operation, and confirm the outcome in Mail. Thread archiving moves messages individually and is not transactional; after an error, inspect Mail before retrying the whole thread.

Restart the MCP client after upgrading. A fix merged on GitHub is not available to uvx installations from PyPI until a package release includes it. A source checkout can be tested through the clone instructions above; use Apple-Tools-MCP/start.sh for the unified server. If an error persists, report the installed version or source commit, macOS version, operation, and redacted error text. Do not post message bodies or private account details.

Launch Checklist

  • Add uvx apple-mcp-mail (or a clone's AppleMail-MCP/start.sh) to your MCP client
  • Reload or reconnect the client so the Mail tool surface is loaded into context
  • Call mail_health first to confirm the server is reachable
  • If Mail automation is blocked, call mail_permission_guide
  • After changing macOS permissions, call mail_recheck_permissions

Prompting Notes

  • Run Contacts before any send or reply when the user identifies a person rather than an email address.
  • tools/list returns the full Mail tool surface. Context-constrained clients can call search_tools first, then get_tool_info for the exact Mail tool they plan to call.
  • mail_search_messages requires a query string. Use a sender, a subject fragment, or * as a wildcard.
  • There is no list-all recent-mail endpoint.
  • Use mail_get_thread when the user means a conversation, not a single message.
  • Use mail_reply_latest_in_thread when the agent should reply to the newest message in the conversation.
  • Use mail_archive_thread when the user wants thread-level cleanup and Archive is the intended mailbox.
  • If the user could mean text or email, ask once before choosing Messages or Mail.
  • When Mail must send from a specific identity, pass the exact sender email in from_account.

Attachment access

File attachments are disabled until you set APPLE_MAIL_MCP_ALLOWED_ATTACHMENT_ROOT to a directory you choose, such as ~/Documents/Mail Attachments. This applies to both drafts and sends, including calls through Apple Tools. The server resolves symlinks and accepts only regular files inside that directory. Files outside it, directories, and paths containing the attachment transport separator are rejected. Mail operations without attachments continue to work with the existing safety profile.

Release files for apple-mcp-mail 1.0.5

For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.

Source distribution (sdist)

Source distribution for apple-mcp-mail 1.0.5
File Size Uploaded
apple_mcp_mail-1.0.5.tar.gz 31.0 kB Details

Built distribution (wheel)

Table of built distributions (wheels) for apple-mcp-mail 1.0.5
File Interpreter ABI Platform
apple_mcp_mail-1.0.5-py3-none-any.whl Python 3 none any Details

Total release size: 64.2 kB

Release files / apple_mcp_mail-1.0.5.tar.gz

Download URL apple_mcp_mail-1.0.5.tar.gz
Size 31.0 kB
Tags Source
SHA-256 checksum
How to use checksums
746e70c46a21fdf76e7233e867263a5a2b6343d09e9befbbb463a049b07fe371
BLAKE2b-256 checksum
How to use checksums
485ca33ef86736e5609956b090a1ae769daded2247d1d44555b9c7dd41edfeff
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/7.0.0 CPython/3.13.14

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on Sep 25, 2026.

Transparency log

Release files / apple_mcp_mail-1.0.5-py3-none-any.whl

Download URL apple_mcp_mail-1.0.5-py3-none-any.whl
Size 33.1 kB
Tags Python 3
SHA-256 checksum
How to use checksums
02aaa41a86eed7c3ea71ca9d95a2a815faf83f11633fa746f2dbdcde229f2ff9
BLAKE2b-256 checksum
How to use checksums
3b33f0b077604303f9dd9d77112a58b6c97721754a2db1f59eac927d8aa269a2
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/7.0.0 CPython/3.13.14

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on Sep 25, 2026.

Transparency log

Release history Release notifications | RSS feed

This release

1.0.5 This release

2 release files

1.0.4

2 release files

1.0.3

2 release files

1.0.2

2 release files

1.0.1

2 release files

Anthropic, PBC Visionary sponsor Bloomberg Visionary sponsor Hudson River Trading Visionary sponsor Meta Visionary sponsor NVIDIA Visionary sponsor Microsoft Sustainability sponsor Depot Continuous Integration AWS Cloud computing and Security Sponsor Datadog Monitoring Fastly CDN Google Download Analytics Sentry Error logging StatusPage Status page