mail-muncher
Rank #10,648io.github.craigjmidwinter/mail-muncher
Filtered, read-only IMAP and Gmail archived to disk as .eml + markdown, served over MCP.
mail-muncher is a Model Context Protocol (MCP) server published by craigjmidwinter. It ranks #10,648 of 115,591 servers tracked on MCP Toplist, and its repository has 3 GitHub stars. mail-muncher is listed across 2 registries — Official MCP and Glama, with 1 tracked version. It was first listed on Jul 29, 2026 and most recently updated on Jul 31, 2026.
Ranks ahead of 104,943 of 115,591 servers on MCP Toplist.
Use mail-muncher
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add mail-muncher -- docker run -i --rm ghcr.io/craigjmidwinter/mail-muncher:0.4.0 mcp[mcp_servers.mail-muncher]
command = "docker"
args = ["run", "-i", "--rm", "ghcr.io/craigjmidwinter/mail-muncher:0.4.0", "mcp"]Add to ~/.codex/config.toml.
{
"mcpServers": {
"mail-muncher": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/craigjmidwinter/mail-muncher:0.4.0",
"mcp"
]
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config).
{
"mcpServers": {
"mail-muncher": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/craigjmidwinter/mail-muncher:0.4.0",
"mcp"
]
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"servers": {
"mail-muncher": {
"type": "stdio",
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/craigjmidwinter/mail-muncher:0.4.0",
"mcp"
]
}
}
}Save as .vscode/mcp.json in your workspace.
{
"mcpServers": {
"mail-muncher": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/craigjmidwinter/mail-muncher:0.4.0",
"mcp"
]
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"mail-muncher": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/craigjmidwinter/mail-muncher:0.4.0",
"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.craigjmidwinter%2Fmail-muncher)<a href="https://mcptoplist.com/server/io.github.craigjmidwinter%2Fmail-muncher"><img src="https://mcptoplist.com/badge/io.github.craigjmidwinter%2Fmail-muncher.svg" alt="MCP Toplist: Top 10% of 115,591" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 2 registries
craigjmidwinter
Other servers by craigjmidwinter
View all craigjmidwinter servers →Available versions (1)
| Version | Published |
|---|---|
| 0.4.0 | Jul 31, 2026 |
Frequently asked questions
- Who maintains mail-muncher?
- mail-muncher is maintained by craigjmidwinter, which publishes 2 MCP servers (2 total versions) tracked on MCP Toplist.
- Is mail-muncher listed on the Official MCP Registry?
- Yes — mail-muncher is listed on the Official MCP Registry, alongside Glama.
- How many versions does mail-muncher have?
- MCP Toplist tracks 1 version of mail-muncher, most recently published on Jul 31, 2026.
- Where can I find the source code for mail-muncher?
- The source code for mail-muncher is hosted at github.com/craigjmidwinter/mail-muncher.