Skip to main content
Glama

resend-mcp

这是一个基于 FastMCP 框架构建的 MCP (Model Context Protocol) 工具包。

功能

当前实现了一个邮件发送工具:

  • sendEmail: 使用 Resend 服务发送邮件

Related MCP server: Resend MCP Server

安装依赖

bun install

运行项目

bun run dev

调试项目

bun run inspect

构建项目

bun run build

部署 MCP

{
  "mcpServers": {
    "resend-mcp": {
      "args": ["-y","@pidanmoe/resend-mcp"],
      "command": "npx",
      "env": {
        "RESEND_API_KEY": "<YOUR_RESEND_API_KEY>",
        "EMAIL_HOST": "<YOUR_EMAIL_HOST>"
      }
    }
  }
}

环境变量

  • RESEND_API_KEY: Resend API 密钥

  • EMAIL_HOST: 邮件域名,例如 example.com

项目结构

使用说明

该项目遵循 Model Context Protocol 规范,可以通过标准 I/O 或其他传输方式与支持 MCP 的客户端进行通信。

技术栈

  • Bun - JavaScript/TypeScript 运行时

  • FastMCP - MCP 框架

  • Resend - 邮件发送服务

  • Zod - TypeScript-first schema declaration and validation library


此项目使用 bun v1.2.19 创建。Bun 是一个快速的一体化 JavaScript 运行时。

Related MCP Connectors

Related MCP Servers

  • A
    license
    Not graded
    quality
    D
    maintenance
    Allows sending emails through the Resend service using a standardized Model Context Protocol (MCP) interface, with TypeScript support.
    17,286 npm
    6
    MIT
  • A
    license
    A
    quality
    F
    maintenance
    An MCP server for the Resend email API, enabling AI assistants to send emails, manage contacts, audiences, and domains through natural language.
    18
    23 npm
    MIT
  • F
    license
    Not graded
    quality
    D
    maintenance
    Enables sending emails (including mass emailing), querying, updating, and canceling delayed emails via the Resend API.
    -

Appeared in Searches