Airbyte Status Checker

Check the status of your Airbyte connections seamlessly. Integrate with Claude Desktop to monitor and manage your data pipelines effectively. Simplify your workflow and ensure your data connections are always operational.

Installation

Installing for Claude Desktop

Manual Configuration Required

This MCP server requires manual configuration. Run the command below to open your configuration file:

npx mcpbar@latest edit -c claude

This will open your configuration file where you can add the Airbyte Status Checker MCP server manually.

Introduction

This is a sample app that conforms to the MCP protocol from Anthropic. It is designed to run as a an MCP server in Claude Desktop and allows users to check the status of Airbyte connections.

Configuring your MCP server

  1. Install uv for virtual environment management
  2. Create a virtual environment
uv venv
source .venv/bin/activate
  1. Install the dependencies
pip install -r requirements.txt
  1. Create a .env file and add your Airbyte keys
AIRBYTE_WORKSPACE_ID=xxx
AIRBYTE_CLIENT_ID=xxx
AIRBYTE_CLIENT_SECRET=xxx
AIRBYTE_API_KEY=xxx
  1. Run the app
uv run  airbyte_status_checker.py

## Configure claude desktop to use your MCP server
1. set absolute paths to uv and and the python file in claude_desktop_settings.json. It should look similar to this:
```json

  "mcpServers": {
    "airbyte-status-checker": {
      "command": "/Users/quintonwall/.local/bin/uv",
      "args": [
        "--directory",
        "/Users/quintonwall/code/airbyte-mcp-list-sources",
        "run",
        "airbyte_status_checker.py"
      ]
    }
  }
}
  1. Add the server to the list of servers in claude desktop Open Claude Desktop and navigate to the settings page. Tap Developer Settings and then tap the "+" button to add a new server. This will show you where your claude_desktop_config.json file is located. Open this and paste the contents of the claude_desktop_config.json file from this repo Then restart claude desktop. You can confirm that your server has been added by looking for the hammer icon on the bottom right of the text entry box.

Debugging

if your claude_desktop_config.json file is configured correctly, logs are written to ~/Library/Logs/anthropic/claude-desktop-server.log If you do not see any logs, or no hammer icon, check that your claude_desktop_config.json file matches exactly what I have in this repo and the paths are correct.

Share:
Details:
  • Stars


    0
  • Forks


    2
  • Last commit


    4 months ago
  • Repository age


    4 months
View Repository

Auto-fetched from GitHub .

MCP servers similar to Airbyte Status Checker:

 

 
 
  • Stars


  • Forks


  • Last commit


 

 
 
  • Stars


  • Forks


  • Last commit


 

 
 
  • Stars


  • Forks


  • Last commit