Bitable MCP サーバー
このMCPサーバーは、モデルコンテキストプロトコルを介してLark Bitableへのアクセスを提供します。ユーザーは、事前定義されたツールを使用してBitableテーブルを操作できます。
ワンクリックインストールと設定
クロード
サーバーをインストールして構成するには、次のコマンドを使用します。
your_personal_base_token
とyour_app_token
を実際のトークンに置き換えます。
カーソル
近日公開
ウィンドサーフィン
近日公開
利用可能なツール
list_table
- 現在の Bitable のテーブルを一覧表示します。- 戻り値: JSON でエンコードされたテーブル名のリスト。
describe_table
- テーブルの名前でテーブルを説明します。- パラメータ:
name
(str): 説明するテーブルの名前。
- 戻り値: テーブル内の列の JSON エンコードされたリスト。
- パラメータ:
read_query
- SQL クエリを実行してテーブルからデータを読み取ります。- パラメータ:
sql
(str): 実行する SQL クエリ。
- 戻り値: JSON でエンコードされたクエリ結果のリスト。
- パラメータ:
手動インストールと設定
インストール前にuvx
がインストールされていることを確認してください。
Claude 設定に追加:
- uvxの使用
- pipインストールの使用
- pip 経由で
bitable-mcp
をインストールします。
- クロードの設定を変更
Zed用の設定
Zed のsettings.jsonに追加します:
uvxの使用
pipインストールの使用
デバッグ
MCPインスペクタを使用してサーバーをデバッグできます。UVXインストールの場合:
This server cannot be installed
remote-capable server
The server can be hosted and run remotely because it primarily relies on remote services or has no dependency on the local environment.
モデル コンテキスト プロトコルを通じて Lark Bitable へのアクセスを提供し、ユーザーが定義済みのツールを使用して Bitable テーブルを操作できるようにします。
Related MCP Servers
- -securityAlicense-qualityA Model Context Protocol server that provides read and write access to Airtable databases. This server enables LLMs to inspect database schemas, then read and write records.Last updated -111,423233TypeScriptMIT License
- AsecurityFlicenseAqualityProvides access to Intercom conversations and chats through the Model Context Protocol, allowing LLMs to query and analyze Intercom conversations with various filtering options.Last updated -26TypeScript
- -securityFlicense-qualityA Model Context Protocol server that enables LLMs to interact with Databricks workspaces through natural language, allowing SQL query execution and job management operations.Last updated -38Python
- -securityFlicense-qualityA Model Context Protocol server that integrates with Slack API, allowing users to send messages, view channel history, manage channels, send direct messages, and retrieve user lists from Slack workspaces.Last updated -Python