Email sending MCP
by ykhli
This is a simple MCP server that sends emails using Resend's API, allowing Cursor or Claude Desktop to compose and send emails directly without copy-pasting.
Last updated: N/A
What is Email sending MCP?
This is an MCP server that utilizes Resend's API to send emails. It integrates with tools like Cursor and Claude Desktop, enabling users to send emails composed within these platforms directly.
How to use Email sending MCP?
To use this server, you need to authorize Resend, clone the project, configure the index.ts file with your email, build the project, and then add the MCP server to Cursor or Claude Desktop with the appropriate command and API key. Detailed instructions are provided in the README for both Cursor and Claude Desktop.
Key features of Email sending MCP
Send plain text and HTML emails
Schedule emails for future delivery
Add CC and BCC recipients
Configure reply-to addresses
Customizable sender email (requires verification)
Use cases of Email sending MCP
Automating email sending from Cursor
Automating email sending from Claude Desktop
Sending personalized emails programmatically
Integrating email sending into AI workflows
FAQ from Email sending MCP
What is Resend?
What is Resend?
Resend is an email API platform for developers.
What is an MCP server?
What is an MCP server?
MCP stands for Machine Communication Protocol. It allows different applications to communicate with each other.
Do I need a Resend account to use this?
Do I need a Resend account to use this?
Yes, you need a Resend account and API key to use this server.
Can I customize the sender email address?
Can I customize the sender email address?
Yes, you can customize the sender email address, but it requires verification with Resend.
Is there a demo available?
Is there a demo available?
Yes, there is a demo available at the provided link in the README.