Loading MCP server directory, please wait...
MCP server for Fivetran API - manage syncs, check status, and control data pipelines
npx @getmcp/cli add io.github.YimingYAN/fivetran-mcpRequires Python 3.10+. Community-contributed server. Review source before installing.
FIVETRAN_API_KEYFivetran API key
FIVETRAN_API_SECRETFivetran API secret
Config file: ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"io.github.YimingYAN/fivetran-mcp": {
"command": "uvx",
"args": [
"fivetran-mcp"
],
"env": {
"FIVETRAN_API_KEY": "",
"FIVETRAN_API_SECRET": ""
}
}
}
}