Skip to main content
Glama

Airbyte Status Checker

導入

これはAnthropicのMCPプロトコルに準拠したサンプルアプリです。Claude DesktopでMCPサーバーとして動作するように設計されており、ユーザーはAirbyte接続のステータスを確認できます。

MCPサーバーの設定

  1. 仮想環境管理用のuvをインストールする

  2. 仮想環境を作成する

uv venv source .venv/bin/activate
  1. 依存関係をインストールする

pip install -r requirements.txt
  1. .envファイルを作成し、Airbyteキーを追加します

AIRBYTE_WORKSPACE_ID=xxx AIRBYTE_CLIENT_ID=xxx AIRBYTE_CLIENT_SECRET=xxx AIRBYTE_API_KEY=xxx
  1. アプリを実行する

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. claudeデスクトップのサーバーリストにサーバーを追加します。Claudeデスクトップを開き、設定ページに移動します。「開発者設定」をタップし、「+」ボタンをタップして新しいサーバーを追加します。claude_desktop_config.jsonファイルの場所が表示されます。これを開き、このリポジトリからclaude_desktop_config.jsonファイルの内容を貼り付けます。その後、claudeデスクトップを再起動します。テキスト入力ボックスの右下にあるハンマーアイコンでサーバーが追加されたことがわかります。

デバッグ

claude_desktop_config.json ファイルが正しく設定されていれば、ログは ~/Library/Logs/anthropic/claude-desktop-server.log に書き込まれます。ログが表示されない場合、またはハンマー アイコンが表示されない場合は、claude_desktop_config.json ファイルがこのリポジトリにあるものと完全に一致し、パスが正しいことを確認してください。

-
security - not tested
F
license - not found
-
quality - not tested

Related MCP Servers

  • A
    security
    A
    license
    A
    quality
    A Claude Desktop MCP server that helps you track flights in real-time using Flightradar24 data. Perfect for aviation enthusiasts, travel planners, or anyone curious about flights overhead!
    Last updated -
    3
    44
    MIT License
    • Apple
  • -
    security
    A
    license
    -
    quality
    An MCP server that allows accessing and managing ledger files through Claude by providing account listing, balance checking, and transaction register viewing capabilities.
    Last updated -
    3
    GPL 3.0
    • Apple
  • A
    security
    A
    license
    A
    quality
    An MCP server that enables saving and sharing Claude Desktop conversations, allowing users to store chats privately or make them public through a web interface.
    Last updated -
    11
    MIT License
    • Apple
  • A
    security
    A
    license
    A
    quality
    An MCP server that enables Claude to interact with Twitter, allowing for posting tweets and searching Twitter content.
    Last updated -
    235
    325
    MIT License
    • Apple

View all related MCP servers

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/quintonwall/mcp-airbyte-list-sources'

If you have feedback or need assistance with the MCP directory API, please join our Discord server