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://mcpbridge.org/config/airbyte-local-config.jsonOne-Click Install
Copy the snippet for your MCP client and paste it in — zero editing required.
Claude Desktop
Add to claude_desktop_config.json
{
"mcpServers": {
"airbyte-local-config": {
"command": "npx",
"args": [
"-y",
"@mcp/airbyte-local-config"
],
"env": {
"AIRBYTE_CONFIGURATION_API_API_KEY": "your_airbyte_configuration_api_api_key"
}
}
}
}Cursor
Settings → MCP Servers → Add
{
"mcpServers": {
"airbyte-local-config": {
"url": "https://mcpbridge.org/config/airbyte-local-config.json"
}
}
}VS Code
Use with MCP extension
{
"mcpServers": {
"airbyte-local-config": {
"url": "https://mcpbridge.org/config/airbyte-local-config.json"
}
}
}Configuration JSON
Use curl https://mcpbridge.org/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
Cursor
Go to Cursor Settings → MCP Servers → Add with the JSON above.
CLI / curl
Fetch the config programmatically:
curl https://mcpbridge.org/config/airbyte-local-config.jsonEnvironment Variables
AIRBYTE_CONFIGURATION_API_API_KEYReplace your_airbyte_configuration_api_api_key with your actual 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
Similar APIs
Other APIs in the Security category.
Spotify Web API
You can use Spotify's Web API to discover music and podcasts, manage your Spotify library, control audio playback, and much more. Browse our available Web API endpoints using the sidebar at left, or via the navigation bar on top of this page on smaller screens. In order to make successful Web API r
https://mcpbridge.org/config/spotify-com.jsonEvents API
1Password Events API Specification.
https://mcpbridge.org/config/1password-com-events.json1Password Connect
REST API interface for 1Password Connect.
https://mcpbridge.org/config/1password-local-connect.jsonAuthentiq API
Strong authentication, without the passwords.
https://mcpbridge.org/config/6-dot-authentiqio-appspot-com.json