Feishu MCP Server
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| FEISHU_APP_ID | Yes | The App ID obtained from the Feishu Open Platform (cli_xxxxxxxx). | |
| FEISHU_APP_SECRET | Yes | The App Secret obtained from the Feishu Open Platform. |
Capabilities
Features and capabilities supported by this server
| Capability | Details |
|---|---|
| tools | {
"listChanged": true
} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| feishu_read_documentA | 读取飞书文档内容。支持输入文档 ID 或完整 URL,返回 Markdown 或 JSON 格式的文档内容。 |
| feishu_create_documentA | 创建新的飞书文档。可以指定标题和 Markdown 格式的内容,返回新文档的 URL。 |
| feishu_append_contentB | 向飞书文档末尾追加内容。支持 Markdown 格式,包括标题、列表、代码块、表格等。 |
| feishu_update_contentB | 替换飞书文档的全部内容(保留标题)。用于完全重写文档内容。 |
| feishu_get_document_infoC | 获取飞书文档的基本信息,包括标题、ID、版本号等。 |
| feishu_insert_diagramA | 在飞书文档中插入 Mermaid 架构图(使用飞书「文本绘图」功能)。支持 flowchart、sequenceDiagram、classDiagram、graph、mindmap、timeline 等类型。 |
| feishu_list_blocksA | 列出飞书文档中的所有 Block,用于了解文档结构或获取特定 Block ID 进行后续操作。 |
| feishu_delete_blockA | 删除飞书文档中的指定 Block。⚠️ 注意:当前飞书 API 可能不支持直接删除文档块,此功能可能无法使用。建议通过编辑将块内容清空作为替代方案。 |
| feishu_insert_tableB | 在飞书文档中插入表格。支持 Markdown 表格语法或结构化数据输入。 |
| feishu_create_spreadsheetB | 创建新的飞书电子表格。返回电子表格的 Token 和 URL。 |
| feishu_write_spreadsheetC | 向飞书电子表格写入数据。支持指定工作表和范围。 |
| feishu_read_spreadsheetC | 从飞书电子表格读取数据。返回指定范围的数据。 |
| feishu_create_bitableB | 创建新的飞书多维表格(Bitable)。返回 app_token 和 URL。 |
| feishu_add_bitable_recordsC | 向飞书多维表格添加记录。字段名需与表格字段名一致。 |
| feishu_read_bitableB | 读取飞书多维表格的记录。返回 Markdown 格式的表格。 |
| feishu_upload_imageA | 上传图片到飞书。返回 file_token,可用于 feishu_insert_image 插入文档。⚠️ 需要 drive:drive:media:upload 权限。 |
| feishu_insert_calloutB | 在飞书文档中插入高亮块(Callout)。用于突出显示提示、警告、注意事项等信息。 |
| feishu_insert_imageB | 在飞书文档中插入图片。支持通过文件 token 插入已上传的图片。 |
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
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/redleaves/feishu-mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server