F

Fivetran

Query Fivetran connectors and sync status.

·No reviews yet
Repo
Share:

About

Auto-generated

Fivetran is a Model Context Protocol server in the Data & Databases category. It lets AI assistants that speak MCP call its tools and read its resources over STDIO.

Example tools

Illustrative tool names — the actual tool set is defined by the server at runtime.

query
Run a read-only SQL query
list_tables
List tables in the connected database
describe_table
Return column info for a table

Screenshots

No screenshots yet.

Frequently Asked Questions

Common questions about Fivetran.

What is the Fivetran MCP?
The Fivetran MCP allows you to query the status of Fivetran connectors and data synchronizations. It integrates Fivetran services into Model Context Protocol clients, providing access to ETL operations and data pipeline monitoring.
How do I install the Fivetran MCP in Cline?
To install the Fivetran MCP in Cline, you typically use a 'cline install' command with the repository URL or a direct reference to the MCP. Specific installation steps may vary based on your Cline version and configuration. Refer to Cline's documentation for client-specific instructions.
Does the Fivetran MCP require an API key?
Yes, the Fivetran MCP requires an API key for authentication. You will need to configure this API key within your MCP client to securely access Fivetran services. Obtain your Fivetran API key from your Fivetran account settings.
What are the common use cases for the Fivetran MCP?
Common use cases include monitoring the health and progress of Fivetran data connectors, checking sync statuses, and integrating Fivetran's ETL capabilities directly into developer workflows. It can streamline data operations and troubleshooting.
Are there any known limitations for the Fivetran MCP?
The Fivetran MCP's capabilities are limited to querying connector and sync status as implied by its design. It does not expose tools for configuring new connectors or initiating syncs directly through the MCP interface; it focuses on monitoring existing Fivetran infrastructures.

Install Fivetran

Claude Desktop

Add this to claude_desktop_config.json.

{
  "mcpServers": {
    "fivetran": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-fivetran"
      ]
    }
  }
}

Cursor

Add this to ~/.cursor/mcp.json.

{
  "mcpServers": {
    "fivetran": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-fivetran"
      ]
    }
  }
}

VS Code

Add this to your workspace settings.json.

{
  "mcp.servers": {
    "fivetran": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-fivetran"
      ]
    }
  }
}

Reviews

Sign in to leave a review.

No reviews yet. Be the first!

Discussion(0)

Sign in to join the discussion.

No comments yet.