mcpbeat Sign in

mail-muncher MCP Server

local only

mail-muncher runs on your own machine — the client starts it, so there is no endpoint to ping. Last commit 22 Aug 2026.

Filtered, read-only IMAP and Gmail archived to disk as .eml + markdown, served over MCP.

Installs / week
not published
3
Stars
0 open issues
22 Aug 2026
Last commit
from GitHub
MIT
License
Go

What the code does

We read the source, 22 h ago · rules 3dff92dd89df

Evidence

Things with no honest explanation: a promise that contradicts the code, code that runs at install time while hiding what it does, data leaving the machine.

Claims read-only, but the code runs commands branding/build.py:122
    subprocess.run(
Capabilities

What this server is able to do. For an MCP server this is often the job itself — a terminal server runs commands because that is what it is for. Listed so you know what you are plugging in, not as an accusation.

            candidate = filepath.Join(root.real, candidate)
Runs an external command branding/build.py:122
    subprocess.run(

Is this your server and something here is wrong? Tell us — corrections are free and do not require a plan.

We found things in this code

Code changes quietly between releases, and nobody reads the diff of a dependency. We do, on every release — watch mail-muncher and you get told the day something new turns up.

Three servers free · no card

Alternatives to mail-muncher

same job, measured the same way
Gmail Attachments MCP
by zayansalman

Minimal MCP server for downloading Gmail attachments to disk. Read-only OAuth by default.

69 installs/wk local only
Imap MCP Server
by nikolausm

IMAP/SMTP MCP server to search, read, organize, send, reply & forward email for AI assistants

501 installs/wk local only
Gmail
by markswendsen-code

Gmail MCP server — send, read, and search email. By Strider Labs.

26 installs/wk local only
MCP Emails
by mcpemails

Never-stored live email: read, send, organize, schedule and auto-triage Gmail or any IMAP mailbox.

39 installs/wk answering
mail-index
by unsoldgroup

Local-first, read-only MCP server for recall over your Gmail: search, contacts, threads, digests.

55 installs/wk local only
mail-index
by alunsoldantarctica

Local-first, read-only MCP server for recall over your Gmail: search, contacts, threads, digests.

local only
Gmail
by mintmcp

A MCP server for Gmail that lets you search, read, and draft emails and replies.

answering
Gmail MCP
by a1-x-tech

MCP server for the Gmail API: search, read and send email, manage drafts, labels and the trash.

49 installs/wk local only

mail-muncher — questions

Answers built from our own checks of this server.

Why is there no uptime for mail-muncher?
mail-muncher runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone.
Is mail-muncher open source?
Yes — it is published under the MIT licence, written in Go and 3 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.