Odel
mcp data pipeline connector

mcp data pipeline connector

Local
@dbsectrainerTypeScriptMITUpdated 3mo ago

Universal data connector for CSV, Postgres, and REST APIs via DuckDB

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

npmmcp-data-pipeline-connectorv1.0.0

Run

npx -y mcp-data-pipeline-connector

MCP client config

{
  "mcpServers": {
    "mcp-data-pipeline-connector": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-data-pipeline-connector"
      ]
    }
  }
}