email-mcp-server
If you are the rightful owner of email-mcp-server and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.
The MCP Email Server is a Python-based server that allows an LLM to interact with an email account using POP3 and SMTP protocols, secured with TLS encryption.
The MCP Email Server is designed to facilitate interaction between a language model and an email account. It uses the FastMCP library to implement a Model Context Protocol server, enabling operations such as reading, deleting, and sending emails. The server supports secure connections via POP3 over SSL and SMTP with STARTTLS or direct SSL/TLS. Configuration is managed through environment variables or a .env file, ensuring secure handling of credentials. The server provides tools for polling emails, fetching full email details, deleting emails, and sending both plain text and HTML emails. It is compatible with platforms like Claude Desktop, where it can be integrated into the developer configuration for seamless operation.
Features
- Poll Emails: Retrieve email headers from the inbox.
- Fetch Full Emails: Get complete email details by ID.
- Delete Emails: Remove emails by ID.
- Send Emails: Send plain text or HTML emails.
- Secure Connections: Use SSL/TLS for POP3 and SMTP.