mcpbeat Sign in

Mailbox MCP Server

local only

Mailbox MCP runs on your own machine — the client starts it, so there is no endpoint to ping. 84 installs a week from npm. Last commit 3 Sep 2026.

Multi-account email MCP server for Gmail, IMAP, and JMAP: search, send, drafts, labels.

Installs per day peak 58 · avg 14 · -42% w/w
a month agotoday
84
Installs / week
npm · mailbox-mcp
7
Stars
0 open issues
3 Sep 2026
Last commit
0 releases in 90 days
MIT
License
TypeScript

What the code does

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

A tool parameter reaches a dangerous call

A value the model can set ends up inside a file or shell call. That is not a flaw by itself — for a terminal server it is the job — but it is where things go wrong when it is not.

A tool parameter reaches a file or shell call download_attachment.account → src/tools/attachments.ts:35, export_email.account → src/tools/export.ts:34, export_email.account → src/tools/export.ts:68 и ещё 3
    writeFileSync(filePath, result.data, { mode: 0o600 });
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 src/auth/gmail-oauth.ts:27
    const child = spawn(opener.cmd, opener.args, { detached: true, stdio: "ignore" });

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

A tool parameter here reaches a dangerous call

That is not a flaw by itself — but it is where things go wrong when it is not the job. We re-read this code on every release. Watch it and you hear from us the day another one appears.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add mailbox-mcp -- npx -y mailbox-mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "mailbox-mcp": {
      "args": [
        "-y",
        "mailbox-mcp"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.mailbox-mcp]
command = "npx"
args = ["-y", "mailbox-mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "mailbox-mcp": {
      "args": [
        "-y",
        "mailbox-mcp"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "mailbox-mcp": {
      "args": [
        "-y",
        "mailbox-mcp"
      ],
      "command": "npx"
    }
  }
}

This one needs environment variables set before it will start: MAILBOX_MCP_PASSPHRASE (Passphrase used to encrypt IMAP/JMAP credentials at rest. Required for IMAP and JMAP accounts.). The author declared them in the registry entry; get the values from the project itself.

Alternatives to Mailbox MCP

same job, measured the same way
Multi-Account Gmail
by cunicopia-dev

Multi-account Gmail MCP server — read, search, draft, and label across every inbox.

369 installs/wk local only
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
Email (IMAP/SMTP)
by boutquin

Multi-account IMAP/SMTP email server with 22 tools for reading, sending, searching, and organizing.

local only
Gmail
by mintmcp

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

answering
IMAP MCP Pro
by temple-of-epiphany

Production IMAP & SMTP for Claude: multi-account email search, triage, send, and spam checks.

local only
Gmail
by markswendsen-code

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

26 installs/wk local only
Better Email MCP
by n24q02m

IMAP/SMTP MCP server for Email with composite tools. Multi-account, auto-discovery.

1 683 installs/wk local only
Outlook Email
by mintmcp

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

answering

Mailbox MCP — questions

Answers built from our own checks of this server.

Why is there no uptime for Mailbox MCP?
Mailbox MCP runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the npm package mailbox-mcp was installed 84 times last week.
How do I connect Mailbox MCP?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls mailbox-mcp straight from npm; nothing to host, nothing to sign up for.
How many people use Mailbox MCP?
The npm package mailbox-mcp was installed 84 times in the last week. Week over week that is -42%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Mailbox MCP open source?
Yes — it is published under the MIT licence, written in TypeScript and 7 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.