Better Email MCP

IMAP/SMTP email for AI agents -- read, send, organize folders, and manage attachments across multiple accounts, with auto-discovery. Its 7 documented tools cluster into config, run & execute, messages, folders. It runs locally over stdio via the published package.

People connecting email tools to Claude, Cursor, VS Code, or another MCP client. The project is written in TypeScript.

VERIFIED ACTIVE

LAST COMMIT 2026-08-24 · ★ 31 · #5 OF 75 MAINTAINED EMAIL · VERIFIED 2026-08-25

Apache-2.0 · TypeScript servers · how we verify → /methodology

01 · Install Better Email MCP

before you install - you'll need

Set OUTLOOK_TENANT, OUTLOOK_EXTRA_DOMAINS, PUBLIC_URL before connecting. EMAIL_CREDENTIALS is optional or environment-specific per the README.

Claude Code

claude mcp add n24q02m-better-email-mcp -- npx -y @n24q02m/better-email-mcp

Claude Desktop / Cursor / VS Code - add to config

{
  "mcpServers": {
    "n24q02m-better-email-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@n24q02m/better-email-mcp"
      ]
    }
  }
}

Same JSON for Cursor. For VS Code, rename the top-level key from `mcpServers` to `servers`.

Using another client? Same JSON, different key

Claude Desktop · mcpServers

Cursor · mcpServers

VS Code · servers

Windsurf · mcpServers

Zed · context_servers

Cline · mcpServers

Roo Code · mcpServers

Continue · mcpServers

LibreChat · mcpServers

Gemini CLI · mcpServers

Codex CLI · mcp_servers

Full setup guides: every client.

02 · Evidence

Security posture

What to check before giving this server access to your agent - from the registry, GitHub, and our own probes. We don't score safety; we show what's verifiable.

runs as local process (stdio) - runs on your machine with your user's permissions · container (OCI image) - can be sandboxed away from your filesystem

license Apache-2.0 - declared in the repository

npm package @n24q02m/better-email-mcp - published under the repo owner's npm scope (@n24q02m)

registry namespace io.github.n24q02m is GitHub-verified and matches the repo owner

03 · What Better Email MCP can do

Prose above is summarized from the project's README and registry record - no invented capabilities.

What you can build

With this server connected, an agent can search, read, mark_read, mark_unread, flag, unflag, move, archive, trash, new, reply, forward, list, status, and list, download.

Capability map

Tools grouped from the project's README - what Better Email MCP lets an agent do.

Config

2 tools - e.g. status, setup_status, setup_start, setup_reset, setup_complete, set, cache_clear; -

config · config__open_relay

run & execute

1 tool - e.g. messages (action: new \

send

Messages

1 tool - e.g. search, read, mark_read, mark_unread, flag, unflag, move, archive, trash, new, reply, forward

messages

Folders

1 tool - e.g. list, status

folders

Attachments

1 tool - e.g. list, download

attachments

Help

1 tool - e.g. -

help

Latest releases

v1.39.0 · 2026-08-15

v1.39.0 (2026-08-15) · --- · Detailed Changes: v1.39.0-beta.2...v1.39.0

v1.38.3 · 2026-08-12

v1.38.3 (2026-08-12) · --- · Detailed Changes: v1.38.3-beta.2...v1.38.3

v1.38.2 · 2026-08-11

v1.38.2 (2026-08-11) · Lock file maintenance (#1119, def6d80) · Update minor dependencies (#1118, aeffe80) · Update patch dependencies (#1117, 1f9ce8a) · --- · Detailed Changes: v1.38.1...v1.38.2

04 · Who maintains Better Email MCP

better-email-mcp is maintained by n24q02m. We track 9 MCP servers from n24q02m - 9 actively maintained, 209 combined GitHub stars, oldest repo from Dec 2025. Full record: all servers from n24q02m.

  1. better-notion-mcp Markdown-first MCP server for Notion API with 8 composite tools and 39 actions. ★ 36
  2. wet-mcp MCP server for web search, content extraction, academic research, and library docs. ★ 16
  3. better-code-review-graph Token-efficient code review knowledge graph: semantic search and call-graph resolution. ★ 66
  4. better-godot-mcp Composite MCP server for Godot Engine -- 17 composite tools for AI-assisted game development. ★ 34
  5. mnemo-mcp Persistent AI memory with hybrid search (FTS5 + semantic) and cross-machine sync. ★ 10
  6. Better Telegram MCP Telegram MCP server - dual-mode Bot API + MTProto, composite tools. ★ 11

05 · Facts

category
email - ranked #5 of 75 actively-maintained email servers as of 2026-08-25.
release cadence
6 releases in the last 90 days (latest 2026-08-15)
registry
io.github.n24q02m/better-email-mcp (active, first published 2026-03-06 · 61 versions)
packages
npm:@n24q02m/better-email-mcp · oci:docker.io/n24q02m/better-email-mcp:latest

06 · Better Email MCP FAQ

Is Better Email MCP still maintained?

Yes - as of 2026-08-25, its last commit was 2026-08-24 and it shipped 6 releases in the last 90 days. We re-verify nightly.

What can Better Email MCP do?

With this server connected, an agent can search, read, mark_read, mark_unread, flag, unflag, move, archive, trash, new, reply, forward, list, status, and list, download.

How do I install Better Email MCP?

Run `npx -y @n24q02m/better-email-mcp`. The README documents 4 environment variables (EMAIL_CREDENTIALS, OUTLOOK_TENANT, OUTLOOK_EXTRA_DOMAINS…) to set first. Set OUTLOOK_TENANT, OUTLOOK_EXTRA_DOMAINS, PUBLIC_URL before connecting. EMAIL_CREDENTIALS is optional or environment-specific per the README. You can also paste the ready-made client config above.

Does Better Email MCP run locally?

Yes - it's a stdio server: it runs on your machine (via npx) with your user's permissions. Your data stays local unless the server itself calls external APIs.

07 · Alternatives to Better Email MCP

More email MCP servers · Clippy · Maket · Imap MCP Server · Nitrosend · Openagentemail MCP Server

More TypeScript MCP servers · Better Godot MCP · Better Notion MCP · Toolradar · Petsonality · Nan Forget · see all