What is the jDataMunch MCP MCP server?
Tabular data retrieval. Index CSV/Excel, query rows, aggregate. 99%+ savings vs raw file reads.
How to install jDataMunch MCP
Copy-paste configuration for popular MCP clients.
transport: stdio
Config generated by PluginBench — verify against the source before use.Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"jdatamunch-mcp": {
"command": "uvx",
"args": [
"jdatamunch-mcp"
]
}
}
}Cursor
~/.cursor/mcp.json
{
"mcpServers": {
"jdatamunch-mcp": {
"command": "uvx",
"args": [
"jdatamunch-mcp"
]
}
}
}Windsurf
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"jdatamunch-mcp": {
"command": "uvx",
"args": [
"jdatamunch-mcp"
]
}
}
}VS Code
.vscode/mcp.json
{
"servers": {
"jdatamunch-mcp": {
"type": "stdio",
"command": "uvx",
"args": [
"jdatamunch-mcp"
]
}
}
}Claude Code
claude mcp add jdatamunch-mcp -- uvx jdatamunch-mcpRelated MCP servers
jCodemunch MCP
Active
Token-efficient code exploration via tree-sitter AST parsing. 70+ languages, 86-99% token savings.
2.6k
View repository →Python
jDocmunch MCP
Active
Section-level doc search for .md, .rst, .adoc, .ipynb, .html, .yaml, .json, and OpenAPI specs.
203
View repository →Python