Remote Resend MCP
Available Tools
send-email
Send emails using Resend's API with customizable content and recipients.
create-contact
Create and manage contacts in your Resend audiences.
list-audiences
Retrieve and manage your Resend audience lists.
Manual Configuration
Alternatively, you can manually add the following configuration to your MCP settings:
{
"mcpServers": {
"resend-mcp-remote": {
"url": "https://resend.exon.dev/mcp",
"headers": {
"resend-api-key": "resend-api-key"
}
}
}
}GitHub Repository
View the source code and documentation on GitHub:
https://github.com/R44VC0RP/resend-mcp-remoteAbout
The Remote Resend MCP server provides a convenient way to integrate Resend email services directly into your Cursor IDE workflow. This MCP (Model Context Protocol) server allows you to send emails and manage contacts through Resend's API without leaving your development environment.