LogoSTMCP
Download
email-mcp-server

Email MCP Server

Email MCP Server enables AI assistants to send emails with support for plain text, HTML formatting, file attachments, and multiple recipients with CC/BCC functionality.

Tools

1. send_email

Send emails quickly using your environment configuration.

2. send_custom_email

Send emails with full control including multiple recipients, attachments, and HTML formatting.

3. test_smtp_connection_tool

Test your email settings before sending important emails.

Open Graph image for Email MCP Server

JSON Config

{
  "mcpServers": {
      "mcp-server": {
          "command": "uv",
          "args": [
              "--directory",
              "path/to/the/app/email-mcp-server",
              "run",
              "main.py"
          ],
          "env": {
              "SMTP_HOST": "",
              "SMTP_PORT": "",
              "SMTP_SECURE": "",
              "SMTP_USER": "",
              "SMTP_FROM": "",
              "SMTP_PASS": ""
          }
      }
  }
}

Useful Links

Information