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.
This MCP server enables interaction with Lark Bitable through the Model Context Protocol, allowing users to access and manipulate Bitable tables using predefined tools.
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 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.
The MCP inspector can be used for debugging uvx
installations:
npx @modelcontextprotocol/inspector uvx bitable-mcp
lloydzhou/bitable-mcp
March 20, 2025
March 28, 2025
Python