mcp_email
Verified Safeby SvenTern
Overview
A Streamable HTTP/SSE wrapper that provides MCP tools for comprehensive IMAP/SMTP email management, including account setup, email operations, folder management, and advanced sorting rules.
Installation
docker-compose up -dEnvironment Variables
- HOST
- PORT
- IMAP_SERVER_PATH
- LOG_LEVEL
- PYTHONUNBUFFERED
- PUBLIC_BASE_URL
Security Notes
The application itself implements good security practices, such as recommending App Passwords (not main passwords) for email providers and using AES-256 encryption for storing credentials in Docker volumes. Attachment downloads use temporary, single-use tokens. However, the provided deployment documentation and scripts contain hardcoded SSH passwords, which is a critical security vulnerability for the deployment process itself. Additionally, the README explicitly states 'CORS: Включен для всех источников' (CORS: Enabled for all sources), which can be a significant risk if not adequately mitigated by a robust reverse proxy (like Nginx with strict origin validation). The Python wrapper communicates with an underlying Node.js IMAP server via STDIO, which is generally secure for inter-process communication.
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.
gmail-mcp
Manages Gmail emails programmatically, enabling AI systems to read, send, archive, and perform other email operations on behalf of a user.
miyabi-mcp-bundle
An all-in-one MCP server providing a vast array of development, monitoring, and automation tools, enabling Claude Desktop and AI agents to perform complex software development, operations, and analysis tasks efficiently and securely.
che-apple-mail-mcp
Programmatic management and automation of Apple Mail functionalities on macOS.