email-mcp

email-mcp

4.3
Certified
emailapi

email-mcp is hosted online, so all tools can be tested directly either in theInspector tabor in theOnline Client.

Email Send MCP using aigeon.ai API allows integration with MCP Clients like Cursor and Claude for sending emails.

The Email Send MCP project utilizes the aigeon.ai API to facilitate email sending capabilities. It can be integrated as a Model Context Protocol (MCP) tool in various MCP clients such as Cursor and Claude. This integration allows users to send emails, manage contacts, and schedule emails directly from these platforms. The service requires an API key, which can be obtained by contacting the service provider. Once configured, users can leverage the email-mcp service to streamline their email communication processes.

Features

  • Send Email: Allows sending emails to multiple recipients with options for HTML and plain text content.
  • Get Contacts: Enables retrieval of saved email contacts for easy access and management.
  • Add Contact: Facilitates adding new contacts to the user's contact list.
  • Schedule Send Email: Provides the ability to schedule emails to be sent at a specified future time.

Tools

  1. send_email

    Send an email to the specified email address. with the provided subject and body.

  2. set_email_notification

    Generate an email notification flow based on the and time interval (in seconds). The email notification will check the condition periodically with the time interval, if the condition is met, the email will be sent to the specified emails. The condition is a prompt that is used to check if the email should be sent. The time interval is the wait time in seconds between each check. The emails are the emails to send the email to.

  3. get_contacts

    Get all contacts.

  4. add_contact

    Add a contact with the provided name, email and other properties.

  5. schedule_send_email

    Schedule a send email with the provided timestamp, emails, subject and body.