Proton Mail (unofficial) for Cline
io.github.sethbang/proton-mail-mcp
Unofficial Proton Mail MCP — send, read, search & organize email over SMTP and IMAP
client:Cline
transport:stdio
runtime:npm
Install Proton Mail (unofficial) in Cline
~/Library/Application Support/Code/User/globalStorage/saoudrizwan.claude-dev/settings/cline_mcp_settings.json · windows: %APPDATA%\Code\User\globalStorage\saoudrizwan.claude-dev\settings\cline_mcp_settings.json
{
"mcpServers": {
"proton-mail-mcp": {
"command": "npx",
"args": [
"-y",
"proton-mail-mcp"
],
"env": {
"PROTONMAIL_USERNAME": "<PROTONMAIL_USERNAME>",
"PROTONMAIL_PASSWORD": "<PROTONMAIL_PASSWORD>",
"PROTONMAIL_HOST": "<PROTONMAIL_HOST>",
"PROTONMAIL_PORT": "<PROTONMAIL_PORT>",
"PROTONMAIL_SECURE": "<PROTONMAIL_SECURE>",
"IMAP_HOST": "<IMAP_HOST>",
"IMAP_PORT": "<IMAP_PORT>",
"IMAP_SECURE": "<IMAP_SECURE>",
"IMAP_USERNAME": "<IMAP_USERNAME>",
"IMAP_PASSWORD": "<IMAP_PASSWORD>",
"READONLY": "<READONLY>",
"RESTRICT_OUTBOUND_TO_SELF": "<RESTRICT_OUTBOUND_TO_SELF>",
"ALLOW_FILE_DOWNLOAD_DIR": "<ALLOW_FILE_DOWNLOAD_DIR>",
"ALLOW_EMPTY_FOLDER": "<ALLOW_EMPTY_FOLDER>",
"DEBUG": "<DEBUG>"
}
}
}
}
Cline's MCP Servers pane edits this file for you if you would rather not find it. Cline docs