Resend
Official
💬 Communication
Official Resend MCP for the complete email platform. Send and receive emails, manage contacts, broadcasts, domains, segments, topics, webhooks, and API keys — all through natural language.
Tags
Tools (18)
Config for Claude Desktop / Cursor
{
"mcpServers": {
"resend": {
"command": "npx",
"args": [
"-y",
"resend-mcp"
],
"env": {
"RESEND_API_KEY": "your-resend-api-key-here",
"SENDER_EMAIL_ADDRESS": "your-sender-email-address-here"
}
}
}
}