mcp-server-email
by nezzeur
Overview
A simple Model Context Protocol (MCP) server that exposes a tool to send emails via SMTP and a resource for server information.
Installation
python main.pySecurity Notes
CRITICAL RISK: The repository includes a 'get-pip.py' file which is heavily truncated and contains large sections of base64 encoded, obfuscated code. This file is highly suspicious and its presence in a server's root directory with obfuscation is a severe security vulnerability, indicating potential for malicious code injection or unexpected behavior that cannot be easily audited. Additionally, SMTP credentials (SMTP_SERVER, SMTP_PORT, SENDER_EMAIL, SENDER_PASSWORD) are hardcoded directly into 'main.py' and the README instructs users to edit the file to configure them. This is a poor security practice, as sensitive information should be managed via environment variables to avoid exposure in source code and enable more secure deployment.
Similar Servers
mcp-email-server
This server allows MCP clients to interact with email accounts via IMAP and SMTP protocols, enabling functionalities like listing, fetching, sending, and deleting emails.
mailtrap-mcp
The Mailtrap MCP server provides tools for sending transactional emails and managing email templates, including a sandbox environment for testing.
postmark-mcp
Provides a Model Context Protocol (MCP) server to enable AI assistants to send emails and manage templates via Postmark.
mcp-server-acsemail
This server provides email sending capabilities using Azure Communication Services within a Model Context Protocol (MCP) framework.