MCP Email Server
Allows sending emails to one or multiple recipients via the Resend email service, with support for subject and HTML body.
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., "@MCP Email ServerSend an email to maria@example.com with subject 'Meeting' and body 'See you 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.
MCP Email Server
A simple Model Context Protocol (MCP) server that allows AI clients such as Cursor to send emails using the Resend email service.
Features
Send emails to one or multiple recipients
Supports subject and HTML body
Uses environment variables for secure configuration
Works with Cursor and other MCP-compatible clients
Related MCP server: Resend MCP
Requirements
Node.js 20+
Resend account
Resend API key
Verified sender/domain in Resend
Cursor or another MCP-compatible MCP client
Setup
Install the project dependencies.
Create a
.envfile in the project root.Add your Resend API key and verified sender email.
Start the MCP server.
Add the server to your MCP client's configuration.
Environment Variables
RESEND_API_KEY=your_resend_api_key
RESEND_FROM_EMAIL=your_verified_senderNever commit .env to Git.
Cursor MCP Configuration
Use absolute paths for both the .env file and the MCP entry file.
{
"mcpServers": {
"email-server": {
"command": "node",
"args": [
"--env-file=/ABSOLUTE/PATH/TO/.env",
"/ABSOLUTE/PATH/TO/app.js"
]
}
}
}Replace the paths with the locations on your own machine.
Available Tool
send-mail
Sends an email to one or more recipients.
Parameters:
to— Recipient email address(es)subject— Email subjectbody— Email body
Security
Keep API keys in
.env.Never commit
.envto Git.Use a verified sender/domain with Resend.
Do not expose API keys in MCP configuration.
Tech Stack
Node.js
MCP
Resend
Zod
Cursor
License
MIT
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
- AlicenseAqualityAmaintenanceA simple MCP server that enables users to send emails using Resend's API, integrating with tools like Cursor and Claude Desktop for seamless email composition and delivery.9110,907559MIT
- AlicenseNot gradedqualityDmaintenanceEnables sending emails through the Resend service API. Provides a simple email sending tool that integrates with MCP-compatible clients.19MIT
- AlicenseBqualityDmaintenanceEnables sending single and batch emails through the Resend API with support for HTML/plain text content, CC/BCC recipients, and custom tracking tags.16Apache 2.0
- FlicenseNot gradedqualityDmaintenanceEnables sending emails (including mass emailing), querying, updating, and canceling delayed emails via the Resend API.
Related MCP Connectors
Email for AI agents — send, receive as a webhook, manage domains, templates, routing.
Email for AI agents: send mail, manage contacts, automations & webhooks. Zero-DNS first send.
Give an AI agent its own inbox — receive email as a webhook, send over a verified domain.
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/Code2Hack18/MCP'
If you have feedback or need assistance with the MCP directory API, please join our Discord server