Skip to main content
Glama
shou-nian

Feishu MCP Server

by shou-nian

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
LOG_LEVELNostderr日志级别INFO
FEISHU_APP_IDYes飞书应用的App ID
FEISHU_APP_SECRETYes飞书应用的App Secret
FEISHU_REQUEST_TIMEOUTNoHTTP超时秒数15
FEISHU_DOCUMENT_URL_BASENo文档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

CapabilityDetails
tools
{
  "listChanged": false
}
prompts
{
  "listChanged": false
}
resources
{
  "subscribe": false,
  "listChanged": false
}
experimental
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
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

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

Latest Blog Posts

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