mcpbeat Sign in

jDataMunch MCP Server

local only

jDataMunch MCP runs on your own machine — the client starts it, so there is no endpoint to ping. 1 441 installs a week from pypi. Last commit 1 Sep 2026.

Tabular data retrieval. Index CSV/Excel, query rows, aggregate. 99%+ savings vs raw file reads.

Installs per day peak 1 393 · avg 358 · -43% w/w
a month agotoday
1 441
Installs / week
pypi · jdatamunch-mcp
81
Stars
0 open issues
1 Sep 2026
Last commit
0 releases in 90 days
License
Python

Nothing serious here today

Today is the operative word: we check jDataMunch MCP every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add jdatamunch-mcp -- uvx jdatamunch-mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "jdatamunch-mcp": {
      "args": [
        "jdatamunch-mcp"
      ],
      "command": "uvx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.jdatamunch-mcp]
command = "uvx"
args = ["jdatamunch-mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "jdatamunch-mcp": {
      "args": [
        "jdatamunch-mcp"
      ],
      "command": "uvx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "jdatamunch-mcp": {
      "args": [
        "jdatamunch-mcp"
      ],
      "command": "uvx"
    }
  }
}

Alternatives to jDataMunch MCP

same job, measured the same way
Data Profiler
by ridadata

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

88 installs/wk local only
MCP Data
by infoinlet-marketplace

Tabular data for AI agents — load CSV/JSON/XLSX, query, group-by, stats (no database).

23 installs/wk local only
Dataloupe
by aurelio-nakamura

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

local only
MCP Server for Excel
by sbroenne

Excel automation for AI - Sheets, Power Query, DAX, VBA, Tables, Ranges and more. Windows only.

local only
csvql
by melihbirim

Query CSV files with SQL via MCP. Fast, local, zero-config, read-only, sandboxable with --root.

local only
Yandex Metrica MCP
by boxlab-ltd

Query Yandex Metrica analytics — reports, trends, metadata and raw log exports — via an AI agent.

126 installs/wk local only
Kibana MCP
by mshegolev

Kibana/Elasticsearch MCP — log search, aggregations, index discovery, dashboards.

128 installs/wk local only
Excel MCP
by wesseltl

Read real, messy Excel files from an agent: multiple sheets, title rows, merged cells.

129 installs/wk local only

jDataMunch MCP — questions

Answers built from our own checks of this server.

Why is there no uptime for jDataMunch MCP?
jDataMunch MCP runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the pypi package jdatamunch-mcp was installed 1 441 times last week.
How do I connect jDataMunch MCP?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls jdatamunch-mcp straight from pypi; nothing to host, nothing to sign up for.
How many people use jDataMunch MCP?
The pypi package jdatamunch-mcp was installed 1 441 times in the last week. Week over week that is -43%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is jDataMunch MCP open source?
We cannot say either way: written in Python and 81 stars on GitHub, but we could not determine the licence, and without one the code is not open source by default.