Submit

Email Server

@yahyamohmuedpro99

Tools

Server Config

{
  "mcpServers": {
    "email-server": {
      "autoApprove": [],
      "disabled": false,
      "timeout": 60,
      "command": "node",
      "args": [
        "pathToTheBuild/dist/index.js"
      ],
      "env": {
        "SMTP_HOST": "smtp.smtp2go.com",
        "SMTP_PORT": "2525",
        "SMTP_USER": "your-email@example.com",
        "SMTP_PASSWORD": "your-password",
        "EMAIL_FROM": "your-email@example.com",
        "SMTP_TIMEOUT": "30000"
      },
      "transportType": "stdio"
    }
  }
}
© 2025 MCP.so. All rights reserved.

Build with ShipAny.