SQL CSV ChomperSQL tools for you. SQL tools for your LLM. Stop staring at raw CSV text. Stop copy-pasting into Excel. Stop writing throwaway Python scripts just to peek at your data. SQL CSV Chomper turns VS Code into a fast, lightweight SQL workbench for your data files — powered by DuckDB WASM running entirely in your browser. No server, no database, no nonsense. Open any CSV. Write SQL. Get results. Chomp chomp.
Why?Working with CSV files in VS Code has always been painful. Need to filter 500K rows? Join two CSVs? Edit a single value and save? Your options were Excel, a Python REPL, or a full database setup. None of those live inside your editor. And if you're working with an AI assistant? Every CSV operation means another round-trip — "write me a script to filter this", "now save it back", "actually change that column name first". It's slow. Chomper fixes both problems. You get a visual SQL IDE with filtering, editing, and sorting. Your AI gets an MCP server with direct SQL access to your files. Everyone chomps faster. FeaturesQuery 500K+ rows without breaking a sweatData loads in 10,000-row chunks with automatic pagination as you scroll. The status bar shows exactly where you are — no freezing, no waiting.
Excel-style column filteringClick the filter icon on any column header to get a rich filter panel:
Date & time intelligenceDate columns get special treatment — histogram buckets by hour, day, week, month, or year. Click any bucket to instantly filter to that time range.
Edit cells inline and save backDouble-click any cell to edit in place. Changes update the in-memory database instantly. Hit Save to write back to disk, or Save As to export with custom delimiters, quoting, and formatting.
SQL intellisenseFull autocomplete for table names, column names (auto-quoted when they contain spaces), SQL keywords, and 60+ DuckDB built-in functions.
Scroll through massive filesVirtual scrolling keeps things smooth even with hundreds of thousands of rows. Load more data automatically as you scroll, or run a query to narrow things down.
Column operationsRight-click any column header to rename, insert, or delete columns. Load multiple files and JOIN across them — the schema explorer shows every table with columns, types, unique counts, and null percentages. Find & ReplaceSearch and replace across any column with case-sensitive and regex support. Live match count shows how many values will change before you commit. Save As with optionsExport your data exactly how you need it:
MCP Server — Let your AI chomp tooSQL CSV Chomper includes a bundled MCP (Model Context Protocol) server so AI assistants can work with your CSV files directly. No more "write me a Python script to filter column X" — just let them query. GitHub CopilotThe MCP server registers automatically in VS Code 1.99+. Copilot can load files, run queries, edit data, and push results into the visual editor. Claude CodeOption 1 — From VS Code (easiest):
Option 2 — From the terminal:
Option 3 — Manual config (add to
MCP tools available
Keyboard shortcuts
Supported files
How it works
Requirements
License |






