Give Claude Code, Cursor and other AI agents safe, queryable access to CSV, Excel, Parquet and JSON files — without uploading your data.
curl -fsSL https://pipetable.com/install | sh
Today's AI coding assistants can generate code, write SQL and automate workflows. But when they need your local business data, developers usually have only three options: upload sensitive files, give unrestricted filesystem access, or copy-paste data into prompts. None of these scale.
Pipetable is the controlled middle ground — real SQL access, nothing uploaded.
Pipetable connects directly to Claude Code, Cursor and every MCP-compatible assistant, letting AI agents query your local data safely. A 5 MB binary. Nothing leaves your machine.
// .roo/mcp.json { "mcpServers": { "pipetable": { "command": "pipetable", "args": ["mcp"] } } }
// ~/.cursor/mcp.json { "mcpServers": { "pipetable": { "command": "pipetable", "args": ["mcp"] } } }
# one command, done claude mcp add pipetable pipetable mcp
// .vscode/mcp.json { "servers": { "pipetable": { "type": "stdio", "command": "pipetable", "args": ["mcp"] } } }
MIT licensed — free for everyone. Source on GitHub →
One command: claude mcp add pipetable pipetable mcp. Then ask Claude to scan your folder and query your files. Pipetable gives Claude real SQL access via DuckDB — not guesses.
Yes. Pipetable reads .xlsx, .xls and .xlsm files directly from disk. No upload, no cloud, no size limit. Run pipetable ./yourfolder/ and your Excel files are immediately queryable.
Yes. SQL always works with no API key, no internet. For natural language, set ANTHROPIC_API_KEY or OPENAI_API_KEY, or run Ollama locally — no internet required.
Your data never leaves your machine. No size limit (ChatGPT truncates large files). Results are real DuckDB query output — ground truth, not generated. Sensitive data stays private by architecture, not just by policy.
CSV, TSV, Parquet, JSON, NDJSON, Excel (xlsx, xls, xlsm). Files up to 2GB. Folders scanned 3 levels deep. Hidden files and noise directories (node_modules, .git, target) skipped automatically.
Pipetable gives them a safe way to work with yours.
Download Free →We'll let you know when new formats, performance improvements, or integrations ship. No spam, just what matters.
Unsubscribe anytime. We respect your privacy.