Agenticmail MCP Server

The first platform to give AI agents real email addresses and phone numbers. Send and receive email, SMS, and verification codes - all programmatically. It runs locally over stdio via the published package.

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

VERIFIED ACTIVE

LAST COMMIT 2026-08-13 · ★ 205 · #8 OF 99 MAINTAINED COMMUNICATION · VERIFIED 2026-08-25

MIT · TypeScript servers · how we verify → /methodology

01 · Install Agenticmail MCP Server

before you install - you'll need

The README does not document required environment variables for a basic install.

Claude Code

claude mcp add agenticmail-agenticmail -- npx -y @agenticmail/mcp

Claude Desktop / Cursor / VS Code - add to config

{
  "mcpServers": {
    "agenticmail-agenticmail": {
      "command": "npx",
      "args": [
        "-y",
        "@agenticmail/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

license MIT - declared in the repository

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

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

03 · What Agenticmail MCP Server can do

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

Latest releases

agenticmail-cli-v0.9.104 · 2026-06-05

What's new · Self-healing PM2 autostart on macOS reboots. · Stock pm2 startup ships a launchd plist with LaunchOnlyOnce=true - a deprecated key that launchd interprets as "run once in the entire lifetime of the plist."…

v0.9.103 · 2026-05-30

Fixed - stop_agent now hard-stops in-flight work · Before this release, stop_agent set the stopped flag and the dispatcher refused to wake the agent on FUTURE events - but any worker already mid-tool-call kept running…

v0.9.102 · 2026-05-30

Added - broadcast_email MCP tool: send the same message to N agents privately · Agents can now hand the same message to N teammates as N separate, isolated emails - no CC, no shared thread. Each recipient sees only…

04 · Who maintains Agenticmail MCP Server

mcp is maintained by agenticmail. It's the only MCP server we track from this author; the repo dates to Feb 2026.

05 · Facts

category
communication - ranked #8 of 99 actively-maintained communication servers as of 2026-08-25.
release cadence
4 releases in the last 90 days (latest 2026-06-05)
registry
io.github.agenticmail/mcp (active, first published 2026-05-08)
packages
npm:@agenticmail/mcp

06 · Agenticmail MCP Server FAQ

What is Agenticmail MCP Server?

The first platform to give AI agents real email addresses and phone numbers. Send and receive email, SMS, and verification codes - all programmatically. It runs locally over stdio via the published package.

Is Agenticmail MCP Server still maintained?

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

How do I install Agenticmail MCP Server?

Run `npx -y @agenticmail/mcp`. The README does not document required environment variables for a basic install. You can also paste the ready-made client config above.

Does Agenticmail MCP Server 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 Agenticmail MCP Server

More communication MCP servers · Agentspore · ZulipChat MCP Server · Fast MCP Telegram (alexeyleshchenko) · YAAC

More TypeScript MCP servers · Agent Fund · Agent Gate · Agent Lens · Agentled MCP Server · Agentmetal · see all