Skip to content
Claude Desktop

Atomic Mail for Claude Desktop

io.github.atomic-mail/mcp

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

client:Claude Desktop transport:streamable-http runtime:npm

Install Atomic Mail in Claude Desktop

~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json

{
  "mcpServers": {
    "mcp": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-remote",
        "https://mcp.atomicmail.ai/mcp"
      ]
    }
  }
}

Claude Desktop has no remote transport in its config file, so this bridges through mcp-remote. Restart the app after saving. Claude Desktop docs

Atomic Mail in other clients