Learn how to use the MCP Server to send emails.
Clone this project locally.
Build the project
Setup Resend
Open Cursor Settings
cmd
+shift
+p
on macOS or ctrl
+shift
+p
on Windows) and choose Cursor Settings.Add the MCP server
/build/index.js
file in Cursor and selecting Copy Path
.Possible arguments--key
: Your Resend API key (required)--sender
: Your sender email address from a verified domain (optional)--reply-to
: Your reply-to email address (optional)Test the sending
email.md
in the cloned project.email.md
, and press cmd+l
Open Claude Desktop settings
Edit Config
.Add the MCP server
/build/index.js
file in your IDE and selecting Copy Path
.Possible environment variablesRESEND_API_KEY
: Your Resend API key (required)SENDER_EMAIL_ADDRESS
: Your sender email address from a verified domain (optional)REPLY_TO_EMAIL_ADDRESS
: Your reply-to email address (optional)Test the server
resend
tool is available in the Claude developer settings.resend
tool.