Fivetran MCP runs on your own machine — the client starts it, so there is no endpoint to ping. 383 installs a week from pypi. Last commit 1 Feb 2026.
MCP server for Fivetran API - manage syncs, check status, and control data pipelines
This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.
claude mcp add fivetran-mcp -- uvx fivetran-mcp
{
"mcpServers": {
"fivetran-mcp": {
"args": [
"fivetran-mcp"
],
"command": "uvx"
}
}
}
[mcp_servers.fivetran-mcp]
command = "uvx"
args = ["fivetran-mcp"]
{
"mcpServers": {
"fivetran-mcp": {
"args": [
"fivetran-mcp"
],
"command": "uvx"
}
}
}
{
"mcpServers": {
"fivetran-mcp": {
"args": [
"fivetran-mcp"
],
"command": "uvx"
}
}
}
Answers built from our own checks of this server.