resend
NewAgent skills for working with Resend to send and receive emails — email API integration, agent inbox, CLI, React Email components, and deliverability best practices. Includes the Resend MCP server.
Summary
This skill integrates Resend's email API into Claude Code, enabling you to send transactional emails, manage an agent inbox, and leverage React Email components for building email templates.
- It also includes the Resend MCP server for advanced email operations and deliverability best practices, making it essential for developers building email-driven applications.
Install & Usage
~/.claude.jsonAdd the configuration to "mcpServers": { "resend": { "command": "...", "args": [] } }
/mcpUse Cases
Usage Examples
/resend send-email --to [email protected] --subject 'Welcome!' --body 'Hello from Claude Code'
Use Resend to send a password reset email to [email protected] with a React Email template
/resend inbox --list-messages --status unread
Security Audits
Frequently Asked Questions
What is resend?
This skill integrates Resend's email API into Claude Code, enabling you to send transactional emails, manage an agent inbox, and leverage React Email components for building email templates. It also includes the Resend MCP server for advanced email operations and deliverability best practices, making it essential for developers building email-driven applications.
How to install resend?
To install resend: open your mcp config (~/.claude.json), then add the config to "mcpServers": { "resend": { "command": "...", "args": [] } }. Finally, /mcp in Claude Code.
What is resend best for?
resend is a mcp categorized under Development. It is designed for: api, mcp, agent. Created by Resend.
What can I use resend for?
resend is useful for: Send transactional emails like password resets or order confirmations using Resend's API directly from Claude Code.; Create and manage an agent inbox to receive and respond to emails within your development workflow.; Build and preview React Email components for custom email templates without leaving the terminal.; Test email deliverability and configure SPF, DKIM, and DMARC settings for your domain.; Automate email sending as part of CI/CD pipelines or deployment scripts.; Integrate with the Resend MCP server to perform complex email operations like batch sending or analytics..