Back to directory
egyptianego17/email-mcp-server

egyptianego17/email-mcp-server

@egyptianego1713

An MCP server that enables AI agents to send emails with attachments via SMTP

emailsmtpaiagentother

Installation & Configuration

{
  "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": ""
      }
    }
  }
}

Information

Transport
stdio
Language
Python
Created
2025/5/30
Updated
2025/7/27