云雀MCP服务器(飞树)
Lark(Feishu)表单、消息、文档等的模型上下文协议服务器。
工具
服务器现在提供了一个核心工具:
- write_excel
- 将数据写入Lark(Feishu)工作表中的工作表,并返回链接。 - 需要提供电子邮件以添加访问权限。
配置
1.创建一个百灵鸟(飞狐)应用程序
访问Lark开放平台:https://open.larkoffice.com/app
2.申请应用程序的权限
sheets:spreadsheet:readonly3.环境变量
LARK_APP_ID=your_app_id
LARK_APP_SECRET=your_app_secret用法
# Add the server to your host
"mcpServers": {
"mcpServerLark": {
"description": "MCP Server For Lark(Feishu)",
"command": "uvx",
"args": [
"parent_of_servers_repo/servers/src/mcp_server_lark"
],
"env": {
"LARK_APP_ID": "xxx",
"LARK_APP_SECRET": "xxx"
}
}
}许可证
MIT许可证
