Back to MCP Servers
Resend Email
Send transactional emails, manage domains, API keys, and audiences through the Resend email platform
emailresendtransactionalcommunicationcommunity
By Resend
Installation
npm install -g @anthropic-ai/mcp-server-resendConfiguration
{
"mcpServers": {
"resend": {
"command": "npx",
"args": ["-y", "@anthropic-ai/mcp-server-resend"],
"env": {
"RESEND_API_KEY": "your-resend-api-key"
}
}
}
}How to use
- Run the installation command above (if needed)
- Open your Claude Code settings file (~/.claude/settings.json)
- Add the configuration to the mcpServers section
- Restart Claude Code to apply changes