No-Code
For Developer
Follow the instructions below to integrate Resend MCP server to your AI application using our API or SDK.Prerequisites
1. Create a Resend MCP Server
Use the following endpoint to create a new remote Resend MCP server instance:Request
Response
serverUrl specifies the endpoint of the Resend MCP server, which allows you to send emails through the Resend service.
instanceId is used for authentication and identification of your server instance.
2. Configure Resend API Key
To use the Resend MCP Server, you need to configure it with your Resend API key.Setting up Resend API Key
Response
Explore MCP Server Tools
Tools Information
Tools Information
Tool Name | Description |
---|---|
resend_send_email | Send an email using Resend service with options for HTML content, CC, BCC, scheduled delivery, etc. |
resend_create_audience | Create a new audience in Resend |
resend_get_audience | Retrieve audience details by ID in Resend |
resend_delete_audience | Delete an audience by ID in Resend |
resend_list_audiences | List all audiences in Resend |
resend_create_contact | Create a new contact in a Resend audience |
resend_get_contact | Retrieve a contact from a Resend audience by ID or email |
resend_update_contact | Update a contact in a Resend audience by ID or email |
resend_delete_contact | Delete a contact from a Resend audience by ID or email |
resend_list_contacts | List all contacts in a Resend audience |
resend_create_broadcast | Create a new broadcast in Resend |
resend_get_broadcast | Retrieve a broadcast by ID from Resend |
resend_send_broadcast | Send or schedule a broadcast in Resend |
resend_delete_broadcast | Delete a broadcast by ID in Resend |
resend_list_broadcasts | List all broadcasts in Resend |
For more details about tool input schema, use the list_tool API.