proton-bridge-mcp
Enables AI assistants to read and search Proton Mail inbox through Proton Mail Bridge, providing tools to list mailboxes, list messages, search messages, and fetch full message bodies. Read-only, with secure certificate pinning.
README
proton-bridge-mcp
An MCP server that lets AI assistants (Claude Code, Claude Desktop, and other MCP clients) read and search your Proton Mail inbox through Proton Mail Bridge.
Unofficial, community project. Not affiliated with or endorsed by Proton AG.
Why Bridge, and why this exists
Proton Mail doesn't expose a public IMAP/SMTP API directly — Proton Mail Bridge runs locally, decrypts your mail, and re-exposes it as standard IMAP/SMTP on 127.0.0.1. That's the only supported way to speak IMAP to a Proton Mail account programmatically.
Bridge's local IMAP/SMTP listener uses a self-signed TLS certificate generated per install. Most quick-start IMAP MCP servers handle this by disabling certificate verification (rejectUnauthorized: false) — which defeats the purpose of TLS. This server instead pins the exact certificate Bridge presents at setup time and validates every connection against it, so a certificate swap (e.g. from another process impersonating Bridge on your machine) is still detected and rejected.
Features
list_mailboxes— list all folders/labelslist_messages— list recent messages in a mailboxsearch_messages— search by sender, subject, or body textget_message— fetch the full parsed body of a message by UID
Read-only. There is intentionally no send_message tool in this version.
Prerequisites
- A Proton Mail plan that supports Bridge (Unlimited, Business, or legacy Professional/Visionary — Bridge requires a paid plan)
- Proton Mail Bridge installed, running, and logged in
- Node.js 18+
- An MCP client: Claude Code, Claude Desktop, or any other MCP-compatible client
Setup
1. Install
git clone https://github.com/alpharomercoma/proton-bridge-mcp.git
cd proton-bridge-mcp
npm install
(Once published to npm, this step will be optional — see Using via npx below.)
2. Run the setup wizard
npm run setup
You'll be asked for:
- Bridge IMAP host/port (defaults:
127.0.0.1/1143) - Your Proton Mail address
- Your Bridge password — this is a Bridge-generated password shown in the Bridge app under your account, not your normal Proton account password
The wizard then:
- Connects to Bridge and performs the real IMAP
STARTTLSupgrade to fetch its certificate (noopenssldependency — a portable Node-native handshake) - Prints the certificate's SHA-256 fingerprint for your own awareness
- Verifies login actually works, validated strictly against that same pinned certificate
- Writes
~/.config/proton-bridge-mcp/credentials.jsonandbridge-ca.pem, bothchmod 600, inside achmod 700directory
Nothing is written until login has been verified.
3. Register with your MCP client
Claude Code:
claude mcp add proton-mail -s user -- node /path/to/proton-bridge-mcp/bin/proton-bridge-mcp.mjs
(Use -- npx -y @alpharomercoma/proton-bridge-mcp instead — see Using via npx below.)
Claude Desktop / other MCP clients — add to your MCP config file:
{
"mcpServers": {
"proton-mail": {
"command": "node",
"args": ["/path/to/proton-bridge-mcp/bin/proton-bridge-mcp.mjs"]
}
}
}
Using via npx
Published on npm as @alpharomercoma/proton-bridge-mcp — skip the local clone entirely:
npx -y -p @alpharomercoma/proton-bridge-mcp proton-bridge-mcp-setup
claude mcp add proton-mail -s user -- npx -y @alpharomercoma/proton-bridge-mcp
Configuration reference
By default, config lives at ~/.config/proton-bridge-mcp/. Override the location or individual values with environment variables (useful for multiple accounts or containers):
| Variable | Purpose | Default |
|---|---|---|
PROTON_BRIDGE_MCP_HOME |
Config directory | ~/.config/proton-bridge-mcp |
PROTON_BRIDGE_HOST |
Bridge IMAP host | value from credentials.json |
PROTON_BRIDGE_PORT |
Bridge IMAP port | value from credentials.json (default 1143) |
PROTON_BRIDGE_USER |
Proton Mail address | value from credentials.json |
PROTON_BRIDGE_PASSWORD |
Bridge password | value from credentials.json |
PROTON_BRIDGE_CA_PATH |
Path to pinned cert PEM | <config dir>/bridge-ca.pem |
Environment variables always take precedence over the credentials file.
Security model
- No disabled TLS verification. The server validates every connection against the certificate pinned during setup (
tls.ca), notrejectUnauthorized: false. - Trust-on-first-use, like SSH. The one moment we can't validate against anything is fetching the certificate itself during setup — the same bootstrap problem SSH solves by showing you a host-key fingerprint on first connect. Bridge only listens on
127.0.0.1, so this step can't be intercepted over the network; only another process already running as you on the same machine could tamper with it, and at that point your credentials file is equally exposed regardless of TLS. - Credentials never touch the MCP client's own config. Rather than passing
-e PROTON_BRIDGE_PASSWORD=...toclaude mcp add(which lands in~/.claude.jsonand your shell history), the password lives only incredentials.json,chmod 600, outside any repo or synced config. - Rotate the Bridge password if it's ever been pasted into a chat, terminal share, or committed by accident. Bridge passwords are cheap to regenerate (Bridge app → account → "Generate new password") and don't touch your actual Proton account password.
Troubleshooting
Missing Proton Bridge "host" / "user" / "password" — run npm run setup (or npx -p @alpharomercoma/proton-bridge-mcp proton-bridge-mcp-setup) first, or set the PROTON_BRIDGE_* env vars.
No pinned Bridge certificate found — same as above; the setup wizard writes bridge-ca.pem alongside the credentials.
Login fails during setup — double check you're using the Bridge-generated password (visible in the Bridge app), not your Proton account password. Also confirm Bridge is running and unlocked.
Certificate fingerprint changes unexpectedly — this happens if you reinstall Bridge or reset its config (it regenerates its cert). Re-run npm run setup to re-pin. If you didn't reinstall Bridge and the fingerprint changed anyway, treat that as suspicious and investigate before continuing.
Contributing
Issues and PRs welcome. Keep changes scoped and avoid adding write/send capabilities without discussion — this project intentionally stays read-only for now.
License
MIT — see LICENSE.
Recommended Servers
playwright-mcp
A Model Context Protocol server that enables LLMs to interact with web pages through structured accessibility snapshots without requiring vision models or screenshots.
Magic Component Platform (MCP)
An AI-powered tool that generates modern UI components from natural language descriptions, integrating with popular IDEs to streamline UI development workflow.
Audiense Insights MCP Server
Enables interaction with Audiense Insights accounts via the Model Context Protocol, facilitating the extraction and analysis of marketing insights and audience data including demographics, behavior, and influencer engagement.
VeyraX MCP
Single MCP tool to connect all your favorite tools: Gmail, Calendar and 40 more.
graphlit-mcp-server
The Model Context Protocol (MCP) Server enables integration between MCP clients and the Graphlit service. Ingest anything from Slack to Gmail to podcast feeds, in addition to web crawling, into a Graphlit project - and then retrieve relevant contents from the MCP client.
Kagi MCP Server
An MCP server that integrates Kagi search capabilities with Claude AI, enabling Claude to perform real-time web searches when answering questions that require up-to-date information.
E2B
Using MCP to run code via e2b.
Neon Database
MCP server for interacting with Neon Management API and databases
Exa Search
A Model Context Protocol (MCP) server lets AI assistants like Claude use the Exa AI Search API for web searches. This setup allows AI models to get real-time web information in a safe and controlled way.
Qdrant Server
This repository is an example of how to create a MCP server for Qdrant, a vector search engine.