mcpbeat Sign in

Tablebridge MCP Server

local only

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.

Installs per day peak 27 · avg 15 · -24% w/w
a month agotoday
72
Installs / week
pypi · tablebridge
2
Stars
0 open issues
23 Jun 2026
Last commit
0 releases in 90 days
MIT
License
Python

Nothing serious here today

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.

Three servers free · no card

Connect this server

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.

run in your terminal
claude mcp add tablebridge-mcp -- uvx tablebridge
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "tablebridge-mcp": {
      "args": [
        "tablebridge"
      ],
      "command": "uvx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.tablebridge-mcp]
command = "uvx"
args = ["tablebridge"]
.cursor/mcp.json
{
  "mcpServers": {
    "tablebridge-mcp": {
      "args": [
        "tablebridge"
      ],
      "command": "uvx"
    }
  }
}
.vscode/mcp.json
{
  "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.

Alternatives to Tablebridge MCP

same job, measured the same way
csvql
by melihbirim

Query CSV files with SQL via MCP. Fast, local, zero-config, read-only, sandboxable with --root.

local only
Whoop MCP
by ashwanthramkl

Read-only WHOOP v2 data for MCP clients, with local SQLite cache and CSV/JSONL/Parquet exports.

156 installs/wk local only
Chart Canvas
by gluip

Create interactive visualizations and query data sources (SQLite, CSV, Parquet, JSON)

41 installs/wk local only
SQL
by abhishekkumar2021

Read-only SQL querying + schema introspection over Postgres & SQLite, with a gated write mode.

45 installs/wk local only
SqlServerMcp
by nithish1206

MCP server for SQL Server: schema inspection, safe read-only queries, query plan analysis

local only
MCP Mysql
by infoinlet-marketplace

Read-only MySQL/MariaDB for AI agents — query, list/describe tables, health. SQL-guarded.

34 installs/wk local only
Dataassist Io
by dataassistio

Query your org's data in natural language — read-only MCP access to SQL, NoSQL, files & warehouses.

answering
Dbridge MCP
by ugurcl

Query SQLite, PostgreSQL, and MySQL in plain language - read-only, with column masking and limits.

34 installs/wk local only

Tablebridge MCP — questions

Answers built from our own checks of this server.

Why is there no uptime for Tablebridge MCP?
Tablebridge MCP runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the pypi package tablebridge was installed 72 times last week.
How do I connect Tablebridge MCP?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls tablebridge straight from pypi; nothing to host, nothing to sign up for.
How many people use Tablebridge MCP?
The pypi package tablebridge was installed 72 times in the last week. Week over week that is -24%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Tablebridge MCP open source?
Yes — it is published under the MIT licence, written in Python and 2 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.