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

      • -
        security
        A
        license
        -
        quality
        A 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 -
        11
        1,423
        233
        TypeScript
        MIT License
      • A
        security
        F
        license
        A
        quality
        Provides 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 -
        2
        6
        TypeScript
        • Apple
      • -
        security
        F
        license
        -
        quality
        A 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 -
        38
        Python
        • Linux
        • Apple
      • -
        security
        F
        license
        -
        quality
        A 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
        • Apple
        • Linux

      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