mcpbeat Sign in

Dataloupe MCP Server

by aurelio-nakamura Your server? Claim it
local only

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

Installs / week
not published
0
Stars
0 open issues
1 Sep 2026
Last commit
from GitHub
MIT
License
TypeScript

What the code does

We read the source, 13 h ago · rules 3dff92dd89df

Capabilities

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.

Runs an external command src/cli.ts:117
    spawn(cmd, args, { detached: true, stdio: "ignore" }).unref();
Builds a file path from a variable src/mcp.ts:192
  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.

This code can reach further than it looks

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.

Three servers free · no card

Alternatives to Dataloupe

same job, measured the same way
Chart Canvas
by gluip

Create interactive visualizations and query data sources (SQLite, CSV, Parquet, JSON)

61 installs/wk local only
Data Profiler
by ridadata

Profile local CSV, Parquet, JSON and Excel files into a compact data-quality summary.

112 installs/wk local only
stagenth · 数据工具箱
by stagenth

Query, join, profile, clean and convert CSV/JSON/Parquet with server-side DuckDB over MCP.

6 tools answering
Sheetrender MCP
by sheetrender

MCP server for SheetRender: render PDFs from HTML templates and spreadsheet data.

584 installs/wk local only
Tablebridge MCP
by michael-whitecapdata

Query a folder of CSV / Parquet / JSON files with SQL — one queryable source, read-only.

96 installs/wk local only
I
MCP Data Converter
by igormilovanovic

Convert between 200+ format pairs: JSON, CSV, XML, YAML, PDF, Excel, DOCX and more.

answering
Transform Rules MCP Server
by vinhphatfsg

MCP server for CSV/JSON data transformation using YAML rules

local only
Office Addin MCP
by dsbissett

MCP server for Office add-ins via WebView2/CDP. Provides excel.*, page.*, and addin.* tools.

66 installs/wk local only

Dataloupe — questions

Answers built from our own checks of this server.

Why is there no uptime for Dataloupe?
Dataloupe runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone.
Is Dataloupe open source?
Yes — it is published under the MIT licence, written in TypeScript and 0 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.