bitable-mcp

This repository provides a Model Context Protocol (MCP) server for accessing Lark Bitable, enabling interaction with Bitable tables through predefined tools like listing, describing, and querying data using SQL.

2
0

Bitable MCP Server

This MCP server enables interaction with Lark Bitable through the Model Context Protocol, allowing users to access and manipulate Bitable tables using predefined tools.

One-Click Installation & Configuration

Simplified installation is available for Claude, using a single command:

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

Replace your_personal_base_token and your_app_token with your Bitable credentials. Support for Cursor and Windsurf is planned.

Manual Installation and Configuration

Manual setup involves configuring your environment to run the server, either using uvx or a direct pip installation. Detailed instructions are provided for both Claude and Zed, including specific JSON configurations for each environment, ensuring seamless integration.

Debugging

The MCP inspector can be used for debugging uvx installations:

npx @modelcontextprotocol/inspector uvx bitable-mcp

Repository

LL
lloydzhou

lloydzhou/bitable-mcp

Created

March 20, 2025

Updated

March 28, 2025

Language

Python

Category

Developer Tools