Back to Home
nezzeur icon

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

Run Command
python main.py

Security 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

Stats

Interest Score0
Security Score1
Cost ClassLow
Avg Tokens250
Stars0
Forks0
Last Update2025-11-24

Tags

EmailSMTPMCPPythonCommunication