email-mcp

bobtheskull-flameeyes/email-mcp
★ 0 stars Go Communication Updated 3d ago
MCP server wrapping IMAP/SMTP with persistent IDLE, DKIM/SPF validation, and policy enforcement. 0BSD licensed.
View on GitHub → 🔍 Audit Wallet Slippage →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "email-mcp": {
      "command": "go",
      "args": [
        "run",
        "github.com/bobtheskull-flameeyes/email-mcp@latest"
      ]
    }
  }
}

README Excerpt

MCP server wrapping IMAP/SMTP with persistent IDLE, DKIM/SPF validation, and policy enforcement. ```bash cd workspace/email-mcp go mod tidy go build -o email-mcp . ``` Copy `config.json.example` to `config.json` and fill password: ```json { "host": "mail.example.net", "port": 993, "smtp_port": 465, "username": "[email protected]",

Topics

dkimemailgolangimapmcpmcp-serversmtp