mcp_email
0
Email MCP is a protocol server that enables email communication capabilities for AI agents, supporting standard POP3 and SMTP protocols. It provides a set of tools for polling, retrieving, deleting, and sending emails, making it suitable for automated email handling.
Email MCP
Email MCP is a simple Model Context Protocol (MCP) server that adds email functionality to an AI agent, supporting both POP3 and SMTP. It allows registration of email account details to facilitate email operations.
Tools
- pollEmails(): Retrieves message IDs and headers from the mailbox.
- getEmailsById(ids: list): Fetches message IDs and bodies based on the provided IDs.
- deleteEmailsById(ids: list): Deletes emails by ID with the caveat that order changes post-deletion.
- sendTextEmail(fromAddress, toAddresses, subject, body): Sends plain text emails via SMTP.
- sendHtmlEmail(fromAddress, toAddresses, subject, body): Sends HTML formatted emails via SMTP.
Installation
To install the Email MCP, configure the developer config file for integration with Claude Desktop, ensuring all necessary environment variables are set for email operations.