소개
Resend enables sending emails using the Resend service through a standardized Model Context Protocol (MCP) interface. It offers TypeScript support and requires a Resend API key, simplifying the integration of Resend's email functionality into MCP-compatible environments. The server exposes a `send-email` function via the MCP interface, taking parameters for sender, recipient, subject, and optional HTML or plain text content.
주요 기능
- TypeScript support
- 5 GitHub stars
- Exposes a `send-email` MCP function
- Sends emails via Resend through an MCP interface
- Configurable via environment variables
사용 사례
- Integrating Resend email sending capabilities into MCP workflows
- Standardizing email sending across different applications using MCP
- Automating email notifications through an MCP interface