Bitable MCP 服务器
该 MCP 服务器通过模型上下文协议 (MCP) 提供对 Lark Bitable 的访问。它允许用户使用预定义的工具与 Bitable 表进行交互。
一键安装和配置
克劳德
要安装和配置服务器,请使用以下命令:
将your_personal_base_token和your_app_token替换为您的实际令牌。
光标
即将推出
风帆冲浪
即将推出
可用工具
list_table- 列出当前 Bitable 的表。返回:JSON 编码的表名列表。
describe_table- 通过表名描述表。参数:
name(str): 要描述的表的名称。
返回:表中列的 JSON 编码列表。
read_query- 执行 SQL 查询以从表中读取数据。参数:
sql(str):要执行的 SQL 查询。
返回:查询结果的 JSON 编码列表。
手动安装和配置
安装前请确保已安装uvx 。
添加到您的 Claude 设置:
使用 uvx
使用 pip 安装
通过 pip 安装
bitable-mcp:
修改您的 Claude 设置
为 Zed 配置
添加到您的 Zed settings.json:
使用 uvx
使用 pip 安装
调试
您可以使用 MCP 检查器来调试服务器。对于 uvx 安装:
remote-capable server
The server can be hosted and run remotely because it primarily relies on remote services or has no dependency on the local environment.
通过模型上下文协议提供对 Lark Bitable 的访问,允许用户使用预定义的工具与 Bitable 表进行交互。
Related MCP Servers
- -security-license-qualityA Model Context Protocol server that provides read and write access to Airtable databases. This server enables LLMs to inspect database schemas, then read and write records.Last updated -1,566324TypeScriptMIT License
- Asecurity-licenseAqualityProvides access to Intercom conversations and chats through the Model Context Protocol, allowing LLMs to query and analyze Intercom conversations with various filtering options.Last updated -27
- -security-license-qualityA Model Context Protocol server that enables LLMs to interact with Databricks workspaces through natural language, allowing SQL query execution and job management operations.Last updated -41
- -security-license-qualityA Model Context Protocol server that integrates with Slack API, allowing users to send messages, view channel history, manage channels, send direct messages, and retrieve user lists from Slack workspaces.Last updated -1