Mailappmcp
Rank #27,751io.github.aernouddekker/mailappmcp
MCP server for macOS Mail.app — gives Claude native email access via AppleScript
Mailappmcp is a Model Context Protocol (MCP) server published by aernouddekker. It ranks #27,751 of 115,591 servers tracked on MCP Toplist, and its repository has 4 GitHub stars. Mailappmcp is listed on Official MCP, with 8 tracked versions. It was first listed on Apr 4, 2026 and most recently updated on Jun 2, 2026.
Ranks ahead of 87,840 of 115,591 servers on MCP Toplist.
Use Mailappmcp
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add mailappmcp -- npx -y mailappmcp[mcp_servers.mailappmcp]
command = "npx"
args = ["-y", "mailappmcp"]Add to ~/.codex/config.toml.
{
"mcpServers": {
"mailappmcp": {
"command": "npx",
"args": [
"-y",
"mailappmcp"
]
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config).
{
"mcpServers": {
"mailappmcp": {
"command": "npx",
"args": [
"-y",
"mailappmcp"
]
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"servers": {
"mailappmcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"mailappmcp"
]
}
}
}Save as .vscode/mcp.json in your workspace.
{
"mcpServers": {
"mailappmcp": {
"command": "npx",
"args": [
"-y",
"mailappmcp"
]
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"mailappmcp": {
"command": "npx",
"args": [
"-y",
"mailappmcp"
]
}
}
}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.aernouddekker%2Fmailappmcp)<a href="https://mcptoplist.com/server/io.github.aernouddekker%2Fmailappmcp"><img src="https://mcptoplist.com/badge/io.github.aernouddekker%2Fmailappmcp.svg" alt="MCP Toplist: Top 25% of 115,591" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 1 registry
aernouddekker
Other servers by aernouddekker
View all aernouddekker servers →Available versions (8)
| Version | Published |
|---|---|
| 0.4.0 | Jun 2, 2026 |
| 0.3.4 | May 11, 2026 |
| 0.3.3 | Apr 11, 2026 |
| 0.3.2 | Apr 9, 2026 |
| 0.3.1 | Apr 6, 2026 |
| 0.3.0 | Apr 5, 2026 |
| 0.2.0 | Apr 5, 2026 |
| 0.1.1 | Apr 4, 2026 |
Frequently asked questions
- Who maintains Mailappmcp?
- Mailappmcp is maintained by aernouddekker, which publishes 7 MCP servers (32 total versions) tracked on MCP Toplist.
- Is Mailappmcp listed on the Official MCP Registry?
- Yes — Mailappmcp is listed on the Official MCP Registry.
- How many versions does Mailappmcp have?
- MCP Toplist tracks 8 versions of Mailappmcp, most recently published on Jun 2, 2026.
- Where can I find the source code for Mailappmcp?
- The source code for Mailappmcp is hosted at github.com/aernouddekker/mailappmcp.