mcp_server_email
0
This project is a mail-sending service implementing the MCP protocol to support functions like sending mass emails, querying, and updating delayed emails. It is configured for use with the Resend service.
MCP Mail Service
This service is a mail-sending application developed using the MCP protocol and Resend. It supports sending emails, including mass emails, querying emails by ID, updating delayed emails, and canceling delayed emails.
Features
- Send single or mass emails
- Query email details by Email ID
- Update or cancel delayed email sending
Usage
- Clone the repository locally.
- Navigate to the code directory.
- Install dependencies using pip.
- Modify the MCP client configuration file as needed with your file path and domain information.
- Use the service after completing the above configurations.