protonmail-mcp-server

de-Blanck/protonmail-mcp-server
★ 1 stars TypeScript 💬 Communication Updated today
A Model Context Protocol (MCP) server for Proton Mail — read-only email access through Proton Bridge.
View on GitHub →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "protonmail-mcp-serve": {
      "command": "npx",
      "args": [
        "-y",
        "de-Blanck/protonmail-mcp-server"
      ]
    }
  }
}