Skip to content
Claude Desktop

Mailprotector for Claude Desktop

io.github.wyre-technology/mailprotector-mcp

MCP server for Mailprotector — customers, domains, users, quarantine, allow/block rules for MSPs.

client:Claude Desktop transport:stdio runtime:oci

Install Mailprotector in Claude Desktop

~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "mailprotector-mcp": {
      "command": "docker",
      "args": [
        "run",
        "-i",
        "--rm",
        "ghcr.io/wyre-technology/mailprotector-mcp:v1.0.1"
      ],
      "env": {
        "MAILPROTECTOR_API_KEY": "<MAILPROTECTOR_API_KEY>",
        "MAILPROTECTOR_RESELLER_ID": "<MAILPROTECTOR_RESELLER_ID>",
        "MAILPROTECTOR_BASE_URL": "<MAILPROTECTOR_BASE_URL>",
        "MCP_TRANSPORT": "<MCP_TRANSPORT>",
        "AUTH_MODE": "<AUTH_MODE>",
        "LOG_LEVEL": "<LOG_LEVEL>"
      }
    }
  }
}

Settings → Developer → Edit Config opens this file. Restart the app after saving. Claude Desktop docs

Mailprotector in other clients