mcpbeat Sign in

Email MCP Server

by codefuturist Your server? Claim it
local only

Email MCP runs on your own machine — the client starts it, so there is no endpoint to ping. 1 393 installs a week from npm. Last commit 20 May 2026.

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

Installs per day peak 1 505 · avg 435 · +83% w/w
a month agotoday
1 393
Installs / week
npm · @codefuturist/email-mcp
111
Stars
27 open issues
20 May 2026
Last commit
0 releases in 90 days
LGPL-3.0
License
TypeScript

What the code does

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

      execSync(`launchctl load "${LAUNCHD_PLIST}"`, { stdio: 'pipe' });

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

Alternatives to Email MCP

same job, measured the same way
Ghidra Retro MCP
by getanirao

Headless Ghidra MCP server with P-code emulation and multi-console ROM triage.

58 installs/wk local only
OpenOSINT
by sonotommy

AI-powered OSINT agent & MCP server. 16 tools: email, breach, IP, WHOIS, DNS, Shodan, GitHub & more.

863 installs/wk local only
OpenOSINT
by openosint

AI-powered OSINT agent & MCP server. 16 tools: email, breach, IP, WHOIS, DNS, Shodan, GitHub & more.

local only
1password
by cakerepository

MCP server for 1Password service accounts — tools and resources for vaults and credentials

248 installs/wk local only
Multi-MCP
by religa

Multi-model AI orchestration MCP server with code review, compare, and debate tools.

64 installs/wk local only
Kognitrix AI
by themohal

8 AI services via MCP: content, code, image, docs, data extraction, translation, SEO, email.

answering
MCP Wise
by codespar

MCP server for Wise — multi-currency accounts, FX, international transfers, quotes, recipients

20 installs/wk local only
Grok Video
by codechap

MCP server for Grok video — text-to-video, image-to-video, and video editing

local only

Email MCP — questions

Answers built from our own checks of this server.

Why is there no uptime for Email MCP?
Email 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 @codefuturist/email-mcp was installed 1 393 times last week.
How do I connect Email 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 @codefuturist/email-mcp straight from npm; nothing to host, nothing to sign up for.
How many people use Email MCP?
The npm package @codefuturist/email-mcp was installed 1 393 times in the last week. Week over week that is +83%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Email MCP open source?
Yes — it is published under the LGPL-3.0 licence, written in TypeScript, 111 stars on GitHub and 27 open issues. The source link is on this page, so you can read exactly what it does with your data before you connect it.