Other MCP Server · MODEL CONTEXT PROTOCOL

amotivv protonmail mcp

This MCP server provides email sending functionality using Protonmail's SMTP service. It allows both Claude Desktop and Cline VSCode extension to send emails on your behalf using your Protonmail credentials.

WHAT IT CONNECTS

amotivv protonmail mcp 为 AI Agent 提供什么

  • Send emails to one or multiple recipients
  • Support for CC and BCC recipients
  • Support for both plain text and HTML email content
  • Comprehensive error handling and logging
  • `PROTONMAIL_USERNAME`: Your Protonmail email address
  • `PROTONMAIL_PASSWORD`: Your Protonmail SMTP password (not your regular login password)
  • `PROTONMAIL_HOST`: SMTP server hostname (default: smtp.protonmail.ch)
  • `PROTONMAIL_PORT`: SMTP server port (default: 587 for STARTTLS, 465 for SSL/TLS)
  • `PROTONMAIL_SECURE`: Whether to use a secure connection (default: "false" for port 587, "true" for port 465)
  • `DEBUG`: Enable debug logging (set to "true" to see detailed logs, "false" to hide them)
  • `to`: Recipient email address(es). Multiple addresses can be separated by commas.
  • `subject`: Email subject line
  • `body`: Email body content (can be plain text or HTML)
  • `isHtml`: (Optional) Whether the body contains HTML content (default: false)
  • `cc`: (Optional) CC recipient(s), separated by commas
  • `bcc`: (Optional) BCC recipient(s), separated by commas
  • Ensure your Protonmail SMTP credentials are correct in both configuration files
  • Verify that the SMTP port is not blocked by your firewall
  • Check if your Protonmail account has any sending restrictions
  • Look for error messages in the logs:
  • Claude Desktop app logs
  • Cline VSCode extension output panel
  • Restart the Claude Desktop app or reload the VSCode window after configuration changes
  • Clone this repository to your local machine:
  • Install dependencies and build the project:
  • Add the server configuration to your MCP settings files (see Configuration section above)
  • Provide Cline with the GitHub repository URL
  • Let Cline clone and build the server
  • Provide any necessary configuration information (like SMTP credentials)
  • [Protonmail SMTP Documentation](https://proton.me/support/smtp-submission) - Official guide for using Protonmail's SMTP service
  • [Nodemailer Documentation](https://nodemailer.com/) - The email sending library used by this MCP server
  • [Model Context Protocol Documentation](https://github.com/modelcontextprotocol/mcp) - Documentation for the MCP protocol
  • [Claude Desktop App](https://claude.ai/download) - Download the Claude Desktop application
  • [Cline VSCode Extension](https://marketplace.visualstudio.com/items?itemName=saoudrizwan.claude-dev) - Install the Cline extension for VSCode
  • [Cline MCP Documentation](https://docs.cline.bot/mcp-servers/mcp-quickstart) - Cline's documentation for MCP servers
  • [Installing MCP Servers from GitHub](https://docs.cline.bot/mcp-server-from-github) - Guide for installing MCP servers from GitHub repositories
  • [Official MCP Servers Repository](https://github.com/modelcontextprotocol/servers) - Collection of official MCP servers
  • [Awesome-MCP Servers Repository](https://github.com/punkpeye/awesome-mcp-servers) - Community-curated list of MCP servers
  • [mcpservers.org](https://mcpservers.org/) - Online directory of MCP servers
  • [mcp.so](https://mcp.so/) - Another directory for discovering MCP servers

SECURITY

MCP 收录不等于安全审核

MCP 服务器可能获得模型上下文、凭据、本地文件或调用外部系统的权限。连接 Agent 前,请检查代码、环境变量、网络行为、软件包来源与维护状态。