Back to directory
gaddobenedetti/mcp_email

gaddobenedetti/mcp_email

@gaddobenedetti

An MCP Server enabling POP3 and SMTP functionality for compatable AI Agents

emailpop3smtpmcpserverpythonagenttool

Installation & Configuration

{
  "mcpServers": {
    "mcp_email": {
      "command": "uv",
      "args": [
        "--directory",
        "/Absolute/path/to/server/directory/mcp_email",
        "run",
        "main.py"
      ],
      "env": {
        "EMAIL_USER": "Email account username",
        "EMAIL_PASS": "Email account password",
        "POP3_SERVER": "POP3 Server Address",
        "POP3_PORT": "POP3 Server Port Number",
        "SMTP_SERVER": "SMTP Server Address",
        "SMTP_PORT": "SMTP Server Port Number"
      }
    }
  }
}

Information

Transport
stdio
Language
Python
Created
2026/6/14
Updated
2026/6/15