Back to directory
egyptianego17/email-mcp-server

egyptianego17/email-mcp-server

@egyptianego17

A simple mcp server that lets your AI agent send emails and attach files through SMTP.

emailsmtpmcpaiassistantfile-attachmenttool

Installation & Configuration

{
  "email-server": {
    "command": "uv",
    "args": [
      "--directory",
      "/path/to/email-mcp-server",
      "run",
      "python",
      "-m",
      "email_mcp_server.server"
    ],
    "env": {
      "SMTP_HOST": "smtp.gmail.com",
      "SMTP_PORT": "587",
      "SMTP_SECURE": "false",
      "SMTP_USER": "[email protected]",
      "SMTP_FROM": "[email protected]",
      "SMTP_PASS": "your-app-password"
    }
  }
}

Information

Transport
stdiostreamable-http
Language
Python
Created
2026/6/12
Updated
2026/6/13