Stats
Actions
Tags
Help us improve
Share bugs, ideas, or general feedback.
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 resendCopy this JSON into your .mcp.json to enable this server
Add 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
Review these signals before enabling this server
This MCP server needs API keys or credentials. Configure them in your environment before use.
Server configuration and connection parameters
npxCommand-line arguments passed to the server process
Environment variables set when the server starts
RESEND_API_KEY=${RESEND_API_KEY}Sensitive values you must provide — never committed to source control
Share bugs, ideas, or general feedback.