io.github.Alexendros/proton-mail-mcp MCP Server
io.github.Alexendros/proton-mail-mcp
What is the io.github.Alexendros/proton-mail-mcp MCP server?
Proton Mail MCP via Bridge (IMAP/SMTP) · 13 tools · dual transport stdio + HTTP.
How to install io.github.Alexendros/proton-mail-mcp
Copy-paste configuration for popular MCP clients.
PROTON_BRIDGE_HOSTHostname or IP of the Proton Mail Bridge (default: 127.0.0.1 for local, or container hostname in compose).
PROTON_IMAP_PORTIMAP port exposed by Proton Mail Bridge (default: 1143).
PROTON_SMTP_PORTSMTP port exposed by Proton Mail Bridge (default: 1025).
PROTON_USERNAMErequiredBridge username (your Proton Mail address).
PROTON_PASSWORDrequiredsecretBridge-generated app password (NOT your Proton account password).
{
"mcpServers": {
"proton-mail-mcp": {
"command": "npx",
"args": [
"-y",
"@alexendros/proton-mail-mcp"
],
"env": {
"PROTON_BRIDGE_HOST": "<YOUR_PROTON_BRIDGE_HOST>",
"PROTON_IMAP_PORT": "<YOUR_PROTON_IMAP_PORT>",
"PROTON_SMTP_PORT": "<YOUR_PROTON_SMTP_PORT>",
"PROTON_USERNAME": "<YOUR_PROTON_USERNAME>",
"PROTON_PASSWORD": "<YOUR_PROTON_PASSWORD>"
}
}
}
}{
"mcpServers": {
"proton-mail-mcp": {
"command": "npx",
"args": [
"-y",
"@alexendros/proton-mail-mcp"
],
"env": {
"PROTON_BRIDGE_HOST": "<YOUR_PROTON_BRIDGE_HOST>",
"PROTON_IMAP_PORT": "<YOUR_PROTON_IMAP_PORT>",
"PROTON_SMTP_PORT": "<YOUR_PROTON_SMTP_PORT>",
"PROTON_USERNAME": "<YOUR_PROTON_USERNAME>",
"PROTON_PASSWORD": "<YOUR_PROTON_PASSWORD>"
}
}
}
}{
"mcpServers": {
"proton-mail-mcp": {
"command": "npx",
"args": [
"-y",
"@alexendros/proton-mail-mcp"
],
"env": {
"PROTON_BRIDGE_HOST": "<YOUR_PROTON_BRIDGE_HOST>",
"PROTON_IMAP_PORT": "<YOUR_PROTON_IMAP_PORT>",
"PROTON_SMTP_PORT": "<YOUR_PROTON_SMTP_PORT>",
"PROTON_USERNAME": "<YOUR_PROTON_USERNAME>",
"PROTON_PASSWORD": "<YOUR_PROTON_PASSWORD>"
}
}
}
}{
"servers": {
"proton-mail-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@alexendros/proton-mail-mcp"
],
"env": {
"PROTON_BRIDGE_HOST": "<YOUR_PROTON_BRIDGE_HOST>",
"PROTON_IMAP_PORT": "<YOUR_PROTON_IMAP_PORT>",
"PROTON_SMTP_PORT": "<YOUR_PROTON_SMTP_PORT>",
"PROTON_USERNAME": "<YOUR_PROTON_USERNAME>",
"PROTON_PASSWORD": "<YOUR_PROTON_PASSWORD>"
}
}
}
}claude mcp add proton-mail-mcp --env PROTON_BRIDGE_HOST=<YOUR_PROTON_BRIDGE_HOST> --env PROTON_IMAP_PORT=<YOUR_PROTON_IMAP_PORT> --env PROTON_SMTP_PORT=<YOUR_PROTON_SMTP_PORT> --env PROTON_USERNAME=<YOUR_PROTON_USERNAME> --env PROTON_PASSWORD=<YOUR_PROTON_PASSWORD> -- npx -y @alexendros/proton-mail-mcpRelated MCP servers
Scrapling MCP Server
Give your AI agent stealth web scraping with Cloudflare bypass and CSS selection, powered by Scrapling.
Chrome DevTools MCP
Give your AI coding agent full control of a live Chrome browser for automation, debugging, and performance analysis.
com.puter/mcp-server
Let AI agents manage your Puter files, websites, and serverless workers over MCP.
Browser automation for AI agents via MCP, powering ByteDance's Agent TARS hybrid GUI/DOM browser control.
Run arbitrary shell commands from an MCP-connected AI agent.
Filesystem access MCP server from ByteDance's UI-TARS/Agent TARS ecosystem.