Feishu Bitable MCP Server
Click on "Deploy Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@Feishu Bitable MCP Serverlist all tables in bitable app_token_abc"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
Feishu Bitable MCP Server
基于 Nuxt + TypeScript 的飞书多维表格 MCP 服务器。
功能
列出多维表格中的所有数据表
读取数据表记录
搜索记录
按名称搜索多维表格
获取数据表视图
Related MCP server: Feishu MCP Server
安装
# 安装依赖
pnpm install
# 复制环境变量配置
cp .env.example .env
# 编辑 .env,填入你的飞书应用凭证配置
在 .env 文件中配置:
FEISHU_APP_ID=cli_xxxxxxxxxxxxxxxx
FEISHU_APP_SECRET=xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx获取方式:
访问 飞书开放平台
创建企业自建应用
开启 "多维表格" 权限
获取 App ID 和 App Secret
使用
作为 MCP 服务器运行
pnpm mcp然后在 Claude Code 的 .claude.json 中配置:
{
"mcpServers": {
"feishu-bitable": {
"command": "node",
"args": ["--import", "tsx", "C:/Users/1/Desktop/feishu-mcp/server/mcp/index.ts"],
"env": {
"FEISHU_APP_ID": "cli_xxxxxxxxxxxxxxxx",
"FEISHU_APP_SECRET": "xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx"
}
}
}
}开发模式
pnpm devMCP 工具列表
工具名 | 说明 |
| 获取多维表格中的所有数据表 |
| 读取数据表记录 |
| 搜索记录 |
| 按名称搜索当前应用可访问的多维表格 |
| 获取数据表视图 |
示例
在 Claude Code 中使用:
帮我列出多维表格 bascnxxxxxxxx 的所有数据表帮我读取 bascnxxxxxxxx 表格中 tblxxxxxxxx 表的前 100 条记录帮我搜索名称里带 “test” 的多维表格License
MIT
This server cannot be deployed
Maintenance
Related MCP Connectors
MCP-native open-source Notion alternative: read & write pages, databases and kanban boards.
Read and edit GA4, Search Console and Google Tag Manager from any MCP client. 29 tools.
Query, join, profile, clean and convert CSV/JSON/Parquet with server-side DuckDB over MCP.
Airtable MCP Pack — wraps the Airtable REST API v0
Related MCP Servers
- -licenseNot gradedqualityNot gradedmaintenanceA tool designed to help users connect AI Agents with the Feishu/Lark platform, encapsulating Feishu/Lark Open Platform API interfaces as MCP tools for document processing, conversation management, calendar scheduling and more.7,520 npm-
- AlicenseNot gradedqualityDmaintenanceEnables AI models to interact with Feishu (Lark) APIs for document management, bot messaging, chat operations, and multi-dimensional table (Bitable) CRUD operations through natural language.15 npm1MIT
- AlicenseAqualityNot gradedmaintenanceEnables interaction with Feishu (Lark) multidimensional tables (Bitable) through MCP tools, supporting operations like creating/updating/querying records, batch operations, and application management with automatic token refresh.9MIT
- AlicenseCqualityDmaintenanceEnables searching and retrieving content from Lark (Feishu) documents via MCP tools, supporting Doc and Wiki types with OAuth authentication.24MIT