Resend
Freeby MCP Community
A Model Context Protocol (MCP) server for Resend
v1.0.1Added Apr 12, 2026
mcpresendemailaillm
Resend MCP Server
A Model Context Protocol (MCP) server for Resend
Installation
npx -y mcp-server-resend
Reviews
Installation
Quick install
npx -y mcp-server-resend
Add to claude_desktop_config.json
{
"mcpServers": {
"resend": {
"command": "npx",
"args": ["-y", "mcp-server-resend"]
}
}
}