Loading MCP server directory, please wait...
Proton Mail MCP via Bridge (IMAP/SMTP) · 13 tools · dual transport stdio + HTTP.
npx @getmcp/cli add io.github.Alexendros/proton-mail-mcpRequires Node.js 18+. Community-contributed server. Review source before installing.
PROTON_USERNAMEBridge username (your Proton Mail address).
PROTON_PASSWORDBridge-generated app password (NOT your Proton account password).
Config file: ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"io.github.Alexendros/proton-mail-mcp": {
"command": "npx",
"args": [
"-y",
"@alexendros/proton-mail-mcp"
],
"env": {
"PROTON_BRIDGE_HOST": "",
"PROTON_IMAP_PORT": "",
"PROTON_SMTP_PORT": "",
"PROTON_USERNAME": "",
"PROTON_PASSWORD": ""
}
}
}
}