mcp-server-email
The MCP Email Server is designed to provide LLMs with the ability to send and manage emails securely, featuring SMTP support and file search capabilities. It supports multiple file types for attachments and encourages contributions for further development.
What email domains are supported by the MCP Email Server?
The server supports domains such as Gmail, Outlook, and Yahoo, among others, as specified in the email.json configuration file.
How can I ensure secure email transmission?
The server uses SMTP for secure email transmission. For services like Gmail, you may need to use an app-specific password.
What file types can be attached to emails?
Supported file types include documents (doc, docx, pdf), archives (zip, rar), text files (txt, csv), images (jpg, png), and others like markdown files.
Can I search for attachments using specific patterns?
Yes, the server provides a tool to search for files in directories based on pattern matching.
Is the MCP Email Server open for contributions?
Yes, contributions are welcome. You can add new tools, enhance existing functionalities, or improve documentation.