Resend
Freeby MCP Community
An MCP server for sending emails via Resend API with stdio transport
v0.1.0Added Apr 12, 2026
mcpresendemailmodel-context-protocolai
Resend MCP Server
An MCP server for sending emails via Resend API with stdio transport
Installation
npx -y @bugzy-ai/resend-mcp-server
Reviews
Installation
Quick install
npx -y @bugzy-ai/resend-mcp-server
Add to claude_desktop_config.json
{
"mcpServers": {
"resend": {
"command": "npx",
"args": ["-y", "@bugzy-ai/resend-mcp-server"]
}
}
}