Skip to main content
Glama

Cline Email MCP Auto-Setup

by anselmwang

Cline Email MCP Auto-Setup

这是一个为Cline自动配置Email MCP服务器的项目。通过这个项目,Cline可以在任何新机器上快速配置邮件通知功能。

Cline配置指令

当您给Cline这个repo的URL时,请使用以下指令:

阅读README.md,配置MCP

自动配置流程

Cline会按以下步骤自动配置:

  1. 克隆项目: 将此repo克隆到本地
  2. 安装依赖: 运行 npm install 安装必要的Node.js依赖
  3. 交互配置: 运行 node setup-cline.js 开始自动配置
  4. 输入SMTP信息: 系统会提示输入以下信息:
    • SMTP_USER: 您的SMTP用户名(邮箱地址)
    • SMTP_PASS: 您的SMTP密码或应用专用密码
    • EMAIL_TO: 接收通知的邮箱地址
  5. 自动注册MCP: 脚本会自动更新Cline的MCP配置文件
  6. 发送测试邮件: 配置完成后自动发送测试邮件验证配置

支持的SMTP服务商

默认使用Brevo SMTP服务,配置如下:

  • SMTP主机: smtp-relay.brevo.com
  • 端口: 587
  • 安全连接: STARTTLS

您也可以根据需要修改为其他SMTP服务商。

配置要求

  • Node.js (建议v16或更高版本)
  • Cline已安装并运行
  • 有效的SMTP邮箱账户

故障排除

如果配置过程中遇到问题:

  1. 确保SMTP凭据正确
  2. 检查网络连接
  3. 验证Cline配置文件权限
  4. 查看控制台错误信息

安全说明

  • 此项目不会存储您的SMTP密码
  • 所有配置信息仅保存在本地Cline配置文件中
  • 建议使���应用专用密码而非主密码

手动配置说明

如果需要手动配置,您可以:

  1. 编辑 ~/.config/Code/User/globalStorage/saoudrizwan.claude-dev/settings/cline_mcp_settings.json
  2. 添加email-notify MCP配置
  3. 重启Cline

技术细节

  • 使用Node.js和MCP SDK
  • 基于nodemailer发送邮件
  • 跨平台支持(Windows/macOS/Linux)
  • 自动检测Cline配置文件位置

配置完成后,Cline将具备邮件通知功能,可以在任务完成、遇到错误或需要用户输入时发送邮件通知。

-
security - not tested
F
license - not found
-
quality - not tested

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.

  1. Cline配置指令
    1. 自动配置流程
      1. 支持的SMTP服务商
        1. 配置要求
          1. 故障排除
            1. 安全说明
              1. 手动配置说明
                1. 技术细节

                  Related MCP Servers

                  • A
                    security
                    A
                    license
                    A
                    quality
                    Provides IMAP and SMTP capabilities, enabling developers to manage email services with seamless integration and automated workflows.
                    Last updated -
                    4
                    67
                    Python
                    BSD 3-Clause
                    • Apple
                    • Linux
                  • A
                    security
                    F
                    license
                    A
                    quality
                    Enables 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 -
                    11
                    6
                    TypeScript
                  • -
                    security
                    A
                    license
                    -
                    quality
                    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.
                    Last updated -
                    14
                    JavaScript
                    MIT License
                    • Apple
                  • -
                    security
                    A
                    license
                    -
                    quality
                    An MCP server that displays desktop notifications on Windows 10 and macOS, compatible with VSCode Cline and supporting customizable notification parameters.
                    Last updated -
                    3
                    Python
                    MIT License

                  View all related MCP servers

                  MCP directory API

                  We provide all the information about MCP servers via our MCP API.

                  curl -X GET 'https://glama.ai/api/mcp/v1/servers/anselmwang/cline-email-mcp'

                  If you have feedback or need assistance with the MCP directory API, please join our Discord server