Back to directory
ssqdoit/email-mcp-server

ssqdoit/email-mcp-server

@ssqdoit

This is an MCP server designed to handle email communications, supporting multiple email protocols and features.

emailmcpsmtpcommunicationserverjavascripttool

Installation & Configuration

{
  "mcpServers": {
    "email-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "email-mcp"
      ],
      "env": {
        "EMAIL_HOST": "<your SMTP server>",
        "EMAIL_PORT": "<your SMTP port>",
        "EMAIL_SSL": "<true or false>",
        "EMAIL_ACCOUNT": "<your email account>",
        "EMAIL_PASSWORD": "<password or app password>"
      }
    }
  }
}

Information

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