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_KEYExample: 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
/v1/attempt/save_statsFor worker to set sync stats of a running attempt.
/v1/attempt/save_sync_configFor worker to save the AttemptSyncConfig for an attempt.
/v1/attempt/set_workflow_in_attemptFor worker to register the workflow id in attempt.
/v1/connections/createCreate a connection between a source and a destination
/v1/connections/deleteDelete a connection
/v1/connections/getGet a connection
/v1/connections/listReturns all connections for a workspace.
/v1/connections/list_allReturns all connections for a workspace, including deleted connections.
/v1/connections/resetReset the data for the connection. Deletes data generated by the connection in the destination. Resets any cursors back to initial state.
/v1/connections/searchSearch connections