Bitable MCP Server
@lloydzhou
关于 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.
基本信息
配置
使用下面的配置,将此服务器添加到你的 MCP 客户端。
{
"mcpServers": {
"bitable-mcp": {
"command": "npx",
"args": [
"-y",
"@smithery/cli",
"install",
"@lloydzhou/bitable-mcp",
"--client",
"claude"
]
}
}
}工具
3List tables for the current Bitable.
Describe a table by its name.
Execute a SQL query to read data from the tables.
概览
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
其他 分类下的更多 MCP 服务器
Reactive Resume
amruthpillaiA one-of-a-kind resume builder that keeps your privacy in mind. Completely secure, customizable, portable, open-source and free forever. Try it out today!
Unity MCP ✨
justinpbarnettUnity MCP acts as a bridge between AI assistants and your Unity Editor. Give your LLM tools to manage assets, control scenes, edit scripts, and automate tasks within Unity.

EverArt
modelcontextprotocolModel Context Protocol Servers
IDA Pro MCP
mrexodiaAI-powered reverse engineering assistant that bridges IDA Pro with language models through MCP.
🚀 Model Context Protocol (MCP) Curriculum for Beginners
microsoftThis open-source curriculum introduces the fundamentals of Model Context Protocol (MCP) through real-world, cross-language examples in .NET, Java, TypeScript, JavaScript, Rust and Python. Designed for developers, it focuses on practical techniques for building modular, scalable,
评论