Email Send MCP using aigeon.ai API
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 MCPHub
- Open the
.cursor/mcp.jsonfile (create it if it does not exist). - Add the following configuration under the
mcpServersfield:
"email-mcp": {
"type": "https",
"url": "https://mcp.aigeon.ai/api/v1/mcp",
"headers": {
"Authorization": "Bearer YOUR_KEY"
}
}- 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
mcpServersfield.
- Open the MCP configuration interface in Claude (refer to Claude's documentation for the exact location).
- Add the following configuration:
"email-mcp": {
"type": "https",
"url": "https://mcp.aigeon.ai/api/v1/mcp",
"headers": {
"Authorization": "Bearer YOUR_KEY"
}
}- Save the configuration. You will now be able to use email-mcp in Claude just like in Cursor.
Note: Replace
YOUR_KEYwith your actual API key. If you have multiple MCP servers, you can add multiple configurations.
To use the email-mcp service, you need an API key.
Please send an email to mcp@aigeon.ai 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.
- 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.
- Description: Retrieve your saved email contacts.
- Parameters: None.
- Description: Add a new contact to your contact list.
- Parameters:
name(string): Contact name.email(string): Contact email address.
- 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.
- Description: setup an email notification for an event which might happen in the future regularly
- Parameters: