protonmail-mcp
by amotivv·★ 41·Score 39
Protonmail MCP server enables email sending through Protonmail's SMTP service for Claude and Cline.
Overview
This MCP server provides a standardized way to send emails using Protonmail's SMTP service. It exposes a simple send_email tool that supports multiple recipients, CC/BCC fields, and both plain text and HTML content. The server maintains compatibility with both Claude Desktop and Cline VSCode extension by following the MCP protocol standard. Configuration requires setting environment variables for Protonmail credentials and SMTP connection details.
Try asking AI
After installing, here are 5 things you can ask your AI assistant:
When to choose this
Choose this MCP server if you're already using Protonmail and need to integrate email sending capabilities into Claude Desktop or Cline workflows.
When NOT to choose this
Don't choose this if you need to send emails from a different email provider or require more advanced email features like attachments or templating.
Tools this server exposes
1 tool extracted from the READMEsend_emailSends an email using your Protonmail SMTP account.
Comparable tools
Installation
Installation
Manual Installation
- Clone the repository:
git clone https://github.com/amotivv/protonmail-mcp.git
cd protonmail-mcp- Install dependencies and build:
npm install
npm run build- Add to Claude Desktop configuration:
{
"mcpServers": {
"protonmail": {
"command": "node",
"args": ["/path/to/protonmail-mcp/build/index.js"]
}
}
}- Set environment variables in your config file as described in the README.
FAQ
- Do I need to enable SMTP access in my Protonmail account?
- Yes, you need to have SMTP enabled in your Protonmail account and use the SMTP password provided by Protonmail, not your regular account password.
- Can I use this server with other MCP-compatible clients?
- Yes, any MCP client that supports environment variable configuration for servers should be compatible with this MCP server.
Compare protonmail-mcp with
Last updated · Auto-generated from public README + GitHub signals.