From Resend
Sends transactional emails via Resend's remote MCP server with OAuth. Handles sending, scheduling, audiences, broadcasts, and connection troubleshooting.
How this skill is triggered — by the user, by Claude, or both
Slash command
/resend:resendThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Resend (<https://resend.com>) is an email platform for developers. This plugin
Resend (https://resend.com) is an email platform for developers. This plugin wires the official Resend remote MCP server into the agent, so email is sent under the user's own Resend account via OAuth — no API key is ever placed in agent context.
Tool names are prefixed mcp_resend__. The server exposes Resend's email
infrastructure, including:
Exact tool names and schemas come from live discovery; prefer the discovered tool descriptions over assumptions.
from address on a domain verified in the user's Resend account.
If the user has no verified domain, [email protected] works for
testing but can only deliver to the account owner's own address.The Resend MCP server uses OAuth. If Resend tools are missing from the tool list, or a call fails with an authentication error, tell the user to connect Resend under Settings → Connections (provider "resend"), then retry. Do not ask the user for a Resend API key.
npx claudepluginhub everruns/everruns --plugin resendIntegrates Resend email service via MCP protocol for AI agents. Sends transactional and marketing emails, configures sender verification, and automates workflows from Claude Desktop, GitHub Copilot, and Cursor.
Automates Resend email operations via Rube MCP (Composio). Provides workflow patterns for tool discovery, connection management, and execution.
Email delivery patterns including single, batch, scheduled emails and attachment handling. Use when building transactional email systems, batch communication workflows, scheduled delivery, or implementing file/URL attachments with reply-to and CC/BCC functionality.