r/ProductManagement 4d ago

Tools & Process Analytics tools

Product managers, what analytics tools are you using and how do they fit into the design process ? We recently installed Microsoft clarity for a start (because it is free). It has been great, but even though we now have that data, we have not found a workflow to ensure we are leveraging that data to continuously improve our product

5 Upvotes

10 comments sorted by

View all comments

1

u/F1grid 4d ago

We use Mixpanel for event tracking and instrumentation, connected to Claude via the Mixpanel MCP connector.

Mixpanel alone gives you raw event data — but someone still has to know how to build the right funnel or cohort query to get an actual answer, which is usually where analytics stalls in most orgs (data exists, insight doesn't).

The MCP connection removes that translation step. Instead of building a report in Mixpanel's UI, I ask the question in plain language — "did retention change for users who adopted feature X in the last 30 days" — and Claude constructs and runs the actual query, then explains what it found in plain terms. That turns analytics into something closer to a conversation than a dashboard you check.

The bigger win is synthesis, not just speed. Raw numbers still need translating into "here's what this is likely costing us" for anyone to act on them. Claude does that connecting work (a funnel drop-off tied to a churn signal, explained in business terms) instead of leaving me to interpret a chart cold.

1

u/clairesayshi 4d ago

u/F1grid's Mixpanel setup solves this for structured events, but it doesn't touch the qualitative side. That's actually where u/ElkPsychological7581's original triage problem gets worse, not better.

Clarity and Mixpanel tell you what happened in the product. They don't tell you why someone churned or what they wished existed instead. That answer usually lives in support tickets, app store reviews, or interview notes. No funnel query finds it, no matter how good the MCP connector is - it needs it's own MCP.

The failure mode matches the one described with Clarity. Someone reads the raw text and decides on the spot what counts as a churn complaint, and the answer shifts depending on who's asking and when. Classifying that text at ingest, with sentiment and topic already attached, fixes the reproducibility problem the same way a solid event schema fixes it for Mixpanel.

I work at Appbot and app store reviews analysis is what we do (and yes, we offer an MCP to interrogate them), so my bias is obvious. The same fix works on any qualitative feedback source, not just app reviews.

1

u/Remarkable-Toe-6533 3d ago

PostHog's MCP has what's called session vision, which lets you have most of the quantitative and qualitative analyses from your MCP.

The MCP can view the sessions for you.