Skip to content

mcp data pipeline connector for Grok

io.github.dbsectrainer/mcp-data-pipeline-connector

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

client:Grok transport:stdio runtime:npm

Install mcp data pipeline connector in Grok

.mcp.json (in your project root)

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "mcp-data-pipeline-connector": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "mcp-data-pipeline-connector"
      ],
      "env": {
        "YOUR_API_KEY": "<YOUR_API_KEY>"
      }
    }
  }
}

Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs

mcp data pipeline connector in other clients