mcp-server-email
26
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.
MCP Email Server
A Model Context Protocol server that provides comprehensive email functionality.
Features
- Send emails with multiple recipients
- Support for email attachments
- Search for files in directories based on pattern matching
- Secure email transmission using SMTP
Usage
Running the Server
Start the MCP Email Server with the command python -m mcp_email_server
and specify directories for attachments.
Security Notes
- The server supports a limited set of attachment file types for security reasons.
- Gmail and other services may require app-specific passwords.
Supported File Types
Documents, archives, text files, images, and other relevant file types such as doc, pdf, zip, jpg, and md.
Contributing
Contributions are welcome to expand and improve the server with new tools, along with bug fixes or documentation enhancements.