Mac Mail MCP
Rank #25,361io.github.wagamama/mac-mail-mcp
Mac Mail MCP server with full-coverage FTS5 body search for local Apple Mail.
Mac Mail MCP is a Model Context Protocol (MCP) server published by wagamama. It ranks #25,361 of 115,460 servers tracked on MCP Toplist. Mac Mail MCP is listed on Official MCP, with 2 tracked versions. It was first listed on May 31, 2026 and most recently updated on May 31, 2026.
Ranks ahead of 90,099 of 115,460 servers on MCP Toplist.
Use Mac Mail MCP
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add mac-mail-mcp -- uvx mac-mail-mcp[mcp_servers.mac-mail-mcp]
command = "uvx"
args = ["mac-mail-mcp"]Add to ~/.codex/config.toml.
{
"mcpServers": {
"mac-mail-mcp": {
"command": "uvx",
"args": [
"mac-mail-mcp"
]
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config).
{
"mcpServers": {
"mac-mail-mcp": {
"command": "uvx",
"args": [
"mac-mail-mcp"
]
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"servers": {
"mac-mail-mcp": {
"type": "stdio",
"command": "uvx",
"args": [
"mac-mail-mcp"
]
}
}
}Save as .vscode/mcp.json in your workspace.
{
"mcpServers": {
"mac-mail-mcp": {
"command": "uvx",
"args": [
"mac-mail-mcp"
]
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"mac-mail-mcp": {
"command": "uvx",
"args": [
"mac-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.wagamama%2Fmac-mail-mcp)<a href="https://mcptoplist.com/server/io.github.wagamama%2Fmac-mail-mcp"><img src="https://mcptoplist.com/badge/io.github.wagamama%2Fmac-mail-mcp.svg" alt="MCP Toplist: Top 25% of 115,460" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 1 registry
wagamama
Available versions (2)
| Version | Published |
|---|---|
| 0.5.6 | May 31, 2026 |
| 0.4.0 | May 31, 2026 |
Frequently asked questions
- Who maintains Mac Mail MCP?
- Mac Mail MCP is maintained by wagamama, which publishes 3 MCP servers (4 total versions) tracked on MCP Toplist.
- Is Mac Mail MCP listed on the Official MCP Registry?
- Yes — Mac Mail MCP is listed on the Official MCP Registry.
- How many versions does Mac Mail MCP have?
- MCP Toplist tracks 2 versions of Mac Mail MCP, most recently published on May 31, 2026.
- Where can I find the source code for Mac Mail MCP?
- The source code for Mac Mail MCP is hosted at github.com/wagamama/apple-app-mcp.