Bitable MCP Server
by lloydzhou
This MCP server provides access to Lark Bitable through the Model Context Protocol. It allows users to interact with Bitable tables using predefined tools.
Last updated: N/A
What is Bitable MCP Server?
The Bitable MCP Server is a Model Context Protocol server that enables access to Lark Bitable data. It provides a set of tools to interact with Bitable tables, allowing users to query and manage data.
How to use Bitable MCP Server?
The server can be installed and configured using one-click installation scripts for Claude, Cursor, and Windsurf (coming soon), or manually by configuring the server within Claude or Zed settings. The server requires a personal base token and an app token for authentication. Once configured, users can utilize the available tools to list tables, describe tables, and execute SQL queries.
Key features of Bitable MCP Server
Access to Lark Bitable data
Integration with Model Context Protocol
Predefined tools for data interaction
SQL query execution
One-click installation (Claude)
Manual configuration options
Use cases of Bitable MCP Server
Data extraction from Bitable
Data analysis using SQL queries
Integration with AI models via MCP
Automated data management
Building custom tools on top of Bitable data
FAQ from Bitable MCP Server
What is a personal base token?
What is a personal base token?
A personal base token is a credential required to authenticate with the Lark Bitable API.
What is an app token?
What is an app token?
An app token is another credential required to authenticate with the Lark Bitable API.
How do I find my personal base token and app token?
How do I find my personal base token and app token?
Refer to the Lark Bitable documentation for instructions on obtaining these tokens.
What is uvx?
What is uvx?
uvx is a tool used for managing and running MCP servers.
How do I debug the server?
How do I debug the server?
You can use the MCP inspector with the command npx @modelcontextprotocol/inspector uvx bitable-mcp
for uvx installations.