A Model Context Protocol (MCP) server for Proton Mail — read-only email access through Proton Bridge.
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"protonmail-mcp-serve": {
"command": "npx",
"args": [
"-y",
"de-Blanck/protonmail-mcp-server"
]
}
}
}
Run in terminal:
claude mcp add protonmail-mcp-serve npx -y de-Blanck/protonmail-mcp-server
Add to .cursor/mcp.json:
{
"mcpServers": {
"protonmail-mcp-serve": {
"command": "npx",
"args": [
"-y",
"de-Blanck/protonmail-mcp-server"
]
}
}
}