Dataloupe runs on your own machine — the client starts it, so there is no endpoint to ping. Last commit 1 Sep 2026.
Offline MCP server to explore CSV/JSON/Parquet/Excel: preview, query, diff, render interactive HTML
We read the source, 13 h ago · rules 3dff92dd89df
What this server is able to do. For an MCP server this is often the job itself — a terminal server runs commands because that is what it is for. Listed so you know what you are plugging in, not as an accusation.
spawn(cmd, args, { detached: true, stdio: "ignore" }).unref();
return path.join(dir, hint);
Is this your server and something here is wrong? Tell us — corrections are free and do not require a plan.
We found places where it runs commands, builds paths or queries from values it is given. None of that is a flaw by itself — it becomes one when the code changes, and code changes quietly between releases. We re-read it on every one.
Create interactive visualizations and query data sources (SQLite, CSV, Parquet, JSON)
Profile local CSV, Parquet, JSON and Excel files into a compact data-quality summary.
Query, join, profile, clean and convert CSV/JSON/Parquet with server-side DuckDB over MCP.
MCP server for SheetRender: render PDFs from HTML templates and spreadsheet data.
Query a folder of CSV / Parquet / JSON files with SQL — one queryable source, read-only.
Convert between 200+ format pairs: JSON, CSV, XML, YAML, PDF, Excel, DOCX and more.
MCP server for CSV/JSON data transformation using YAML rules
MCP server for Office add-ins via WebView2/CDP. Provides excel.*, page.*, and addin.* tools.
Answers built from our own checks of this server.