Skip to content
MCP-Bridge
Security

Airbyte Configuration API MCP Config

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

Config URL

Use this URL in any MCP-compatible client to fetch the config automatically.

https://mcp-bridge.pages.dev/config/airbyte-local-config.json

Configuration JSON

Use curl https://mcp-bridge.pages.dev/config/airbyte-local-config.json to fetch programmatically.

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

How to Use

Claude Desktop

Paste the config JSON into your claude_desktop_config.json.

Full instructions →

Cursor

Go to Cursor Settings → MCP Servers → Add with the JSON above.

CLI / curl

Fetch the config programmatically:

curl https://mcp-bridge.pages.dev/config/airbyte-local-config.json

Environment Variables

AIRBYTE_CONFIGURATION_API_API_KEY

Replace your_airbyte_configuration_api_api_key with your actual 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