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
- AsecurityAlicenseAqualityA Model Context Protocol server that provides database interaction capabilities through SQLite, enabling users to run SQL queries, analyze business data, and automatically generate business insight memos.Last updated -69TypeScriptMIT License
- -securityFlicense-qualityA Model Context Protocol server that provides tools for interacting with databases, including PostgreSQL, DuckDB, and Google Cloud Storage Parquet files.Last updated -2TypeScript
- -securityAlicense-qualityA Model Context Protocol server that enables database interaction with Clickzetta, allowing users to run SQL queries, manage tables, and maintain a dynamically updated memo of data insights.Last updated -PythonGPL 3.0
- -securityFlicense-qualityA Model Context Protocol server that enables SQL operations (SELECT, INSERT, UPDATE, DELETE) and table management through a standardized interface with SQLite databases.Last updated -JavaScript