tablebridge-mcp
About
Query a folder of CSV / Parquet / JSON files with SQL — one queryable source, read-only.
Use this server
Add it to your MCP client. The catalogue lists this config verbatim from its source — it does not run, download, or vouch for the server. Review the command before you run it.
Transportstdio (runs a local command)
Env vars
TABLEBRIDGE_DATA_DIR TABLEBRIDGE_MAX_ROWS TABLEBRIDGE_RECURSIVEClaude Code
claude mcp add --env TABLEBRIDGE_DATA_DIR= --env TABLEBRIDGE_MAX_ROWS= --env TABLEBRIDGE_RECURSIVE= tablebridge-mcp -- uvx tablebridge
Cursor
If the button doesn't open Cursor, use the JSON below — Cursor accepts the same mcpServers config.
VS Code
code --add-mcp '{"name":"tablebridge-mcp","command":"uvx","args":["tablebridge"],"env":{"TABLEBRIDGE_DATA_DIR":"","TABLEBRIDGE_MAX_ROWS":"","TABLEBRIDGE_RECURSIVE":""}}'
JSON
{
"mcpServers": {
"tablebridge-mcp": {
"command": "uvx",
"args": [
"tablebridge"
],
"env": {
"TABLEBRIDGE_DATA_DIR": "",
"TABLEBRIDGE_MAX_ROWS": "",
"TABLEBRIDGE_RECURSIVE": ""
}
}
}
}
Environment variables are listed by name only — fill in your own values. Entries never carry secrets.