Provides a Model Context Protocol (MCP) server implementation for sending emails using the Resend email service.
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.