Skip to content
Grok

jDataMunch MCP for Grok

io.github.jgravelle/jdatamunch-mcp

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

client:Grok transport:stdio runtime:pypi

Install jDataMunch MCP in Grok

.mcp.json (in your project root)

{
  "mcpServers": {
    "jdatamunch-mcp": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "jdatamunch-mcp"
      ]
    }
  }
}

Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs

jDataMunch MCP in other clients