Tablebridge Mcp is a Model Context Protocol (MCP) server: Query a folder of CSV / Parquet / JSON files with SQL — one queryable source, read-only. Because it speaks the Model Context Protocol, AI assistants can use Tablebridge Mcp as a set of callable tools instead of you copy-pasting between apps.
It runs locally: the Python package tablebridge (via uvx) speaks MCP over stdio on your machine. No credentials are required — it works out of the box. The current release is v0.1.1, published under the MIT license, with source at Michael-WhiteCapData/tablebridge-mcp on GitHub.
On mcp.site, Tablebridge Mcp sits in the Database category. Any MCP client can use it — Claude Desktop, Claude Code, Cursor, VS Code, Windsurf, Zed among them — via the install snippets below. If you maintain Tablebridge Mcp for Michael-WhiteCapData, claim this listing to verify ownership, earn the Verified badge, and keep the details current.
▸PyPI package — tablebridge · MCP over stdio
▸Open source — MIT license · Michael-WhiteCapData/tablebridge-mcp