mcpbeat Sign in

IMAP MCP Pro MCP Server

by temple-of-epiphany Your server? Claim it
local only

IMAP MCP Pro runs on your own machine — the client starts it, so there is no endpoint to ping. Last commit 13 Sep 2026.

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

Installs / week
not published
0
Stars
20 open issues
13 Sep 2026
Last commit
from GitHub
License
TypeScript

What the code does

We read the source, 20 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.

        string: "~/Library/LaunchAgents/com.templeofepiphany.imap-mcp-pro.plist"
Runs an external command dxt/build.mjs:60
  return execSync(cmd, { stdio: 'inherit', cwd: repoRoot, ...opts });
    const userDir = path.join(this.config.stagingDir, input.userId);
Dumps the whole environment src/utils/env-resolver.ts:174
  for (const [name, raw] of Object.entries(process.env)) {

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 IMAP MCP Pro

same job, measured the same way
Mailbox MCP
by jgalea

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

84 installs/wk local only
Email MCP
by codefuturist

IMAP/SMTP email MCP server — 47 tools, IMAP IDLE push, multi-account, AI triage.

1 393 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
Better Email MCP
by n24q02m

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

1 683 installs/wk local only
MCP Server Imap
by aiwerk

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

152 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
Multi Gmail MCP
by gx-55

Manage multiple Gmail accounts in Claude Desktop — search, send, reply, draft, and organize.

60 installs/wk local only

IMAP MCP Pro — questions

Answers built from our own checks of this server.

Why is there no uptime for IMAP MCP Pro?
IMAP MCP Pro runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone.
Is IMAP MCP Pro open source?
We cannot say either way: written in TypeScript, 0 stars on GitHub and 20 open issues, but we could not determine the licence, and without one the code is not open source by default.