Protonmail MCP Server enables Claude Desktop and Cline VSCode extension to send emails through Protonmail's SMTP service. Developed by amotivv, inc. (creators of Memory Box), this TypeScript implementation provides a single tool for sending emails with support for multiple recipients, CC/BCC functionality, and both plain text and HTML content. The server requires Protonmail SMTP credentials configured as environment variables and includes comprehensive error handling and logging capabilities, making it particularly valuable for workflows where AI assistants need to communicate via email without leaving the conversation interface.
Sends an email using your Protonmail SMTP account. Parameters: to (string) - Recipient email address(es), subject (string) - Email subject line, body (string) - Email body content (can be plain text or HTML), isHtml (optional boolean) - Whether the body contains HTML content (default: false), cc (optional string) - CC recipient(s), separated by commas, bcc (optional string) - BCC recipient(s), separated by commas.
No reviews yet. Be the first to review!
Sign in to join the conversation
Our bundler currently only supports TypeScript-based servers. Check back soon!