Feishu MCP Server
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| LOG_LEVEL | No | stderr日志级别 | INFO |
| FEISHU_APP_ID | Yes | 飞书应用的App ID | |
| FEISHU_APP_SECRET | Yes | 飞书应用的App Secret | |
| FEISHU_REQUEST_TIMEOUT | No | HTTP超时秒数 | 15 |
| FEISHU_DOCUMENT_URL_BASE | No | 文档URL前缀,私有化域名可覆盖 | https://feishu.cn/docx |
Instructions
Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.
This server publishes no instructions, or was last inspected before Glama recorded them.
Capabilities
Features and capabilities supported by this server
Protocol revision2025-11-25
| Capability | Details |
|---|---|
| tools | {
"listChanged": false
} |
| prompts | {
"listChanged": false
} |
| resources | {
"subscribe": false,
"listChanged": false
} |
| experimental | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| read_feishu_documentA | 读取飞书文档标题、Markdown 正文(含表格)和原始 block 结构。 |
| create_feishu_documentA | 创建飞书文档,并把 Markdown 正文(含表格)转换为飞书 blocks。 |
| update_feishu_documentA | 用 Markdown(含表格)全量替换指定飞书文档的正文。 |
| append_feishu_documentA | 在飞书文档末尾追加 Markdown、普通文本或表格;不会删除、覆盖或清空已有内容。 |
| list_feishu_bitable_fieldsB | 分页查询飞书多维表格字段结构、类型、选项和是否可写。 |
| list_feishu_bitable_recordsA | 分页查询飞书多维表格记录,可传入 Bitable filter 表达式定位目标行;返回用于精确更新的 record_id。 |
| create_feishu_bitable_recordA | 先查询 Bitable 字段结构并校验字段名称、类型、选项和只读属性,再新增一条记录。 |
| update_feishu_bitable_recordA | 通过 record_id 更新指定 Bitable 行。更新前读取实时字段结构;单选传选项名称字符串,多选传选项名称数组。 |
| create_feishu_bitable_formula_fieldB | 在指定 Bitable 数据表中创建公式字段,公式表达式按飞书语法原样提交。 |
| create_feishu_bitable_viewC | 在指定数据表中创建 grid、kanban、gallery、gantt 或 form 视图。 |
| list_feishu_bitable_dashboardsA | 分页查询 Bitable 仪表盘,返回可用于复制模板的 block_id。 |
| copy_feishu_bitable_dashboardA | 通过官方复制接口从已有仪表盘模板创建新仪表盘,并复制模板中的全部组件。 |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- 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/shou-nian/feishu-mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server