mcp-email-docker

mcp-email-docker

3.2

If you are the rightful owner of mcp-email-docker and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.

mcp-email-docker is an email notification service based on the Model Context Protocol (MCP), supporting communication with clients via Streamable HTTP and SSE, and sending notification emails through SMTP services. It is also suitable for beginners to learn about MCP Server.

The mcp-email-docker project is designed to facilitate email notifications using the Model Context Protocol (MCP). It supports communication with clients through Streamable HTTP and Server-Sent Events (SSE), and sends notification emails via SMTP services. The project is Docker-compatible, allowing for easy deployment either locally or remotely. It serves as an excellent starting point for those new to MCP Server, providing a practical example of its implementation. The project structure includes essential files such as Dockerfile for image building, TypeScript configuration, and source code for the server and notification services.

Features

  • Supports integration with MCP Client to send emails or other notifications via MCP protocol.
  • Compatible with both legacy SSE and new Streamable HTTP protocols.
  • Supports one-click Docker deployment for remote or local environments, using HTTP instead of Stdio for communication.
  • Utilizes multi-stage builds and a slim Node.js environment to reduce Docker image size.