Proton Safe MCP
Rank #3,422io.github.fbossiere/proton-safe-mcp
Read Proton Mail, extract bounded attachment text, and create explicitly confirmed drafts.
Proton Safe MCP is a Model Context Protocol (MCP) server published by fbossiere. It ranks #3,422 of 132,113 servers tracked on MCP Toplist, and its repository has 3 GitHub stars. Proton Safe MCP is listed across 2 registries — Official MCP and Glama, with 14 tracked versions. It was first listed on Aug 29, 2026 and most recently updated on Sep 16, 2026.
Ranks ahead of 128,691 of 132,113 servers on MCP Toplist.
Use Proton Safe MCP
Requires user-supplied configuration before first use — typically an API key, token or connection string set via environment variables.
claude mcp add proton-safe-mcp -e "PROTON_BRIDGE_USER=<your PROTON_BRIDGE_USER>" -e "PROTON_IMAP_PORT=<your PROTON_IMAP_PORT>" -- uvx proton-safe-mcp serveReplace each placeholder with your own value before saving.
[mcp_servers.proton-safe-mcp]
command = "uvx"
args = ["proton-safe-mcp", "serve"]
[mcp_servers.proton-safe-mcp.env]
PROTON_BRIDGE_USER = "<your PROTON_BRIDGE_USER>"
PROTON_IMAP_PORT = "<your PROTON_IMAP_PORT>"Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"proton-safe-mcp": {
"command": "uvx",
"args": [
"proton-safe-mcp",
"serve"
],
"env": {
"PROTON_BRIDGE_USER": "<your PROTON_BRIDGE_USER>",
"PROTON_IMAP_PORT": "<your PROTON_IMAP_PORT>"
}
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config). Replace each placeholder with your own value before saving.
{
"mcpServers": {
"proton-safe-mcp": {
"command": "uvx",
"args": [
"proton-safe-mcp",
"serve"
],
"env": {
"PROTON_BRIDGE_USER": "<your PROTON_BRIDGE_USER>",
"PROTON_IMAP_PORT": "<your PROTON_IMAP_PORT>"
}
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). Replace each placeholder with your own value before saving.
{
"servers": {
"proton-safe-mcp": {
"type": "stdio",
"command": "uvx",
"args": [
"proton-safe-mcp",
"serve"
],
"env": {
"PROTON_BRIDGE_USER": "<your PROTON_BRIDGE_USER>",
"PROTON_IMAP_PORT": "<your PROTON_IMAP_PORT>"
}
}
}
}Save as .vscode/mcp.json in your workspace. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"proton-safe-mcp": {
"command": "uvx",
"args": [
"proton-safe-mcp",
"serve"
],
"env": {
"PROTON_BRIDGE_USER": "<your PROTON_BRIDGE_USER>",
"PROTON_IMAP_PORT": "<your PROTON_IMAP_PORT>"
}
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"proton-safe-mcp": {
"command": "uvx",
"args": [
"proton-safe-mcp",
"serve"
],
"env": {
"PROTON_BRIDGE_USER": "<your PROTON_BRIDGE_USER>",
"PROTON_IMAP_PORT": "<your PROTON_IMAP_PORT>"
}
}
}
}Replace each placeholder with your own value before saving.
Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/io.github.fbossiere%2Fproton-safe-mcp)<a href="https://mcptoplist.com/server/io.github.fbossiere%2Fproton-safe-mcp"><img src="https://mcptoplist.com/badge/io.github.fbossiere%2Fproton-safe-mcp.svg" alt="MCP Toplist: Top 5% of 132,113" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 2 registries
fbossiere
Other servers by fbossiere
View all fbossiere servers →Available versions (14)
| Version | Published |
|---|---|
| 2.3.0 | Sep 16, 2026 |
| 2.2.0 | Sep 14, 2026 |
| 2.1.2 | Sep 13, 2026 |
| 2.1.1 | Sep 13, 2026 |
| 2.1.0 | Sep 13, 2026 |
| 2.0.3 | Sep 4, 2026 |
| 2.0.2 | Sep 3, 2026 |
| 2.0.1 | Sep 2, 2026 |
| 2.0.0 | Sep 2, 2026 |
| 1.2.1 | Sep 2, 2026 |
| 1.2.0 | Sep 2, 2026 |
| 1.1.0 | Sep 1, 2026 |
| 1.0.2 | Aug 30, 2026 |
| 1.0.1 | Aug 29, 2026 |
Frequently asked questions
- Who maintains Proton Safe MCP?
- Proton Safe MCP is maintained by fbossiere, which publishes 2 MCP servers (17 total versions) tracked on MCP Toplist.
- Is Proton Safe MCP listed on the Official MCP Registry?
- Yes — Proton Safe MCP is listed on the Official MCP Registry, alongside Glama.
- How many versions does Proton Safe MCP have?
- MCP Toplist tracks 14 versions of Proton Safe MCP, most recently published on Sep 16, 2026.
- Where can I find the source code for Proton Safe MCP?
- The source code for Proton Safe MCP is hosted at github.com/fbossiere/proton-safe-mcp.
Do you run this server?
Community projects list the MCP servers behind real agents and apps. Publish yours and this page will link to it.