Back to Home
dSchulenburg icon

mcp-imap-manager

Verified Safe

by dSchulenburg

Overview

A Model Context Protocol (MCP) server for managing IMAP email operations (list, move, delete) across multiple accounts.

Installation

Run Command
docker-compose up -d --build

Environment Variables

  • IMAP_ONECOM_USER
  • IMAP_ONECOM_PASSWORD
  • IMAP_GMX_USER
  • IMAP_GMX_PASSWORD
  • IMAP_GMAIL_USER
  • IMAP_GMAIL_PASSWORD
  • MCP_API_KEY
  • PORT

Security Notes

The server uses environment variables for all sensitive credentials (IMAP passwords, API keys), which is good practice. The /mcp endpoint can be protected with an API key. TLS is enforced for IMAP connections and a production Docker Compose setup with Traefik is provided for secure HTTPS access. No 'eval' or malicious patterns are evident. Potential risks would involve improper API key management or weak IMAP account passwords (app passwords are recommended).

Similar Servers

Stats

Interest Score0
Security Score8
Cost ClassMedium
Avg Tokens300
Stars0
Forks0
Last Update2026-01-19

Tags

IMAPemail managementautomationMCPNode.js