一个用于飞书(Lark)表格、消息、文档等的模型上下文协议服务器。
该服务器目前提供一个核心工具:
访问飞书开放平台:https://open.larkoffice.com/app
sheets:spreadsheet:readonly
LARK_APP_ID=your_app_id
LARK_APP_SECRET=your_app_secret
# 将服务器添加到您的主机
"mcpServers": {
"mcpServerLark": {
"description": "飞书(Lark)MCP服务器",
"command": "uvx",
"args": [
"parent_of_servers_repo/servers/src/mcp_server_lark"
],
"env": {
"LARK_APP_ID": "xxx",
"LARK_APP_SECRET": "xxx"
}
}
}
MIT许可证