Bitable MCP Server
@lloydzhou
About Bitable MCP Server
This MCP server provides access to Lark Bitable through the Model Context Protocol. It allows users to interact with Bitable tables using predefined tools.
Basic information
Config
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"bitable-mcp": {
"command": "npx",
"args": [
"-y",
"@smithery/cli",
"install",
"@lloydzhou/bitable-mcp",
"--client",
"claude"
]
}
}
}Tools
3List tables for the current Bitable.
Describe a table by its name.
Execute a SQL query to read data from the tables.
Overview
What is Bitable MCP Server?
Bitable MCP Server provides access to Lark Bitable through the Model Context Protocol, allowing users to interact with Bitable tables using predefined tools. It is designed for users who want to query and manage Lark Bitable data programmatically via MCP-compatible clients like Claude Desktop and Zed.
How to use Bitable MCP Server?
Install via Smithery (npx -y @smithery/cli install @lloydzhou/bitable-mcp --client claude), or manually using uvx bitable-mcp or pip install bitable-mcp and then running python -m bitable_mcp. Configure with environment variables PERSONAL_BASE_TOKEN and APP_TOKEN. Add the server configuration to your Claude or Zed settings file.
Key features of Bitable MCP Server?
list_table– list tables in the current Bitable.describe_table– describe a table by name with column info.read_query– execute SQL queries
More Other MCP servers
Mcp
browsermcpBrowser MCP is a Model Context Provider (MCP) server that allows AI applications to control your browser
MCP Registry
modelcontextprotocolA community driven registry service for Model Context Protocol (MCP) servers.
Inbox Zero AI
elie222The world's best AI personal assistant for email. Open source app to help you reach inbox zero fast.
Activepieces
activepiecesAI Agents & MCPs & AI Workflow Automation • (~400 MCP servers for AI agents) • AI Automation / AI Agent with MCPs • AI Workflows & AI Agents • MCPs for AI Agents
MCP Toolbox for Databases
googleapisMCP Toolbox for Databases is an open source MCP server for databases.
Comments