Skip to content
MCP-Bridge
SecurityAuto-generated

Airbyte Configuration API MCP Server

Airbyte Configuration API [https://airbyte.io](https://airbyte.io). This API is a collection of HTTP RPC-style methods. While it is not a REST API, those familiar with REST should find the conventions of this API recognizable. Here are some conventions that this API follows: * All endpoints are ht

Quick Setup

Transport: STDIO

Command: npx -y @mcp/airbyte-local-config

Environment Variables

AIRBYTE_CONFIGURATION_API_API_KEY

Example: your_airbyte_configuration_api_api_key

MCP Server Configuration

Add this to your claude_desktop_config.json or Cursor MCP settings.

{
  "mcpServers": {
    "airbyte-local-config": {
      "command": "npx",
      "args": ["-y","@mcp/airbyte-local-config"],
      "env": {
      "AIRBYTE_CONFIGURATION_API_API_KEY": "your_airbyte_configuration_api_api_key"
}
    }
  }
}

Endpoints

POST/v1/attempt/save_stats

For worker to set sync stats of a running attempt.

POST/v1/attempt/save_sync_config

For worker to save the AttemptSyncConfig for an attempt.

POST/v1/attempt/set_workflow_in_attempt

For worker to register the workflow id in attempt.

POST/v1/connections/create

Create a connection between a source and a destination

POST/v1/connections/delete

Delete a connection

POST/v1/connections/get

Get a connection

POST/v1/connections/list

Returns all connections for a workspace.

POST/v1/connections/list_all

Returns all connections for a workspace, including deleted connections.

POST/v1/connections/reset

Reset the data for the connection. Deletes data generated by the connection in the destination. Resets any cursors back to initial state.

POST/v1/connections/search

Search connections