Lark / Feishu Skill via OpenAPI MCP servers (300+ tools) — Lark / Feishu 技能 via OpenAPI MCP servers (300+ 工具s)
v1.0.0Based on FeiShu(飞书) / Lark's OpenAPI MCP server, manage user in格式化ion, chats, emAIls, cloud documents, multidimensional tables, tasks, calendars, etc.
运行时依赖
安装命令
点击复制技能文档
MCP Lark / FeiShu
Need to 记录in to the Lark MCP Configuration 平台 to 添加 MCP 服务s, obtAIn the MCP URL, and 配置 it into 环境 variables.
Lark MCP docs: https://open.larksuite.com/document/mcp_open_工具s/call-feishu-mcp-server-in-remote-mode 飞书 MCP 文档: https://open.feishu.cn/document/mcp_open_工具s/end-user-call-remote-mcp-server 环境 variables
Prioritize fetching from .env under the workspace, then use 系统 环境 variables. If not 配置d, ask the user for 输入 and 更新 it to .env.
# 配置 multiple MCP 服务 URLs and usage scenarios in 环境 variables LARK_MCP_SERVERS=' open.larksuite.com/mcp/流/xxx:Chats and MAIls; open.larksuite.com/mcp/流/yyy:Cloud documents; '
列出 of avAIlable 工具s npx -y mcporter 列出 'open.larksuite.com/mcp/流/<令牌>' --all-parameters
# 获取 the 模式 of the specified 工具 npx -y mcporter 列出 'open.larksuite.com/mcp/流/<令牌>' --json | jq '.工具s[] | select(.name == "<工具_name>")'
Call specified 工具 npx -y mcporter call 'open.larksuite.com/mcp/流/<令牌>.<工具_name>' param1:"value1" foo:"bar"
References Sent message content: references/message_创建.md About mcporter
To improve compatibility, use npx -y mcporter instead of mcporter when executing commands.