Skip to content
Grok

csvto mcp for Grok

io.github.bishop81/csvto-mcp

Local CSV, JSON and Excel conversion. Files are never uploaded and never enter the context.

client:Grok transport:stdio runtime:npm

Install csvto mcp in Grok

.mcp.json (in your project root)

{
  "mcpServers": {
    "csvto-mcp": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "csvto-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

csvto mcp in other clients