L

Lark Bitable

Connects to Lark Bitable for SQL-like querying of structured data, enabling table listing, schema in...

91 views
0 installs
Updated Sep 14, 2025
Not audited
Connects to Lark Bitable for SQL-like querying of structured data, enabling table listing, schema inspection, and read operations using Lark API credentials.
  1. Obtain a Lark Developer Account

  2. Create a new App in the Lark Developer Console

    • Navigate to the "Console" or "Develop Apps" section.
    • Click "Create App" and fill in the required details (App name, icon, etc.).
  3. Get the APP_TOKEN

    • In the app's settings under "Credentials" or "Basic Info," find the "App ID" and "App Secret."
    • Use these to generate an APP_TOKEN (also known as App Access Token) by following Lark's official documentation for obtaining App Tokens. Typically, you will:
      • Use the App ID and App Secret to call the https://open.larksuite.com/open-apis/auth/v3/app_access_token/internal API endpoint.
      • You will receive an app_access_token in the response.
  4. Generate the PERSONAL_BASE_TOKEN

    • In your Lark workspace, go to Bitable and open the table you want to connect.
    • Click the “Share” or “Developer” icon to find “API authorization” and generate a “Base Token” (personal access token for Bitable).
    • Alternatively, follow Lark’s official Bitable API token documentation.
  5. Fill in the FastMCP Connection Interface

    • Click the "Install Now" button for adding ENVs.
    • Enter PERSONAL_BASE_TOKEN with your copied personal base token.
    • Enter APP_TOKEN with your generated app token.
    • Save the configuration.

You now have your required ENV values filled in for FastMCP.

Quick Start

View on GitHub

More for Database

View All →

More for Analytics and Data

View All →

Report Issue

Thank you! Your issue report has been submitted successfully.