Stats
Actions
Tags
From product-launcher
Connects to the Resend email API for sending transactional and marketing emails. Requires a Resend API key.
Copy this JSON into your .mcp.json to enable this server
Add to your .mcp.json:
{
"mcpServers": {
"~~email marketing": {
"command": "npx",
"args": [
"-y",
"resend-mcp"
],
"env": {
"RESEND_API_KEY": "YOUR_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=YOUR_RESEND_API_KEYSensitive values you must provide — never committed to source control
First indexed Jul 12, 2026
First indexed Jul 12, 2026
npx claudepluginhub p/frankxai-product-launcher-product-launcher