MCP Server Resend

by Hawstein
Verified

hybrid server

The server is able to function both locally and remotely, depending on the configuration or use case.

Integrations

  • Enables sending emails through the Resend API, including features for specifying recipients, content, scheduling delivery, and attaching files from local or remote sources.

MCP 服务器重发

用于 Resend API 的 MCP 服务器。让 LLM 为您撰写和发送电子邮件。

环境变量

  • RESEND_API_KEY (字符串,必需):您的重新发送 API 密钥
  • SENDER_EMAIL_ADDRESS (字符串,必需):发件人电子邮件地址
  • REPLY_TO_EMAIL_ADDRESSES (字符串,可选):以逗号分隔的回复电子邮件地址列表

可用工具

  • 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 密钥

  1. 注册重新发送帐户
  2. “重新发送”仪表板生成您的 API 密钥

注意:免费套餐每月提供 3000 封电子邮件。

安装

使用Clinde (推荐)

使用 Resend MCP Server 最简单的方法是通过 Clinde 桌面应用程序。只需下载并安装 Clinde,然后:

  1. 打开 Clinde 应用
  2. 导航到服务器页面
  3. 找到 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 文件。

You must be authenticated.

A
security – no known vulnerabilities
A
license - permissive license
A
quality - confirmed to work

工具集成使 Claude 能够通过 Resend API 撰写和发送电子邮件,支持预定交付和文件附件等功能。

  1. Environment Variables
    1. Available Tools
      1. Getting an API Key
        1. Installation
          1. Using Clinde (recommended)
          2. Using Claude Desktop
        2. License
          ID: 7odato38aa