Back to Home
SvenTern icon

mcp_email

Verified Safe

by 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

Run Command
docker-compose up -d

Environment 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

Stats

Interest Score0
Security Score7
Cost ClassMedium
Avg Tokens2000
Stars0
Forks0
Last Update2026-01-17

Tags

EmailIMAPSMTPMCP ServerEmail SortingMailbox Management