# 2026-02-24 Session Notes ## Proton MCP Setup Nicholai initiated setup of the proton-mcp project from GitHub (ccunning2/proton-mcp). This is a Model Context Protocol server that integrates ProtonMail with Claude Desktop and other AI assistants. The project was researched to understand its purpose and requirements: - MCP server for ProtonMail integration via Proton Bridge - Provides email management, spam detection, and unsubscribe automation - Requires Proton Bridge running locally on the system - Installation uses Python virtual environment with pip dependencies - Configuration via .env file with ProtonMail credentials - Default IMAP/SMTP ports: 127.0.0.1:1143 and 127.0.0.1:1025 Repository was cloned to ~/proton-mcp to begin setup. Session was in early stages.