MCP Server Resend
MCP 服务器重发
用于 Resend API 的 MCP 服务器。让 LLM 为您撰写和发送电子邮件。
环境变量
RESEND_API_KEY(字符串,必需):您的重新发送 API 密钥SENDER_EMAIL_ADDRESS(字符串,必需):发件人电子邮件地址REPLY_TO_EMAIL_ADDRESSES(字符串,可选):以逗号分隔的回复电子邮件地址列表
Related MCP server: MCP Notmuch Sendmail
可用工具
send_email- 使用 Resend API 发送电子邮件输入:
to(字符串):收件人电子邮件地址subject(字符串):电子邮件主题行content(字符串):纯文本电子邮件内容from(字符串,可选):发件人电子邮件地址(如果未提供,则使用 SENDER_EMAIL_ADDRESS)replyTo(数组,可选):回复电子邮件地址(如果未提供,则使用 REPLY_TO_EMAIL_ADDRESSES)scheduledAt(字符串,可选):预定的电子邮件发送时间attachments(数组,可选):附件列表,每个附件必须具有:filename(字符串):附件文件的名称localPath(字符串):用户计算机上本地文件的绝对路径(如果未提供 remoteUrl 则必需)remoteUrl(字符串):互联网上文件的 URL(如果未提供 localPath,则需要)
获取 API 密钥
注意:免费套餐每月提供 3000 封电子邮件。
安装
使用Clinde (推荐)
使用 Resend MCP Server 最简单的方法是通过 Clinde 桌面应用程序。只需下载并安装 Clinde,然后:
打开 Clinde 应用
导航到服务器页面
找到 resend-mcp 并点击安装
就是这样!无需任何技术知识 - Clinde 会为您无缝处理所有安装和配置。
使用 Claude Desktop
将其添加到您的claude_desktop_config.json中:
{
"mcpServers": {
"resend-mcp": {
"command": "npx",
"args": [
"-y",
"resend-mcp"
],
"env": {
"RESEND_API_KEY": "YOUR_RESEND_API_KEY_HERE (string, required)",
"SENDER_EMAIL_ADDRESS": "YOUR_SENDER_EMAIL_ADDRESS_HERE (string, required)",
"REPLY_TO_EMAIL_ADDRESSES": "YOUR_REPLY_TO_EMAIL_ADDRESSES_HERE (string, optional, comma delimited)"
}
}
}
}执照
此 MCP 服务器采用 MIT 许可证。这意味着您可以自由使用、修改和分发该软件,但须遵守 MIT 许可证的条款和条件。更多详情,请参阅项目仓库中的 LICENSE 文件。
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Tools
Appeared in Searches
Latest Blog Posts
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/Hawstein/resend-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server