Apple Mail MCP
Rank #25,728io.github.jayvee6/apple-mail-mcp
LLM access to Apple Mail and iCloud via AppleScript. Read, search, compose, reply, flag and delete.
Apple Mail MCP is a Model Context Protocol (MCP) server published by jayvee6. It ranks #25,728 of 132,046 servers tracked on MCP Toplist, and its repository has 2 GitHub stars. Apple Mail MCP is listed across 3 registries — Official MCP, PulseMCP and Glama, with 1 tracked version. It was first listed on Apr 19, 2026 and most recently updated on May 3, 2026.
Ranks ahead of 106,318 of 132,046 servers on MCP Toplist.
Use Apple Mail MCP
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add apple-mail-mcp -- npx -y @jdot6/apple-mail-mcp[mcp_servers.apple-mail-mcp]
command = "npx"
args = ["-y", "@jdot6/apple-mail-mcp"]Add to ~/.codex/config.toml.
{
"mcpServers": {
"apple-mail-mcp": {
"command": "npx",
"args": [
"-y",
"@jdot6/apple-mail-mcp"
]
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config).
{
"mcpServers": {
"apple-mail-mcp": {
"command": "npx",
"args": [
"-y",
"@jdot6/apple-mail-mcp"
]
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"servers": {
"apple-mail-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@jdot6/apple-mail-mcp"
]
}
}
}Save as .vscode/mcp.json in your workspace.
{
"mcpServers": {
"apple-mail-mcp": {
"command": "npx",
"args": [
"-y",
"@jdot6/apple-mail-mcp"
]
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"apple-mail-mcp": {
"command": "npx",
"args": [
"-y",
"@jdot6/apple-mail-mcp"
]
}
}
}Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/io.github.jayvee6%2Fapple-mail-mcp)<a href="https://mcptoplist.com/server/io.github.jayvee6%2Fapple-mail-mcp"><img src="https://mcptoplist.com/badge/io.github.jayvee6%2Fapple-mail-mcp.svg" alt="MCP Toplist: Top 25% of 132,046" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 3 registries
jayvee6
Available versions (1)
| Version | Published |
|---|---|
| 0.1.0 | May 3, 2026 |
Frequently asked questions
- Who maintains Apple Mail MCP?
- Apple Mail MCP is maintained by jayvee6, which publishes 1 MCP server (1 total version) tracked on MCP Toplist.
- Is Apple Mail MCP listed on the Official MCP Registry?
- Yes — Apple Mail MCP is listed on the Official MCP Registry, alongside PulseMCP and Glama.
- How many versions does Apple Mail MCP have?
- MCP Toplist tracks 1 version of Apple Mail MCP, most recently published on May 3, 2026.
- Where can I find the source code for Apple Mail MCP?
- The source code for Apple Mail MCP is hosted at github.com/jayvee6/apple-mail-mcp.
Do you run this server?
Community projects list the MCP servers behind real agents and apps. Publish yours and this page will link to it.