Skip to main content

Mixpanel

Where to find your Mixpanel project token + service account, and how to connect them to Nora.
Mixpanel integrations let your agents send events to Mixpanel and query existing analytics via the Service Account API.

Where to apply for credentials

Mixpanel — Project settings

Project settings
1

Copy the Project Token

Project settings → Overview → Project Token. This is what client SDKs use for ingestion.
2

(For server-side) Create a Service Account

Project settings → Access securityService accounts → Create. Pick a role (Project Member, Project Admin, Viewer). Copy the Username + Secret.

Connect in Nora

FieldValue
Project TokenFor ingestion (the track API).
API SecretThe Service Account secret (server-side queries).
Service Account UsernameThe Service Account username.
Project IDNumeric ID from the Project URL (mixpanel.com/project/<id>/...).
Nora calls /api/app/me/ with HTTP Basic when an SA username is set, otherwise stores the project token without verification (Mixpanel doesn’t expose a write-key validation endpoint).

MCP server

No official Mixpanel MCP server today.

Environment variables Nora injects

VariableSource
MIXPANEL_API_SECRETAPI Secret field
MIXPANEL_SERVICE_ACCOUNT_USERNAMESA Username (if set)
MIXPANEL_PROJECT_IDProject ID (if set)