Skip to content

Send Email

Free

by MCP Community

This is a simple MCP server that sends emails using Resend's API

v1.0.0Added Apr 12, 2026
Works with:ClaudeGPTGeminiCopilot

Send Email MCP Server

This is a simple MCP server that sends emails using Resend's API

Installation

npx -y @toolsdk.ai/mcp-send-email

Reviews

Leave a Review

Installation

Quick install
npx -y @toolsdk.ai/mcp-send-email
Add to claude_desktop_config.json
{
  "mcpServers": {
    "send-email": {
      "command": "npx",
      "args": ["-y", "@toolsdk.ai/mcp-send-email"]
    }
  }
}