Feishu Bitable MCP Server
Click on "Install 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 installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Latest Blog Posts
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/011011100/feishu-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server