A

Airbyte

Manage Airbyte connections, sources and destinations.

·No reviews yet
Repo
Share:

About

Auto-generated

Airbyte 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 Airbyte.

What is the Airbyte MCP?
The Airbyte MCP allows you to manage Airbyte connections, sources, and destinations. It facilitates the orchestration of data integration pipelines, enabling control over various data movement tasks within an Airbyte environment.
How do I install the Airbyte MCP in a client?
Installation typically involves adding the Airbyte MCP's repository URL to your MCP client's configuration. Specific steps vary by client, but it generally requires navigating to a 'Manage MCPs' or 'Add Integration' section and providing the repository link.
Does the Airbyte MCP require an API key for authentication?
Yes, the Airbyte MCP uses an API key for authentication. You will need to provide a valid API key to interact with your Airbyte instance through this MCP.
What are the common use cases for the Airbyte MCP?
Typical use cases include programmatically setting up new data connectors, monitoring existing data synchronization jobs, and managing schema changes for sources and destinations. It's designed for automating data engineering workflows.
What are the limitations of the Airbyte MCP?
The functionality of the Airbyte MCP is dependent on the features exposed by the underlying Airbyte API and the stdio transport. Complex, real-time data transformations might require additional tools or direct Airbyte access beyond the MCP.

Install Airbyte

Claude Desktop

Add this to claude_desktop_config.json.

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

Cursor

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

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

VS Code

Add this to your workspace settings.json.

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

Reviews

Sign in to leave a review.

No reviews yet. Be the first!

Discussion(0)

Sign in to join the discussion.

No comments yet.