Dataloupe
Rank #6,763io.github.aurelio-nakamura/dataloupe
Offline MCP server to explore CSV/JSON/Parquet/Excel: preview, query, diff, render interactive HTML
Dataloupe is a Model Context Protocol (MCP) server published by aurelio-nakamura. It ranks #6,763 of 132,113 servers tracked on MCP Toplist, and its repository has 2 GitHub stars. Dataloupe is listed across 2 registries — Official MCP and Glama, with 5 tracked versions. It was first listed on Aug 18, 2026 and most recently updated on Sep 1, 2026.
Ranks ahead of 125,350 of 132,113 servers on MCP Toplist.
Use Dataloupe
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add dataloupe -e "DATALOUPE_MCP_ROOT=<your DATALOUPE_MCP_ROOT>" -- docker run -i --rm --mount "type=bind,src={source_path},dst=/data" ghcr.io/aurelio-nakamura/dataloupe:0.15.0Replace each placeholder with your own value before saving.
[mcp_servers.dataloupe]
command = "docker"
args = ["run", "-i", "--rm", "--mount", "type=bind,src={source_path},dst=/data", "ghcr.io/aurelio-nakamura/dataloupe:0.15.0"]
[mcp_servers.dataloupe.env]
DATALOUPE_MCP_ROOT = "<your DATALOUPE_MCP_ROOT>"Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"dataloupe": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"--mount",
"type=bind,src={source_path},dst=/data",
"ghcr.io/aurelio-nakamura/dataloupe:0.15.0"
],
"env": {
"DATALOUPE_MCP_ROOT": "<your DATALOUPE_MCP_ROOT>"
}
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config). Replace each placeholder with your own value before saving.
{
"mcpServers": {
"dataloupe": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"--mount",
"type=bind,src={source_path},dst=/data",
"ghcr.io/aurelio-nakamura/dataloupe:0.15.0"
],
"env": {
"DATALOUPE_MCP_ROOT": "<your DATALOUPE_MCP_ROOT>"
}
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). Replace each placeholder with your own value before saving.
{
"servers": {
"dataloupe": {
"type": "stdio",
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"--mount",
"type=bind,src={source_path},dst=/data",
"ghcr.io/aurelio-nakamura/dataloupe:0.15.0"
],
"env": {
"DATALOUPE_MCP_ROOT": "<your DATALOUPE_MCP_ROOT>"
}
}
}
}Save as .vscode/mcp.json in your workspace. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"dataloupe": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"--mount",
"type=bind,src={source_path},dst=/data",
"ghcr.io/aurelio-nakamura/dataloupe:0.15.0"
],
"env": {
"DATALOUPE_MCP_ROOT": "<your DATALOUPE_MCP_ROOT>"
}
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"dataloupe": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"--mount",
"type=bind,src={source_path},dst=/data",
"ghcr.io/aurelio-nakamura/dataloupe:0.15.0"
],
"env": {
"DATALOUPE_MCP_ROOT": "<your DATALOUPE_MCP_ROOT>"
}
}
}
}Replace each placeholder with your own value before saving.
Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/io.github.aurelio-nakamura%2Fdataloupe)<a href="https://mcptoplist.com/server/io.github.aurelio-nakamura%2Fdataloupe"><img src="https://mcptoplist.com/badge/io.github.aurelio-nakamura%2Fdataloupe.svg" alt="MCP Toplist: Top 10% of 132,113" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 2 registries
aurelio-nakamura
Other servers by aurelio-nakamura
View all aurelio-nakamura servers →Available versions (5)
| Version | Published |
|---|---|
| 0.15.0 | Sep 1, 2026 |
| 0.13.0 | Aug 28, 2026 |
| 0.12.0 | Aug 28, 2026 |
| 0.11.2 | Aug 28, 2026 |
| 0.11.1 | Aug 27, 2026 |
Frequently asked questions
- Who maintains Dataloupe?
- Dataloupe is maintained by aurelio-nakamura, which publishes 2 MCP servers (6 total versions) tracked on MCP Toplist.
- Is Dataloupe listed on the Official MCP Registry?
- Yes — Dataloupe is listed on the Official MCP Registry, alongside Glama.
- How many versions does Dataloupe have?
- MCP Toplist tracks 5 versions of Dataloupe, most recently published on Sep 1, 2026.
- Where can I find the source code for Dataloupe?
- The source code for Dataloupe is hosted at github.com/aurelio-nakamura/dataloupe.
Do you run this server?
Community projects list the MCP servers behind real agents and apps. Publish yours and this page will link to it.