fivetran-mcp-toolkit

kellykohlleffel/fivetran-mcp-toolkit
★ 2 stars Python 🔌 API Integration Updated 1mo ago
MCP server for natural language control of Fivetran data pipelines via Claude Desktop. Built on the Fivetran REST API with 25+ tools.
View on GitHub →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "fivetran-mcp-toolkit": {
      "command": "uvx",
      "args": [
        "fivetran-mcp-toolkit"
      ]
    }
  }
}

Or install with pip: pip install fivetran-mcp-toolkit