Stats
Actions
Tags
Copy this JSON into your .mcp.json to enable this server
Add to your .mcp.json:
{
"mcpServers": {
"protonmail-mcp": {
"command": "npx",
"args": [
"-y",
"@alexendros/protonmail-mcp"
],
"env": {
"MCP_TRANSPORT": "stdio",
"PROTON_MAIL_FROM": "${user_config.PROTON_MAIL_FROM}",
"PROTON_BRIDGE_HOST": "${user_config.PROTON_BRIDGE_HOST}",
"PROTON_BRIDGE_USER": "${user_config.PROTON_BRIDGE_USER}",
"PROTON_BRIDGE_IMAP_PORT": "${user_config.PROTON_BRIDGE_IMAP_PORT}",
"PROTON_BRIDGE_SMTP_PORT": "${user_config.PROTON_BRIDGE_SMTP_PORT}",
"PROTON_BRIDGE_TLS_INSECURE": "${user_config.PROTON_BRIDGE_TLS_INSECURE}"
}
}
}
}Server configuration and connection parameters
npxCommand-line arguments passed to the server process
Environment variables set when the server starts
MCP_TRANSPORT=stdioPROTON_MAIL_FROM=${user_config.PROTON_MAIL_FROM}PROTON_BRIDGE_HOST=${user_config.PROTON_BRIDGE_HOST}PROTON_BRIDGE_USER=${user_config.PROTON_BRIDGE_USER}PROTON_BRIDGE_IMAP_PORT=${user_config.PROTON_BRIDGE_IMAP_PORT}PROTON_BRIDGE_SMTP_PORT=${user_config.PROTON_BRIDGE_SMTP_PORT}PROTON_BRIDGE_TLS_INSECURE=${user_config.PROTON_BRIDGE_TLS_INSECURE}npx claudepluginhub iniciativas-alexendros/plugin-protonmail-claudecode --plugin protonmail-mcp