jDataMunch MCP
Rank #1,264io.github.jgravelle/jdatamunch-mcp
Tabular data retrieval. Index CSV/Excel, query rows, aggregate. 99%+ savings vs raw file reads.
jDataMunch MCP is a Model Context Protocol (MCP) server published by jgravelle. It ranks #1,264 of 115,460 servers tracked on MCP Toplist, and its repository has 81 GitHub stars. jDataMunch MCP is listed across 2 registries — Official MCP and Glama, with 8 tracked versions. It was first listed on Aug 6, 2026 and most recently updated on Aug 25, 2026.
Ranks ahead of 114,196 of 115,460 servers on MCP Toplist.
Use jDataMunch MCP
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add jdatamunch-mcp -- uvx jdatamunch-mcp[mcp_servers.jdatamunch-mcp]
command = "uvx"
args = ["jdatamunch-mcp"]Add to ~/.codex/config.toml.
{
"mcpServers": {
"jdatamunch-mcp": {
"command": "uvx",
"args": [
"jdatamunch-mcp"
]
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config).
{
"mcpServers": {
"jdatamunch-mcp": {
"command": "uvx",
"args": [
"jdatamunch-mcp"
]
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"servers": {
"jdatamunch-mcp": {
"type": "stdio",
"command": "uvx",
"args": [
"jdatamunch-mcp"
]
}
}
}Save as .vscode/mcp.json in your workspace.
{
"mcpServers": {
"jdatamunch-mcp": {
"command": "uvx",
"args": [
"jdatamunch-mcp"
]
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"jdatamunch-mcp": {
"command": "uvx",
"args": [
"jdatamunch-mcp"
]
}
}
}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.jgravelle%2Fjdatamunch-mcp)<a href="https://mcptoplist.com/server/io.github.jgravelle%2Fjdatamunch-mcp"><img src="https://mcptoplist.com/badge/io.github.jgravelle%2Fjdatamunch-mcp.svg" alt="MCP Toplist: Top 5% of 115,460" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 2 registries
jgravelle
Other servers by jgravelle
View all jgravelle servers →Available versions (8)
| Version | Published |
|---|---|
| 1.31.11 | Aug 25, 2026 |
| 1.31.9 | Aug 24, 2026 |
| 1.31.8 | Aug 20, 2026 |
| 1.31.7 | Aug 16, 2026 |
| 1.31.6 | Aug 9, 2026 |
| 1.31.5 | Aug 8, 2026 |
| 1.31.2 | Aug 7, 2026 |
| 1.31.1 | Aug 6, 2026 |
Frequently asked questions
- Who maintains jDataMunch MCP?
- jDataMunch MCP is maintained by jgravelle, which publishes 3 MCP servers (61 total versions) tracked on MCP Toplist.
- Is jDataMunch MCP listed on the Official MCP Registry?
- Yes — jDataMunch MCP is listed on the Official MCP Registry, alongside Glama.
- How many versions does jDataMunch MCP have?
- MCP Toplist tracks 8 versions of jDataMunch MCP, most recently published on Aug 25, 2026.
- Where can I find the source code for jDataMunch MCP?
- The source code for jDataMunch MCP is hosted at github.com/jgravelle/jdatamunch-mcp.