Back to directory
sethbang/proton-mail-mcp

sethbang/proton-mail-mcp

@sethbang

Unofficial MCP server for Proton Mail (not affiliated with Proton AG) — send, read, search & organize email over SMTP/IMAP

protonmailemailsmtpimapmcpservertypescripttool

Installation & Configuration

{
  "mcpServers": {
    "protonmail": {
      "command": "npx",
      "args": [
        "-y",
        "proton-mail-mcp"
      ],
      "env": {
        "PROTONMAIL_USERNAME": "[email protected]",
        "PROTONMAIL_PASSWORD": "your-smtp-password"
      }
    }
  }
}

Information

Transport
stdio
Language
TypeScript
Created
2026/6/11
Updated
2026/6/12