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.

Add to Cursor

Click the button below to easily add the Resend MCP server to your Cursor IDE:

Add resend-mcp-remote MCP server to Cursor

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-remote

About

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.