Skip to content
Grok

fivetran mcp for Grok

io.github.yimingyan/fivetran-mcp

MCP server for Fivetran API - manage syncs, check status, and control data pipelines

client:Grok transport:stdio runtime:pypi

Install fivetran mcp 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": {
    "fivetran-mcp": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "fivetran-mcp"
      ],
      "env": {
        "FIVETRAN_API_KEY": "<FIVETRAN_API_KEY>",
        "FIVETRAN_API_SECRET": "<FIVETRAN_API_SECRET>"
      }
    }
  }
}

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

fivetran mcp in other clients