Skip to content
Cline

fivetran mcp for Cline

io.github.yimingyan/fivetran-mcp

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

client:Cline transport:stdio runtime:pypi

Install fivetran mcp in Cline

~/Library/Application Support/Code/User/globalStorage/saoudrizwan.claude-dev/settings/cline_mcp_settings.json · windows: %APPDATA%\Code\User\globalStorage\saoudrizwan.claude-dev\settings\cline_mcp_settings.json

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

{
  "mcpServers": {
    "fivetran-mcp": {
      "command": "uvx",
      "args": [
        "fivetran-mcp"
      ],
      "env": {
        "FIVETRAN_API_KEY": "<FIVETRAN_API_KEY>",
        "FIVETRAN_API_SECRET": "<FIVETRAN_API_SECRET>"
      }
    }
  }
}

Cline's MCP Servers pane edits this file for you if you would rather not find it. Cline docs

fivetran mcp in other clients