email-mcp

email-mcp
Certified

4.3

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.

MCP Tools

  • send_email: Send an email to one or more recipients.
  • get_contacts: Retrieve your saved email contacts.
  • add_contact: Add a new contact to your contact list.
  • schedule_send_email: Schedule an email to be sent at a specific time.

Usage with Different Platforms

Cursor


"email-mcp": {
  "type": "https",
  "url": "https://mcp.aigeon.ai/api/v1/mcp",
  "headers": {
    "Authorization": "Bearer YOUR_KEY"
  }
}

Claude


"email-mcp": {
  "type": "https",
  "url": "https://mcp.aigeon.ai/api/v1/mcp",
  "headers": {
    "Authorization": "Bearer YOUR_KEY"
  }
}

Related MCP Servers

View all email servers →