Stop writing aggregation pipelines. Point the desktop app at any MongoDB cluster, type a question, and get an instantly-rendered chart back. Safe, read-only, and ridiculously fast.
Auto-detects macOS, Windows, or Linux · Intel Mac? · view all installers
From your first question to a polished dashboard in minutes — without writing a single aggregation stage.
“Show me the top 10 customers by revenue.” The AI writes the aggregation, validates it, and runs it. No query language required.
Bar, line, pie, heatmap, treemap, funnel, scatter, KPI cards — the app picks the best one, you can override anytime.
Every pipeline is validated before it touches your database. Write stages like $out and $merge are blocked. Safe for production.
Save any chart as a widget, then arrange them on per-connection dashboards. Auto-refresh from 30 seconds to manual.
The app reads each collection’s schema and proposes ready-to-run analyses tailored to your fields. Click once, get insights.
Push dashboards out as PDF, HTML, JSON, or PNG. Share with stakeholders or archive snapshots for compliance.
You bring a database and a question. The studio handles the rest.
Paste a MongoDB URI — Atlas, self-hosted, or local. Save as many connection profiles as you need.
Pick a collection, type a question in plain English. Add join targets if you want a cross-collection query.
The AI generates a pipeline, the safety validator checks it, and the query runs against your data with a strict timeout.
Pick from 24 chart types or accept the auto-suggestion. Save it as a widget on a dashboard.
Type what you want. Watch the studio compose an aggregation that joins the right collections, projects only what's needed, and respects your indexes.
$lookup, $graphLookup, or $unionWithmaxTimeMS enforced// validated · 6 stages · read-only [ { $match: { createdAt: { $gte: ISODate("2026-01-01") } } }, { $group: { _id: "$customerId", revenue: { $sum: "$total" }, orders: { $sum: 1 } } }, { $lookup: { from: "customers", localField: "_id", foreignField: "_id", as: "customer" } }, { $unwind: "$customer" }, { $sort: { revenue: -1 } }, { $limit: 10 } ]
→ Auto-selected: Horizontal Bar (override anytime)
From a quick KPI to a 3-axis funnel, the studio knows which chart fits your data — and you can switch any time.
Every AI-generated pipeline is parsed, validated, and capped before a single byte hits your database. You stay in control.
maxTimeMS and stage-count limits prevent runaway queriesmaxTimeMS ceiling and the AI is prompted to add early $match stages and respect existing indexes. For very large scans, the Collection Viewer shows index coverage so you can pick the right starting point.Download MongoDB Analytics Studio and connect your first cluster in under a minute.
Auto-detects macOS, Windows, or Linux ·
Intel Mac? ·
view all installers
Free & open source · MIT license · No account required