Skip to content
Gemini CLI

CSV to JSON API for Gemini CLI

io.github.br0ski777/csv-to-json

Parse CSV to JSON array. Auto-detect delimiter, headers. x402 micropayment.

client:Gemini CLI transport:sse

Install CSV to JSON API in Gemini CLI

~/.gemini/settings.json · windows: %USERPROFILE%\.gemini\settings.json

{
  "mcpServers": {
    "csv-to-json": {
      "url": "https://csv-to-json.api.klymax402.com/mcp"
    }
  }
}

Gemini expands $VAR and ${VAR} inside env values, so a secret can live in your shell rather than this file. Gemini CLI docs

CSV to JSON API in other clients