Resend
Provides a Model Context Protocol (MCP) server implementation for sending emails using the Resend email service.
About
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.
Key Features
- TypeScript support
- 5 GitHub stars
- Exposes a `send-email` MCP function
- Sends emails via Resend through an MCP interface
- Configurable via environment variables
Use Cases
- Integrating Resend email sending capabilities into MCP workflows
- Standardizing email sending across different applications using MCP
- Automating email notifications through an MCP interface