Add the following to your mint.json file to send analytics to Mixpanel.

Analytics options in mint.json
"analytics": {
    "mixpanel": {
        "projectToken": "required"
    }
}