飞书多维表格文件上传下载
MCP 服务配置
复制以下 JSON 到 OPClaw 或其他 MCP 客户端的配置文件中即可使用
{
"mcpServers": {
"mcp-server-feishu-file": {
"args": [
"-y",
"mcp-server-feishu-file"
],
"command": "npx",
"env": {
"FEISHU_APP_TOKEN": "xxxxxxxxxxxxx",
"FEISHU_PERSONAL_BASE_TOKEN": "pt-xxxxxxxxxxxxx"
}
}
}
}
服务介绍
Feishu File Upload/Download MCP Server
一个用于上传和下载飞书(Lark)多维表格文件的 MCP 服务器。支持上传文件并返回 file_token,也支持根据 file_token 下载文件到本地。
A Model Context Protocol (MCP) server for uploading and downloading files to/from Feishu (Lark) Bitable. Supports uploading files and returning file_token, as well as downloading files to local based on file_token.
本项目使用的开发软件是Qoder
MCP配置
{
"mcpServers": {
"mcp-server-feishu-file": {
"command": "npx",
"args": ["-y", "mcp-server-feishu-file"],
"env": {
"FEISHU_PERSONAL_BASE_TOKEN": "pt-xxxxxxxxxxxxx",
"FEISHU_APP_TOKEN": "xxxxxxxxxxxxx"
}
}
}
}
License
MIT
Author
plutojs_jia