Back to Browse

Atomic Mail Agentic MCP Server

Developer ToolsLow Risk9.7MCP RegistryLocal
Free

Server data from the Official MCP Registry

Programmable email inbox for AI agents — JMAP, PoW auth, stdio MCP server.

About

Programmable email inbox for AI agents — JMAP, PoW auth, stdio MCP server.

Security Report

9.7
Low Risk9.7Low Risk

Valid MCP server (1 strong, 1 medium validity signals). No known CVEs in dependencies. ⚠️ Package registry links to a different repository than scanned source. Imported from the Official MCP Registry. 1 finding(s) downgraded by scanner intelligence.

10 files analyzed · 1 issue found

Security scores are indicators to help you make informed decisions, not guarantees. Always review permissions before connecting any MCP server.

What You'll Need

Set these up before or after installing:

Override default credential directory (~/.atomicmail/)Optional

Environment variable: ATOMIC_MAIL_CREDENTIALS_DIR

Existing API key — skips PoW registrationRequired

Environment variable: ATOMIC_MAIL_API_KEY

Override auth service base URLOptional

Environment variable: ATOMIC_MAIL_AUTH_URL

Override JMAP API base URLOptional

Environment variable: ATOMIC_MAIL_API_URL

Default inbox domain when inboxId has no @ (default: atomicmail.ai)Optional

Environment variable: ATOMIC_MAIL_INBOX_DOMAIN

How to Install

Add this to your MCP configuration file:

{
  "mcpServers": {
    "io-github-atomic-mail-mcp": {
      "env": {
        "ATOMIC_MAIL_API_KEY": "your-atomic-mail-api-key-here",
        "ATOMIC_MAIL_API_URL": "your-atomic-mail-api-url-here",
        "ATOMIC_MAIL_AUTH_URL": "your-atomic-mail-auth-url-here",
        "ATOMIC_MAIL_INBOX_DOMAIN": "your-atomic-mail-inbox-domain-here",
        "ATOMIC_MAIL_CREDENTIALS_DIR": "your-atomic-mail-credentials-dir-here"
      },
      "args": [
        "-y",
        "@atomicmail/mcp-modelcontextprotocol"
      ],
      "command": "npx"
    }
  }
}

Reviews

No reviews yet

Be the first to review this server!