返回市场
飞书-MCP

飞书-MCP

作者:DarkNoah7 星标更新:2025-04-02

项目介绍

飞书MCP服务器

这是一个为飞书/马克应用程序提供模型上下文协议(MCP)服务的实现,允许AI模型通过工具调用来与飞书API进行交互。目前,它主要支持多维表格操作。

特性

实现的工具

create_record

在飞书的多维表格中创建一个新的记录

update_record

更新飞书多维表格中的一个记录

list_fields

从多维表格的数据表中检索所有字段

search_records

搜索符合标准的多维表格中的记录

delete_record

从多维表格中删除一个记录

create_bitable_app

创建一个新的飞书多维表格应用

create_table

在飞书的多维表格中创建一个新的数据表

开发

# 安装依赖
npm install

# 构建
npm run build

# 开发
npm run dev

# 运行mcp stdio
node dist/index.js --config "{\"appId\":\"xxx\",\"appSecret\":\"xxx\"}"

# 运行m
c
p sse
node dist/index.js --sse --config "{\"appId\":\"xxx\",\"appSecret\":\"xxx\"}"

飞书API参考

许可证

MIT