P
Proton Email MCP Server
by @StannerSec
MCP server by StannerSec
Created 12/19/2025
Updated about 11 hours ago
README
Repository documentation and setup instructions
Proton Bridge Email MCP Server
A Model Context Protocol (MCP) server that provides secure email functionality via Proton Bridge.
Purpose
This MCP server provides a secure interface for AI assistants to read and send emails through ProtonMail using Proton Bridge. It connects to your local Proton Bridge installation to access your encrypted emails.
Features
Current Implementation
read_recent_emails- Fetch recent emails from any folder with configurable countsearch_emails- Search emails by subject/body content with IMAP queriessend_email- Send emails with support for CC/BCC recipientslist_folders- Display all available email folders in your mailboxget_email_stats- Get statistics about email counts (total, unread, recent)
Prerequisites
- Docker Desktop with MCP Toolkit enabled
- Docker MCP CLI plugin (
docker mcpcommand) - Proton Bridge installed and running locally
- Valid ProtonMail account with Bridge credentials
Installation
See the step-by-step instructions provided with the files.
Usage Examples
In Claude Desktop, you can ask:
- "Show me my 5 most recent emails"
- "Search for emails about 'meeting' in my inbox"
- "Send an email to john@example.com about tomorrow's meeting"
- "What folders do I have in my email?"
- "Give me statistics about my inbox"
- "Read emails from my Sent folder"
Architecture
Quick Setup
Installation guide for this server
Install Package (if required)
uvx proton-email-mcp-server
Cursor configuration (mcp.json)
{
"mcpServers": {
"stannersec-proton-email-mcp-server": {
"command": "uvx",
"args": [
"proton-email-mcp-server"
]
}
}
}