MCP Servers / database / Bitable

Bitable

JSON →
httpnone2database

Interact with Lark Bitable tables and data using the Model Context Protocol.

Install
How to run this server
[ { "cmd": "npx -y @smithery/cli", "imports": [] } ]
server path: bitable
Tools
What this server exposes
list_table
List tables for the current Bitable. Returns a JSON-encoded list of table names.
describe_table
Describe a table by its name. Parameters: name (str): The name of the table to describe. Returns a JSON-encoded list of columns in the table.
read_query
Execute a SQL query to read data from the tables. Parameters: sql (str): The SQL query to execute. Returns a JSON-encoded list of query results.
Configuration
Environment & auth
authnone
envPERSONAL_BASE_TOKEN
Resources
Bitable — MCP Server · libregistry