Apple Mail MCP
Rank #2,682io.github.imdinu/apple-mail-mcp
Apple Mail MCP server with full-coverage FTS5 body search, reliable on large mailboxes.
Apple Mail MCP is a Model Context Protocol (MCP) server published by imdinu. It ranks #2,682 of 103,541 servers tracked on MCP Toplist, and its repository has 51 GitHub stars. Apple Mail MCP is listed across 3 registries — Official MCP, Glama and PulseMCP, with 3 tracked versions. It was first listed on Jan 27, 2026 and most recently updated on Jul 30, 2026.
Ranks ahead of 100,859 of 103,541 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 -- uvx apple-mail-mcp[mcp_servers.apple-mail-mcp]
command = "uvx"
args = ["apple-mail-mcp"]Add to ~/.codex/config.toml.
{
"mcpServers": {
"apple-mail-mcp": {
"command": "uvx",
"args": [
"apple-mail-mcp"
]
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config).
{
"mcpServers": {
"apple-mail-mcp": {
"command": "uvx",
"args": [
"apple-mail-mcp"
]
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"servers": {
"apple-mail-mcp": {
"type": "stdio",
"command": "uvx",
"args": [
"apple-mail-mcp"
]
}
}
}Save as .vscode/mcp.json in your workspace.
{
"mcpServers": {
"apple-mail-mcp": {
"command": "uvx",
"args": [
"apple-mail-mcp"
]
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"apple-mail-mcp": {
"command": "uvx",
"args": [
"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.imdinu%2Fapple-mail-mcp)<a href="https://mcptoplist.com/server/io.github.imdinu%2Fapple-mail-mcp"><img src="https://mcptoplist.com/badge/io.github.imdinu%2Fapple-mail-mcp.svg" alt="MCP Toplist: Top 5% of 103,541" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 1 registry (2 delisted)
imdinu
Available versions (3)
| Version | Published |
|---|---|
| 0.4.3 | Jul 30, 2026 |
| 0.1.2 | Feb 19, 2026 |
| 0.1.0 | Nov 25, 2024 |
Frequently asked questions
- Who maintains Apple Mail MCP?
- Apple Mail MCP is maintained by imdinu, which publishes 1 MCP server (3 total versions) 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 Glama and PulseMCP.
- How many versions does Apple Mail MCP have?
- MCP Toplist tracks 3 versions of Apple Mail MCP, most recently published on Jul 30, 2026.
- Where can I find the source code for Apple Mail MCP?
- The source code for Apple Mail MCP is hosted at github.com/imdinu/apple-mail-mcp.