mcpbeat Sign in

Mailbridge MCP Server

by creativestefan Your server? Claim it
local only

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

Connect your AI assistant to email — read, search, send, and organise via IMAP/SMTP.

Installs per day peak 96 · avg 20 · +153% w/w
a month agotoday
135
Installs / week
npm · mailbridge-mcp
2
Stars
0 open issues
15 Jun 2026
Last commit
0 releases in 90 days
MIT
License
JavaScript

What the code does

We read the source, 22 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 setup.js:32, [пакет] setup.js:32
  try { execSync(`${openCmd} "${url}"`); } catch { /* ignore — browser open is best-effort */ }

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

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

Alternatives to Mailbridge

same job, measured the same way
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
Email2Chat
by bayramcsb

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

82 installs/wk local only
MCP Email
by infoinlet-marketplace

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

32 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
Fluxmail
by churichard

Read, search, draft, send, and organize email through Gmail, Outlook, and IMAP/SMTP mailboxes.

402 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
Apple Mail
by jonathanrreed

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

968 installs/wk local only
Agent Email
by usejunior

Local email connectivity for AI agents — read, draft, send, and organize Outlook mail via MCP

145 installs/wk local only

Mailbridge — questions

Answers built from our own checks of this server.

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