loaditout.ai
SkillsPacksTrendingLeaderboardAPI DocsBlogSubmitRequestsCompareAgentsXPrivacyDisclaimer
{}loaditout.ai
Skills & MCPPacksBlog

rusty_apple_mail_mcp

MCP Tool

like-a-freedom/rusty_apple_mail_mcp

Local-first Apple Mail MCP

Install

$ npx loaditout add like-a-freedom/rusty_apple_mail_mcp

Platform-specific configuration:

.claude/settings.json
{
  "mcpServers": {
    "rusty_apple_mail_mcp": {
      "command": "npx",
      "args": [
        "-y",
        "rusty_apple_mail_mcp"
      ]
    }
  }
}

Add the config above to .claude/settings.json under the mcpServers key.

About

rusty_apple_mail_mcp

Read-only MCP server for Apple Mail on macOS.

It gives an LLM or AI agent fast local access to Apple Mail metadata, message bodies, and attachment text without AppleScript and without IMAP/POP/EWS network calls.

Why this matters

Apple Mail already contains the data an agent needs, but it is buried in a local SQLite index and scattered .emlx files.

This project exposes that storage through a small, intent-driven MCP interface so an agent can:

  • locate messages by subject, date range, sender, participant, mailbox, or account;
  • fetch a full message including metadata, recipients, body, and attachment summary;
  • extract readable text from supported attachments;
  • operate completely locally and read-only.

In practice, it empowers AI workflows to search and read your mail archive safely and quickly, without relying on Mail.app automation like AppleScript (which damn slow and throws timeouts regularly) or network protocols.

What the server can do

The current tool set is intentionally compact:

| Tool | What it does | |---|---| | search_messages | Search by subject, dates, sender, participant, account, or mailbox | | list_accounts | Discover account identifiers; set include_mailboxes=true for combined account+mailbox discovery | | get_message | Read one message in full; recipients omitted by default (include_recipients=true to include) | | get_attachment_content | Extract readable attachment content | | list_mailboxes | List mailboxes/folders with message counts

Tags

apple-mailclaudeemailmcpmcp-servermodel-context-protocolrmcprustvscode

Reviews

Loading reviews...

Quality Signals

0
Installs
Last updated26 days ago
Security: AREADME

Safety

Risk Levelmedium
Data Access
read
Network Accessnone

Details

Sourcegithub-crawl
Last commit3/22/2026
View on GitHub→

Embed Badge

[![Loaditout](https://loaditout.ai/api/badge/like-a-freedom/rusty_apple_mail_mcp)](https://loaditout.ai/skills/like-a-freedom/rusty_apple_mail_mcp)