- Explore MCP Servers
- email_mcp
Email Mcp
What is Email Mcp
email_mcp is a tool that utilizes the aigeon.ai API to send emails, designed to be integrated as an MCP tool in MCP Clients like Cursor.
Use cases
Use cases for email_mcp include sending automated emails for notifications, marketing campaigns, user registrations, and other transactional email needs.
How to use
To use email_mcp, you need to add it as an MCP Server in Cursor by editing the .cursor/mcp.json file with the appropriate configuration, including your API key.
Key features
Key features of email_mcp include seamless integration with MCP Clients, the ability to send emails via the aigeon.ai API, and support for multiple MCP server configurations.
Where to use
email_mcp can be used in various fields such as software development, marketing automation, and any application requiring email communication.
Overview
What is Email Mcp
email_mcp is a tool that utilizes the aigeon.ai API to send emails, designed to be integrated as an MCP tool in MCP Clients like Cursor.
Use cases
Use cases for email_mcp include sending automated emails for notifications, marketing campaigns, user registrations, and other transactional email needs.
How to use
To use email_mcp, you need to add it as an MCP Server in Cursor by editing the .cursor/mcp.json file with the appropriate configuration, including your API key.
Key features
Key features of email_mcp include seamless integration with MCP Clients, the ability to send emails via the aigeon.ai API, and support for multiple MCP server configurations.
Where to use
email_mcp can be used in various fields such as software development, marketing automation, and any application requiring email communication.
Content
Email Send MCP using aigeon.ai API
email-mcp is hosted and certified by MCP Review
This project uses the aigeon.ai API to send emails and can be integrated as an MCP tool in MCP Clients like Cursor and Claude.
For more help, please check the source code or contact the maintainer.
email-mcp is indexed and certified by MCP Review
How to Add email-mcp as a MCP Server in Cursor
- Open the
.cursor/mcp.json
file (create it if it does not exist). - Add the following configuration under the
mcpServers
field:
- Save the file, then restart Cursor or refresh the MCP tool list. You will now be able to use email-mcp in Cursor.
Note: If you have multiple MCP servers, you can add multiple configurations under the
mcpServers
field.
How to Add email-mcp as a MCP Server in Claude
- Open the MCP configuration interface in Claude (refer to Claude’s documentation for the exact location).
- Add the following configuration:
- Save the configuration. You will now be able to use email-mcp in Claude just like in Cursor.
Note: Replace
YOUR_KEY
with your actual API key. If you have multiple MCP servers, you can add multiple configurations.
How to Apply for an API Key
To use the email-mcp service, you need an API key.
Please send an email to [email protected]
to set up your account and receive your API key.
Once you have your key, replace YOUR_KEY
in the configuration with your actual API key.
Tools Provided by email-mcp
1. Send Email (send_email
)
- Description: Send an email to one or more recipients.
- Parameters:
emails
(list of string): Recipient email addresses.subject
(string): Email subject.html_body
(string, optional): HTML content of the email.text_body
(string, optional): Plain text content of the email.
2. Get Contacts (get_contacts
)
- Description: Retrieve your saved email contacts.
- Parameters: None.
3. Add Contact (add_contact
)
- Description: Add a new contact to your contact list.
- Parameters:
name
(string): Contact name.email
(string): Contact email address.
4. Schedule Send Email (schedule_send_email
)
- Description: Schedule an email to be sent at a specific time.
- Parameters:
shcedule_timestamp
(integer): Unix timestamp for scheduled sending.emails
(list of string): Recipient email addresses.subject
(string): Email subject.html_body
(string, optional): HTML content.text_body
(string, optional): Plain text content.
4. Set email notification (set_email_notification
)
- Description: setup an email notification for an event which might happen in the future regularly
- Parameters: