tablebridge
Rank #43,216io.github.Michael-WhiteCapData/tablebridge-mcp
Query a folder of CSV / Parquet / JSON files with SQL — one queryable source, read-only.
tablebridge is a Model Context Protocol (MCP) server published by michael-whitecapdata. It ranks #43,216 of 115,460 servers tracked on MCP Toplist, and its repository has 2 GitHub stars. tablebridge is listed across 3 registries — Official MCP, Glama and PulseMCP, with 1 tracked version. It was first listed on Jun 21, 2026 and most recently updated on Jun 21, 2026.
Ranks ahead of 72,244 of 115,460 servers on MCP Toplist.
Use tablebridge
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add tablebridge-mcp -e "TABLEBRIDGE_DATA_DIR=<your TABLEBRIDGE_DATA_DIR>" -e "TABLEBRIDGE_MAX_ROWS=<your TABLEBRIDGE_MAX_ROWS>" -e "TABLEBRIDGE_RECURSIVE=<your TABLEBRIDGE_RECURSIVE>" -- uvx tablebridgeReplace each placeholder with your own value before saving.
[mcp_servers.tablebridge-mcp]
command = "uvx"
args = ["tablebridge"]
[mcp_servers.tablebridge-mcp.env]
TABLEBRIDGE_DATA_DIR = "<your TABLEBRIDGE_DATA_DIR>"
TABLEBRIDGE_MAX_ROWS = "<your TABLEBRIDGE_MAX_ROWS>"
TABLEBRIDGE_RECURSIVE = "<your TABLEBRIDGE_RECURSIVE>"Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"tablebridge-mcp": {
"command": "uvx",
"args": [
"tablebridge"
],
"env": {
"TABLEBRIDGE_DATA_DIR": "<your TABLEBRIDGE_DATA_DIR>",
"TABLEBRIDGE_MAX_ROWS": "<your TABLEBRIDGE_MAX_ROWS>",
"TABLEBRIDGE_RECURSIVE": "<your TABLEBRIDGE_RECURSIVE>"
}
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config). Replace each placeholder with your own value before saving.
{
"mcpServers": {
"tablebridge-mcp": {
"command": "uvx",
"args": [
"tablebridge"
],
"env": {
"TABLEBRIDGE_DATA_DIR": "<your TABLEBRIDGE_DATA_DIR>",
"TABLEBRIDGE_MAX_ROWS": "<your TABLEBRIDGE_MAX_ROWS>",
"TABLEBRIDGE_RECURSIVE": "<your TABLEBRIDGE_RECURSIVE>"
}
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). Replace each placeholder with your own value before saving.
{
"servers": {
"tablebridge-mcp": {
"type": "stdio",
"command": "uvx",
"args": [
"tablebridge"
],
"env": {
"TABLEBRIDGE_DATA_DIR": "<your TABLEBRIDGE_DATA_DIR>",
"TABLEBRIDGE_MAX_ROWS": "<your TABLEBRIDGE_MAX_ROWS>",
"TABLEBRIDGE_RECURSIVE": "<your TABLEBRIDGE_RECURSIVE>"
}
}
}
}Save as .vscode/mcp.json in your workspace. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"tablebridge-mcp": {
"command": "uvx",
"args": [
"tablebridge"
],
"env": {
"TABLEBRIDGE_DATA_DIR": "<your TABLEBRIDGE_DATA_DIR>",
"TABLEBRIDGE_MAX_ROWS": "<your TABLEBRIDGE_MAX_ROWS>",
"TABLEBRIDGE_RECURSIVE": "<your TABLEBRIDGE_RECURSIVE>"
}
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"tablebridge-mcp": {
"command": "uvx",
"args": [
"tablebridge"
],
"env": {
"TABLEBRIDGE_DATA_DIR": "<your TABLEBRIDGE_DATA_DIR>",
"TABLEBRIDGE_MAX_ROWS": "<your TABLEBRIDGE_MAX_ROWS>",
"TABLEBRIDGE_RECURSIVE": "<your TABLEBRIDGE_RECURSIVE>"
}
}
}
}Replace each placeholder with your own value before saving.
Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/io.github.Michael-WhiteCapData%2Ftablebridge-mcp)<a href="https://mcptoplist.com/server/io.github.Michael-WhiteCapData%2Ftablebridge-mcp"><img src="https://mcptoplist.com/badge/io.github.Michael-WhiteCapData%2Ftablebridge-mcp.svg" alt="MCP Toplist: Top 50% of 115,460" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 3 registries
michael-whitecapdata
Other servers by michael-whitecapdata
View all michael-whitecapdata servers →Available versions (1)
| Version | Published |
|---|---|
| 0.1.0 | Jun 21, 2026 |
Frequently asked questions
- Who maintains tablebridge?
- tablebridge is maintained by michael-whitecapdata, which publishes 3 MCP servers (3 total versions) tracked on MCP Toplist.
- Is tablebridge listed on the Official MCP Registry?
- Yes — tablebridge is listed on the Official MCP Registry, alongside Glama and PulseMCP.
- How many versions does tablebridge have?
- MCP Toplist tracks 1 version of tablebridge, most recently published on Jun 21, 2026.
- Where can I find the source code for tablebridge?
- The source code for tablebridge is hosted at github.com/michael-whitecapdata/tablebridge-mcp.