From resend
Connects to the Resend API for sending transactional emails, managing domains, and email analytics. Runs locally as stdio subprocess, requires RESEND_API_KEY.
npx claudepluginhub resend/resend-skills --plugin resendAdd to your .mcp.json:
{
"mcpServers": {
"resend": {
"command": "npx",
"args": [
"-y",
"resend-mcp"
],
"env": {
"RESEND_API_KEY": "${RESEND_API_KEY}"
}
}
}
}Replace placeholder values for: RESEND_API_KEY
This MCP server needs API keys or credentials. Configure them in your environment before use.
npxRESEND_API_KEY=${RESEND_API_KEY}