email-mcp
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@email-mcpsend an email to john@example.com with subject 'Meeting Reminder' and body 'Don't forget our 2pm meeting tomorrow.'"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
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
How to Add email-mcp as a MCP Server in Cursor
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.
Related MCP server: Mailtrap Email Sending
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:
"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.
How to Apply for an API Key
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.
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:
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- -licenseCqualityCmaintenanceGives on-the-fly inboxes to AI agents. Agents / LLM's can send, receive, and take action in isolated inboxes. Built for AI unlike Gmail. Check us out at agentmail.to1085
- AlicenseAqualityAmaintenanceIntegrates with Mailtrap Email Platform to enable sending transactional emails via API.859062MIT
- Alicense-qualityDmaintenanceEnables AI agents to send transactional emails programmatically through the Lemon Email API. Provides simple email sending capabilities with customizable sender information, recipients, and content.2MIT
- Alicense-qualityBmaintenanceAI-native email marketing platform built for agents. Control campaigns, automations, contacts, templates, and analytics via MCP with OAuth authentication.732MIT
Related MCP Connectors
Email for AI agents: send mail, manage contacts, automations & webhooks. Zero-DNS first send.
Email for AI agents — send, receive as a webhook, manage domains, templates, routing.
Authenticated email gateway for AI agents — per-agent inboxes, HITL approval, SPF/DKIM verified.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/henroger/email-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server