Email

MCP Server

Send emails through various providers including Gmail, Outlook, Yahoo, and more. Supports attachments and HTML content.

by Community

★★★★☆ 3.8/5 (45 reviews)
480GitHub stars
7.5kinstalls
Updated 2025-12-15
typescriptbeginneractive

Installation

npx -y email-send-mcp

Quick Start

```json
{
  "mcpServers": {
    "email": {
      "command": "npx",
      "args": ["-y", "email-send-mcp"],
      "env": { "SMTP_HOST": "smtp.gmail.com", "SMTP_USER": "[email protected]", "SMTP_PASS": "app-password" }
    }
  }
}
```

Tools & Capabilities

send_email
send_email_with_attachment

Compatibility

Claude Desktop Continue

About Email

Send emails through various providers including Gmail, Outlook, Yahoo, and more. Supports attachments and HTML content.

View on GitHub →

Language: TypeScript

Category: Communication

← Back to MCP Hub Directory