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インストールの場合:
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
- -security-license-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 -1,566324TypeScriptMIT License
- Asecurity-licenseAqualityProvides 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 -27
- -security-license-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 -41
- -security-license-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 -1