Loading MCP server directory, please wait...
Unofficial self-hosted MCP connector for Proton Mail Bridge and SimpleLogin.
npx @getmcp/cli add io.github.NtrpyDev/proton-workflow-connectorRequires Python 3.10+. Community-contributed server. Review source before installing.
PROTON_BRIDGE_USERNAMEBridge IMAP/SMTP username (from the Bridge app)
PROTON_BRIDGE_PASSWORDBridge-generated password (never your Proton account password)
PROTON_BRIDGE_EMAILPrimary Proton address served by Bridge
Config file: ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"io.github.NtrpyDev/proton-workflow-connector": {
"command": "uvx",
"args": [
"proton-workflow-connector"
],
"env": {
"PROTON_BRIDGE_USERNAME": "",
"PROTON_BRIDGE_PASSWORD": "",
"PROTON_BRIDGE_EMAIL": "",
"SIMPLELOGIN_API_KEY": ""
}
}
}
}