mailcow-dockerized (MCP Server)

GitHub

mailcow: dockerized - ๐Ÿฎ + ๐Ÿ‹ = ๐Ÿ’•

Claude Desktop Configuration

Add to ~/Library/Application Support/Claude/claude_desktop_config.json

{
  "mcpServers": {
    "mailcow-dockerized": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-mailcow-dockerized"
      ]
    }
  }
}