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
- Install uv for virtual environment management
- Create a virtual environment
uv venv
source .venv/bin/activate
- Install the dependencies
pip install -r requirements.txt
- 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
- 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"
]
}
}
}
- 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.
Airbyte Status Checker
Project Details
- quintonwall/mcp-airbyte-list-sources
- Last Updated: 3/4/2025
Recomended MCP Servers

Official SurveyMars Model Context Protocol (MCP) server that enables interaction with SurveyMars APIs. This server allows MCP clients...
Create an interactive 2D world where players can engage with NPCs through tasks and conversations. Enhance gameplay with...
MCP server to download entire websites
MCP Server for the Slidespeak API. Create PowerPoint Presentations using MCP.
An MCP server for AI agents to explore DeFi yield opportunities, powered by DefiLlama.
A Model Context Protocol (MCP) server that connects to Strava API, providing tools to access Strava data through...
my-first-mcp
Enhance your TickTick workflow with MCP server. Better filtering interface
Non-Invasive goroutine inspector