mcpbeat Sign in

Mailbox MCP Server

local only

Mailbox runs on your own machine — the client starts it, so there is no endpoint to ping. Last commit 8 Sep 2026.

Self-hosted MCP server for unified IMAP/SMTP mailbox access: read, list, and send email.

Installs / week
not published
4
Stars
0 open issues
8 Sep 2026
Last commit
from GitHub
WTFPL
License
Python

What the code does

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

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.

Runs an external command .agents/plugins/mailbox/bin/cli.js:40
const result = spawnSync(process.execPath, args, { stdio: "inherit" });
Touches key and credential files .gitleaks.toml:17
  '''(^|/)id_ed25519.*''',

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

This code can reach further than it looks

We found places where it runs commands, builds paths or queries from values it is given. None of that is a flaw by itself — it becomes one when the code changes, and code changes quietly between releases. We re-read it on every one.

Three servers free · no card

Alternatives to Mailbox

same job, measured the same way
MCP Server Imap
by aiwerk

Email tools for any IMAP/SMTP provider: list, read, search, send, and manage messages.

152 installs/wk local only
Your Mail MCP
by wildsurfer

Read-only, self-hosted MCP access to IMAP email, mirrored locally and indexed by notmuch.

local only
MCP Email
by infoinlet-marketplace

Email for AI agents — read inbox (IMAP), search, and send (SMTP).

32 installs/wk local only
Aruba Email & Calendar
by jackfioru92

MCP server for Aruba email and calendar via IMAP/SMTP/CalDAV

75 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
MCP Ecc
by karljsamuel

Unified MCP server for Email, Calendar & Contacts (Google, M365, Zoho, IMAP/SMTP, DAV).

282 installs/wk local only
Proton Mail (unofficial)
by sethbang

Unofficial Proton Mail MCP — send, read, search & organize email over SMTP and IMAP

67 installs/wk local only
Email MCP
by marlinjai

Unified email MCP server for Gmail, Outlook, iCloud, and IMAP with batch operations

236 installs/wk local only

Mailbox — questions

Answers built from our own checks of this server.

Why is there no uptime for Mailbox?
Mailbox runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone.
Is Mailbox open source?
No, and the distinction matters: its licence is declared as WTFPL. That makes it source-available — you can read the code, but the terms are the author's own, not one of the recognised open-source licences. Read them before you build on it.