HomeDatabases & Data › Dataloupe

Dataloupe

Offline MCP server to explore CSV/JSON/Parquet/Excel: preview, query, diff, render interactive HTML

TypeScript Local macOSWindowsLinux
★ 2 stars Last pushed 2026-09-01 License: MIT

Topics: Data Science Tools

Connect

Review any command before running it. Package names and URLs come from the server's own registry entry.

Package (oci)

docker run -i --rm ghcr.io/aurelio-nakamura/dataloupe:0.15.0

Or add to your MCP client config:

{
  "mcpServers": {
    "dataloupe": {
      "command": "docker",
      "args": [
        "run",
        "-i",
        "--rm",
        "ghcr.io/aurelio-nakamura/dataloupe:0.15.0"
      ],
      "env": {
        "DATALOUPE_MCP_ROOT": "<YOUR_VALUE>"
      }
    }
  }
}
  • DATALOUPE_MCP_ROOT — Directory the server is allowed to read data files from (inside the container). Defaults to /data.

This server takes extra arguments — see its repository.

Related servers

Listed in punkpeye/awesome-mcp-servers (MIT)

Data from the Official MCP Registry