Tablebridge MCP runs on your own machine — the client starts it, so there is no endpoint to ping. 72 installs a week from pypi. Last commit 23 Jun 2026.
Query a folder of CSV / Parquet / JSON files with SQL — one queryable source, read-only.
Today is the operative word: we check Tablebridge MCP every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.
This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.
claude mcp add tablebridge-mcp -- uvx tablebridge
{
"mcpServers": {
"tablebridge-mcp": {
"args": [
"tablebridge"
],
"command": "uvx"
}
}
}
[mcp_servers.tablebridge-mcp]
command = "uvx"
args = ["tablebridge"]
{
"mcpServers": {
"tablebridge-mcp": {
"args": [
"tablebridge"
],
"command": "uvx"
}
}
}
{
"mcpServers": {
"tablebridge-mcp": {
"args": [
"tablebridge"
],
"command": "uvx"
}
}
}
This one needs environment variables set before it will start:
TABLEBRIDGE_DATA_DIR (Directory of data files to expose as SQL tables (sandboxed).), TABLEBRIDGE_MAX_ROWS (Maximum rows returned per query/preview.), TABLEBRIDGE_RECURSIVE (Scan subdirectories too (1/0).).
The author declared them in the registry entry; get the values from the project itself.
Query CSV files with SQL via MCP. Fast, local, zero-config, read-only, sandboxable with --root.
Read-only WHOOP v2 data for MCP clients, with local SQLite cache and CSV/JSONL/Parquet exports.
Create interactive visualizations and query data sources (SQLite, CSV, Parquet, JSON)
Read-only SQL querying + schema introspection over Postgres & SQLite, with a gated write mode.
MCP server for SQL Server: schema inspection, safe read-only queries, query plan analysis
Read-only MySQL/MariaDB for AI agents — query, list/describe tables, health. SQL-guarded.
Query your org's data in natural language — read-only MCP access to SQL, NoSQL, files & warehouses.
Query SQLite, PostgreSQL, and MySQL in plain language - read-only, with column masking and limits.
Answers built from our own checks of this server.