mcpbeat Sign in

Apple Mail MCP Server

local only

Apple Mail runs on your own machine — the client starts it, so there is no endpoint to ping. 138 installs a week from pypi. Last commit 21 Aug 2026.

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

Installs per day peak 489 · avg 52 · -36% w/w
a month agotoday
138
Installs / week
pypi · apple-mcp-mail
12
Stars
1 open issues
21 Aug 2026
Last commit
0 releases in 90 days
MIT
License
Python

Nothing serious here today

Today is the operative word: we check Apple Mail every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add apple-mcp-mail -- uvx apple-mcp-mail
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "apple-mcp-mail": {
      "args": [
        "apple-mcp-mail"
      ],
      "command": "uvx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.apple-mcp-mail]
command = "uvx"
args = ["apple-mcp-mail"]
.cursor/mcp.json
{
  "mcpServers": {
    "apple-mcp-mail": {
      "args": [
        "apple-mcp-mail"
      ],
      "command": "uvx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "apple-mcp-mail": {
      "args": [
        "apple-mcp-mail"
      ],
      "command": "uvx"
    }
  }
}

Alternatives to Apple Mail

same job, measured the same way
Mail.app
by p-l-ta

Search, read, send, and manage email via macOS Mail.app across all configured accounts.

98 installs/wk local only
Gmail
by domdomegg

Allow AI systems to read, send, archive, and manage emails via Gmail.

205 installs/wk local only
Mailbridge
by creativestefan

Connect your AI assistant to email — read, search, send, and organise via IMAP/SMTP.

271 installs/wk local only
Email2Chat
by bayramcsb

Connect Claude to your Gmail and Outlook inbox. Read, search, and manage emails via AI.

80 installs/wk local only
Gmail
by markswendsen-code

Gmail MCP server — send, read, and search email. By Strider Labs.

58 installs/wk local only
MCP Email
by infoinlet-marketplace

Email for AI agents — read inbox (IMAP), search, and send (SMTP).

46 installs/wk local only
Proton Mail (unofficial)
by sethbang

Unofficial Proton Mail MCP — send, read, search & organize email over SMTP and IMAP

122 installs/wk local only
Microsoft Outlook MCP
by 0xka13b

Microsoft Outlook (mail) MCP server — read, search, and send email through Microsoft Graph.

94 installs/wk local only

Apple Mail — questions

Answers built from our own checks of this server.

Why is there no uptime for Apple Mail?
Apple Mail runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the pypi package apple-mcp-mail was installed 138 times last week.
How do I connect Apple Mail?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls apple-mcp-mail straight from pypi; nothing to host, nothing to sign up for.
How many people use Apple Mail?
The pypi package apple-mcp-mail was installed 138 times in the last week. Week over week that is -36%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Apple Mail open source?
Yes — it is published under the MIT licence, written in Python, 12 stars on GitHub and 1 open issue. The source link is on this page, so you can read exactly what it does with your data before you connect it.