MCP Catalogs
Home

protonmail-mcp

by amotivv·41·Score 39

Protonmail MCP server enables email sending through Protonmail's SMTP service for Claude and Cline.

communicationdeveloper-toolsproductivity
7
Forks
1
Open issues
14 mo ago
Last commit
2d ago
Indexed

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:

you:Automated email notifications from Claude AI agents
you:Send reports and summaries directly from development workflows
you:Integrate email functionality into Cline-powered development environments
you:Do I need to enable SMTP access in my Protonmail account?
you:Can I use this server with other MCP-compatible clients?

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 README
  • send_email

    Sends an email using your Protonmail SMTP account.

Comparable tools

nodemailer-mcpsendgrid-mcpmailgun-mcp

Installation

Installation

Manual Installation

  1. Clone the repository:
git clone https://github.com/amotivv/protonmail-mcp.git
cd protonmail-mcp
  1. Install dependencies and build:
npm install
npm run build
  1. Add to Claude Desktop configuration:
{
  "mcpServers": {
    "protonmail": {
      "command": "node",
      "args": ["/path/to/protonmail-mcp/build/index.js"]
    }
  }
}
  1. 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

GitHub →

Last updated · Auto-generated from public README + GitHub signals.