Resend Email
JSON →Send emails directly from your editor using the Resend API.
Install
npx -y resend-mcp Tools · 58
- send_email Send an email with support for HTML, plain text, attachments, CC/BCC, reply-to, scheduling, tags, and topic-based sending
- list_emails List sent emails
- get_email Get details of a specific email
- cancel_email Cancel a scheduled email
- update_email Update an email
- batch_send_emails Send multiple emails in batch
- list_received_emails List inbound emails
- get_received_email Read a specific inbound email
- list_received_email_attachments List attachments from a received email
- download_received_email_attachment Download an attachment from a received email
- create_contact Create a new contact
- list_contacts List all contacts
- get_contact Get a specific contact
- update_contact Update a contact
- remove_contact Remove a contact
- manage_segment_memberships Manage segment memberships for contacts
- manage_topic_subscriptions Manage topic subscriptions for contacts
- create_broadcast Create a broadcast campaign
- send_broadcast Send a broadcast campaign
- list_broadcasts List broadcast campaigns
- get_broadcast Get a specific broadcast campaign
- update_broadcast Update a broadcast campaign
- remove_broadcast Remove a broadcast campaign
- create_template Create a reusable email template
- list_templates List all templates
- get_template Get a specific template
- update_template Update a template
- publish_template Publish a template
- duplicate_template Duplicate a template
- remove_template Remove a template
- create_domain Create a sender domain
- list_domains List all domains
- get_domain Get a specific domain
- update_domain Update a domain
- remove_domain Remove a domain
- verify_domain Verify a domain
- create_segment Create an audience segment
- list_segments List all segments
- get_segment Get a specific segment
- remove_segment Remove a segment
- create_topic Create a subscription topic
- list_topics List all topics
- get_topic Get a specific topic
- update_topic Update a topic
- remove_topic Remove a topic
- create_contact_property Create a custom contact attribute
- list_contact_properties List all contact properties
- get_contact_property Get a specific contact property
- update_contact_property Update a contact property
- remove_contact_property Remove a contact property
- create_api_key Create an API key
- list_api_keys List all API keys
- remove_api_key Remove an API key
- create_webhook Create a webhook for event notifications
- list_webhooks List all webhooks
- get_webhook Get a specific webhook
- update_webhook Update a webhook
- remove_webhook Remove a webhook
Environment variables
RESEND_API_KEY
Links
★ 517 GitHub stars