mail-muncher for Claude Desktop
io.github.craigjmidwinter/mail-muncher
Filtered, read-only IMAP and Gmail archived to disk as .eml + markdown, served over MCP.
client:Claude Desktop
transport:stdio
runtime:oci
Install mail-muncher in Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json
{
"mcpServers": {
"mail-muncher": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/craigjmidwinter/mail-muncher:0.4.0"
]
}
}
}
Settings → Developer → Edit Config opens this file. Restart the app after saving. Claude Desktop docs