This tool serves as a powerful Model Context Protocol (MCP) server, offering a streamlined way to send emails using standard SMTP. It features full MCP Streamable HTTP compliance, enabling stateful sessions, bidirectional communication via Server-Sent Events (SSE), and stream resumability for reliable client-server interaction. Designed for flexibility, it supports various email operations including sending single, bulk, and template-based emails, complete with attachments and full SMTP/TLS authentication. With Docker readiness, type safety, and async support, it's built for modern, scalable deployments.
主な機能
01Docker-ready with multi-stage build for production optimization
020 GitHub stars
03Support for sending single, bulk, and template-based emails
04Bidirectional communication via Server-Sent Events (SSE)
05Full SMTP/TLS support with authentication and attachments
06Full MCP Streamable HTTP compliance with session management
ユースケース
01Integrate email sending capabilities into applications using a standardized MCP interface
02Automate sending transactional or marketing emails (single, bulk, or templated)
03Verify SMTP connection and credentials programmatically
04Set up a scalable and type-safe email service with Docker