Skip to content

Resend

Free

by MCP Community

这是一个基于 [FastMCP](https://github.com/fastmcp/fastmcp) 框架构建的 MCP (Model Context Protocol) 工具包。

v1.0.2Added Apr 12, 2026
mcpfastmcpresend
Works with:ClaudeGPTGeminiCopilot

Resend MCP Server

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

Installation

npx -y @pidanmoe/resend-mcp

Reviews

Leave a Review

Installation

Quick install
npx -y @pidanmoe/resend-mcp
Add to claude_desktop_config.json
{
  "mcpServers": {
    "resend": {
      "command": "npx",
      "args": ["-y", "@pidanmoe/resend-mcp"]
    }
  }
}