aws-ses-mcp 📧
这是一个简单的 MCP 服务器,使用 AWS SES(简单电子邮件服务)发送电子邮件。非常适合与 Cursor 或 Claude Desktop 集成,无需复制粘贴即可直接撰写和发送电子邮件。该服务支持纯文本和 HTML 邮件,并具有抄送、密送和回复等高级功能。
特色✨
- 发送纯文本和 HTML 电子邮件
- 支持抄送和密送收件人
- 可配置的回复地址
- 可定制的发件人电子邮件(需要 AWS SES 验证)
- 用于调试的完整请求/响应日志记录
- 电子邮件调度功能
先决条件📋
在开始之前,请确保您已:
- AWS SES 帐户设置和配置
- 在 AWS SES 中验证电子邮件域或个人电子邮件地址
- 具有 SES 权限的 AWS 凭证(访问密钥 ID 和秘密访问密钥)
- 您的系统上安装了 Node.js
安装🚀
通过 Smithery 安装
要通过Smithery自动为 Claude Desktop 安装 aws-ses-mcp:
手动安装
- 克隆此存储库:
- 安装依赖项:
- 构建项目:
配置⚙️
电子邮件格式示例(email.md)
设置说明🔧
对于光标
- 前往“光标设置”->“MCP”->“添加新的 MCP 服务器”
- 使用以下设置配置服务器:
- 名称:
aws-ses-mcp
(或您喜欢的名称) - 类型:
command
- 命令:GXP6
- 名称:
对于克劳德桌面
将以下配置添加到您的 MCP 配置中:
用法📝
- 使用您的电子邮件内容创建或编辑
email.md
- 在光标中:
- 打开 email.md 文件
- 选择内容
- 按 cmd+l(或 ctrl+l)
- 告诉 Cursor“以电子邮件形式发送”
- 确保 Cursor 聊天处于代理模式
开发👩💻
故障排除🔍
- 检查控制台日志以获取详细的请求/响应信息
- 验证您的 AWS 凭证和权限
- 确保您的发件人电子邮件已在 AWS SES 中验证
- 检查 AWS SES 控制台是否有任何退回邮件或投诉
贡献🤝
欢迎贡献代码!欢迎提交 Pull 请求。
许可证📄
该项目根据 MIT 许可证获得许可 - 有关详细信息,请参阅LICENSE文件。
MIT 许可证是一种简明扼要的许可证。它允许任何人对您的代码进行任何操作,只要他们向您提供版权归属,并且不追究您的责任。
This server cannot be installed
remote-capable server
The server can be hosted and run remotely because it primarily relies on remote services or has no dependency on the local environment.
MCP 服务器可直接通过 AWS SES 发送电子邮件,无需复制粘贴,支持纯文本和 HTML 电子邮件,具有 CC、BCC 和回复功能等功能。
Related MCP Servers
- AsecurityFlicenseAqualityA simple MCP server that enables users to send emails using Resend's API, integrating with tools like Cursor and Claude Desktop for seamless email composition and delivery.Last updated -16321TypeScript
- -securityAlicense-qualityMCP server that integrates with Gmail to enable sending, reading, and managing emails through tools like send-email, trash-email, get-unread-emails, and read-email.Last updated -17PythonGPL 3.0
- -securityFlicense-qualityAn MCP server that allows Claude Desktop or Cursor to send emails directly using Resend's API, eliminating the need to copy-paste email content.Last updated -6TypeScript
- -securityAlicense-qualityAn MCP server that enables Gmail integration, allowing users to manage emails (send, receive, read, trash, mark as read) directly through MCP clients like Claude Desktop.Last updated -PythonMIT License