MCP.so
Sign In
Servers
P

Pipetable

@melihbirim

Pipetable is an MCP server that registers your local data files as DuckDB views and lets AI tools (Claude Code, Cursor, Copilot, RooCode) run real SQL against them. Files never leave your machine. Results are ground truth: not generated.

Add this server to your MCP-compatible client using the configuration below.

{
  "mcpServers": {
    "pipetable": {
      "command": "pipetable",
      "args": [
        "mcp"
      ]
    }
  }
}

More from Developer Tools