Skip to main content
Glama

Bitable MCP Server

by lloydzhou

Bitable MCP サーバー

このMCPサーバーは、モデルコンテキストプロトコルを介してLark Bitableへのアクセスを提供します。ユーザーは、事前定義されたツールを使用してBitableテーブルを操作できます。

ワンクリックインストールと設定

クロード

サーバーをインストールして構成するには、次のコマンドを使用します。

PERSONAL_BASE_TOKEN=your_personal_base_token APP_TOKEN=your_app_token uv run --with uv --with bitable-mcp bitable-mcp-install

your_personal_base_tokenyour_app_tokenを実際のトークンに置き換えます。

カーソル

近日公開

ウィンドサーフィン

近日公開

利用可能なツール

  • list_table - 現在の Bitable のテーブルを一覧表示します。
    • 戻り値: JSON でエンコードされたテーブル名のリスト。
  • describe_table - テーブルの名前でテーブルを説明します。
    • パラメータ:
      • name (str): 説明するテーブルの名前。
    • 戻り値: テーブル内の列の JSON エンコードされたリスト。
  • read_query - SQL クエリを実行してテーブルからデータを読み取ります。
    • パラメータ:
      • sql (str): 実行する SQL クエリ。
    • 戻り値: JSON でエンコードされたクエリ結果のリスト。

手動インストールと設定

インストール前にuvxがインストールされていることを確認してください。

Claude 設定に追加:

  1. uvxの使用
"mcpServers": { "bitable-mcp": { "command": "uvx", "args": ["bitable-mcp"], "env": { "PERSONAL_BASE_TOKEN": "your-personal-base-token", "APP_TOKEN": "your-app-token" } } }
  1. pipインストールの使用
  2. pip 経由でbitable-mcpをインストールします。
pip install bitable-mcp
  1. クロードの設定を変更
"mcpServers": { "bitable-mcp": { "command": "python", "args": ["-m", "bitable_mcp"], "env": { "PERSONAL_BASE_TOKEN": "your-personal-base-token", "APP_TOKEN": "your-app-token" } } }

Zed用の設定

Zed のsettings.jsonに追加します:

uvxの使用

"context_servers": [ "bitable-mcp": { "command": "uvx", "args": ["bitable-mcp"], "env": { "PERSONAL_BASE_TOKEN": "your-personal-base-token", "APP_TOKEN": "your-app-token" } } ],

pipインストールの使用

"context_servers": { "bitable-mcp": { "command": "python", "args": ["-m", "bitable_mcp"], "env": { "PERSONAL_BASE_TOKEN": "your-personal-base-token", "APP_TOKEN": "your-app-token" } } },

デバッグ

MCPインスペクタを使用してサーバーをデバッグできます。UVXインストールの場合:

npx @modelcontextprotocol/inspector uvx bitable-mcp
-
security - not tested
F
license - not found
-
quality - not tested

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 テーブルを操作できるようにします。

  1. ワンクリックインストールと設定
    1. クロード
    2. カーソル
    3. ウィンドサーフィン
  2. 利用可能なツール
    1. 手動インストールと設定
      1. Zed用の設定
    2. デバッグ

      Related MCP Servers

      • A
        security
        A
        license
        A
        quality
        A 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 -
        6
        9
        TypeScript
        MIT License
        • Apple
      • -
        security
        F
        license
        -
        quality
        A Model Context Protocol server that provides tools for interacting with databases, including PostgreSQL, DuckDB, and Google Cloud Storage Parquet files.
        Last updated -
        2
        TypeScript
        • Linux
        • Apple
      • -
        security
        A
        license
        -
        quality
        A 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 -
        Python
        GPL 3.0
        • Apple
      • -
        security
        F
        license
        -
        quality
        A 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

      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/lloydzhou/bitable-mcp'

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