mcpbeat Sign in

Mbox MCP Server

local only

Mbox MCP runs on your own machine — the client starts it, so there is no endpoint to ping. 63 installs a week from npm. Last commit 15 Aug 2026.

Search local email archives (.mbox/.eml) entirely on your machine. No OAuth, no cloud.

Installs per day peak 65 · avg 2
a month agotoday
63
Installs / week
npm · mbox-mcp
0
Stars
0 open issues
15 Aug 2026
Last commit
0 releases in 90 days
MIT
License
TypeScript

Nothing serious here today

Today is the operative word: we check Mbox MCP every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.

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 mbox-mcp -- npx -y mbox-mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "mbox-mcp": {
      "args": [
        "-y",
        "mbox-mcp"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.mbox-mcp]
command = "npx"
args = ["-y", "mbox-mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "mbox-mcp": {
      "args": [
        "-y",
        "mbox-mcp"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "mbox-mcp": {
      "args": [
        "-y",
        "mbox-mcp"
      ],
      "command": "npx"
    }
  }
}

Alternatives to Mbox MCP

same job, measured the same way
namailu.cz Agent Email
by namailu

namailu.cz gives your AI agent its own email inbox: read and send mail over MCP, with OAuth.

answering
F
Salamailer
by salamailer

Send end-to-end encrypted email and files. Encryption happens on your machine, not our server.

73 installs/wk local only
chatmux
by echoedinvoker

Local-first MCP server for your own LINE and Telegram chats. Data stays on your machine.

local only
Apple Mail
by jonathanrreed

Read, search, compose, and send emails via Apple Mail on macOS.

138 installs/wk local only
mail-index
by unsoldgroup

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

107 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
Email2Chat
by bayramcsb

Connect Claude to your Gmail and Outlook inbox. Read, search, and manage emails via AI.

80 installs/wk local only
WhatsApp Chat Reader (Unofficial)
by nabheetcloud

Unofficial read-only MCP server for your local WhatsApp chat history (stays on your machine).

68 installs/wk local only

Mbox MCP — questions

Answers built from our own checks of this server.

Why is there no uptime for Mbox MCP?
Mbox 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 mbox-mcp was installed 63 times last week.
How do I connect Mbox 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 mbox-mcp straight from npm; nothing to host, nothing to sign up for.
How many people use Mbox MCP?
The npm package mbox-mcp was installed 63 times in the last week. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Mbox MCP open source?
Yes — it is published under the MIT licence, written in TypeScript and 0 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.