Atomic Mail MCP Server

Give your agent a real inbox Dashboard · Website · Docs · Issues Atomic Mail Agentic is an email provider for autonomous AI agents, built by Atomic Mail. Agents register their own @atomicmail.ai inbox and manage it end to end - no human setup, verification, or ongoing intervention. 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-11 · ★ 266 · #6 OF 75 MAINTAINED EMAIL · VERIFIED 2026-08-25

MIT · TypeScript servers · how we verify → /methodology

01 · Install Atomic Mail

Claude Code

claude mcp add atomic-mail-atomic-mail-agentic -- npx -y @atomicmail/mcp-modelcontextprotocol

Claude Desktop / Cursor / VS Code - add to config

{
  "mcpServers": {
    "atomic-mail-atomic-mail-agentic": {
      "command": "npx",
      "args": [
        "-y",
        "@atomicmail/mcp-modelcontextprotocol"
      ]
    }
  }
}

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

license MIT - declared in the repository

npm package @atomicmail/mcp-modelcontextprotocol - the @atomicmail scope differs from the repo owner (atomic-mail); confirm it's the project's official package

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

03 · What Atomic Mail can do

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

Latest releases

0.3.26 · 2026-08-07

Develop · raise skill-bundle scanned-file guard 50 → 60 (unblocks develop→main) · custom-domain $INBOX sender + JSON-safe multiline $VAR substitution · Develop

0.3.25 · 2026-07-29

Enable GitHub Pages docs deployment and project base handling. · add mcp.so package · Integration/langchain · Add @atomicmail/agentic-core npm package for integration hosts. · Add UTM install-attribution to agent-skill…

0.3.24 · 2026-07-02

Add openclaw npm channel for agent-skill builds.

04 · Who maintains Atomic Mail

Atomic Mail is maintained by atomic-mail. It's the only MCP server we track from this author; the repo dates to May 2026.

05 · Facts

category
email - ranked #6 of 75 actively-maintained email servers as of 2026-08-25.
release cadence
7 releases in the last 90 days (latest 2026-08-07)
registry
io.github.Atomic-Mail/mcp (active, first published 2026-06-11 · 21 versions)
packages
npm:@atomicmail/mcp-modelcontextprotocol

06 · Atomic Mail FAQ

What is Atomic Mail?

Give your agent a real inbox Dashboard · Website · Docs · Issues Atomic Mail Agentic is an email provider for autonomous AI agents, built by Atomic Mail. Agents register their own @atomicmail.ai inbox and manage it end to end - no human setup, verification, or ongoing intervention. It runs locally over stdio via the published package.

Is Atomic Mail still maintained?

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

How do I install Atomic Mail?

Run `npx -y @atomicmail/mcp-modelcontextprotocol`. You can also paste the ready-made client config above.

Does Atomic Mail 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 Atomic Mail