重新发送 MCP 服务器
用于重新发送电子邮件服务的模型上下文协议 (MCP) 服务器实现。
特征
通过标准化 MCP 界面使用 Resend 发送电子邮件
TypeScript 支持
先决条件
重新发送 API 密钥(在resend.com获取)
Node.js 18 或更高版本
安装
克隆存储库
安装依赖项:
配置
使用您的 Resend API 密钥在根目录中创建一个.env
文件:
开发现状
目前,服务器实现因 MCP SDK 的 TypeScript 类型问题而受阻。以下问题需要解决:
@modelcontextprotocol/sdk
中的Server
类没有在 TypeScript 类型中正确公开其请求处理方法。需要确定处理请求的确切方法名称(尝试过:
handleRequest
、handle
、receiveMessage
、receive
、processRequest
)。
后续步骤
检查 MCP SDK 文档或源代码以获取正确的方法名称
如果 SDK 中的 TypeScript 类型不正确,请更新它们
考虑暂时使用 JavaScript,直到类型修复
用法
发展
生产
建造
API
服务器公开以下 MCP 功能:
发送电子邮件
使用“重新发送”发送电子邮件。
参数:
from
(必填):发件人电子邮件地址to
(必填):收件人电子邮件地址subject
(必填):电子邮件主题html
(可选):HTML 格式的电子邮件内容text
(可选):纯文本格式的电子邮件内容
示例请求:
执照
麻省理工学院
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) 接口通过 Resend 服务发送电子邮件,并支持 TypeScript。
Related Resources
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 -6408
- -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 -6
- -securityAlicense-qualityAn MCP server that enables sending emails directly through AWS SES without copy-pasting, supporting plain text and HTML emails with features like CC, BCC, and reply-to functionality.Last updated -2MIT License
- AsecurityAlicenseAqualityA simple Node.js MCP (Model Context Protocol) server for sending emails using TurboSMTPLast updated -3JavaScriptMIT License