Enables email notifications through Brevo's SMTP service, allowing automated sending of status updates, error alerts, and task completion notifications
Cline Email MCP Auto-Setup
这是一个为Cline自动配置Email MCP服务器的项目。通过这个项目,Cline可以在任何新机器上快速配置邮件通知功能。
Cline配置指令
当您给Cline这个repo的URL时,请使用以下指令:
自动配置流程
Cline会按以下步骤自动配置:
- 克隆项目: 将此repo克隆到本地
- 安装依赖: 运行
npm install
安装必要的Node.js依赖 - 交互配置: 运行
node setup-cline.js
开始自动配置 - 输入SMTP信息: 系统会提示输入以下信息:
SMTP_USER
: 您的SMTP用户名(邮箱地址)SMTP_PASS
: 您的SMTP密码或应用专用密码EMAIL_TO
: 接收通知的邮箱地址
- 自动注册MCP: 脚本会自动更新Cline的MCP配置文件
- 发送测试邮件: 配置完成后自动发送测试邮件验证配置
支持的SMTP服务商
默认使用Brevo SMTP服务,配置如下:
- SMTP主机: smtp-relay.brevo.com
- 端口: 587
- 安全连接: STARTTLS
您也可以根据需要修改为其他SMTP服务商。
配置要求
- Node.js (建议v16或更高版本)
- Cline已安装并运行
- 有效的SMTP邮箱账户
故障排除
如果配置过程中遇到问题:
- 确保SMTP凭据正确
- 检查网络连接
- 验证Cline配置文件权限
- 查看控制台错误信息
安全说明
- 此项目不会存储您的SMTP密码
- 所有配置信息仅保存在本地Cline配置文件中
- 建议使���应用专用密码而非主密码
手动配置说明
如果需要手动配置,您可以:
- 编辑
~/.config/Code/User/globalStorage/saoudrizwan.claude-dev/settings/cline_mcp_settings.json
- 添加email-notify MCP配置
- 重启Cline
技术细节
- 使用Node.js和MCP SDK
- 基于nodemailer发送邮件
- 跨平台支持(Windows/macOS/Linux)
- 自动检测Cline配置文件位置
配置完成后,Cline将具备邮件通知功能,可以在任务完成、遇到错误或需要用户输入时发送邮件通知。
This server cannot be installed
local-only server
The server can only run on the client's local machine because it depends on local resources.
Automatically configures email notification functionality for Cline through SMTP integration. Enables Cline to send email notifications for task completion, errors, or user input requirements with automated setup and testing.
Related MCP Servers
- AsecurityAlicenseAqualityProvides IMAP and SMTP capabilities, enabling developers to manage email services with seamless integration and automated workflows.Last updated -467PythonBSD 3-Clause
- AsecurityFlicenseAqualityEnables sending emails via SMTP with template management, supporting multiple SMTP configurations, template creation with variable substitution, and bulk email sending with rate limiting.Last updated -116TypeScript
- -securityAlicense-qualityThis 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.Last updated -14JavaScriptMIT License
- -securityAlicense-qualityAn MCP server that displays desktop notifications on Windows 10 and macOS, compatible with VSCode Cline and supporting customizable notification parameters.Last updated -3PythonMIT License