/install mcp-lark
MCP Lark / FeiShu
Need to login to the Lark MCP Configuration Platform to add MCP services, obtain the MCP URL, and configure it into environment variables.
- Lark MCP docs: https://open.larksuite.com/document/mcp_open_tools/call-feishu-mcp-server-in-remote-mode
- 飞书 MCP 文档: https://open.feishu.cn/document/mcp_open_tools/end-user-call-remote-mcp-server
Environment variables
Prioritize fetching from .env under the workspace, then use system environment variables. If not configured, ask the user for input and update it to .env.
# Configure multiple MCP service URLs and usage scenarios in environment variables
LARK_MCP_SERVERS='
open.larksuite.com/mcp/stream/xxx:Chats and Mails;
open.larksuite.com/mcp/stream/yyy:Cloud documents;
'
List of available tools
npx -y mcporter list 'open.larksuite.com/mcp/stream/\x3Ctoken>' --all-parameters
# Get the schema of the specified tool
npx -y mcporter list 'open.larksuite.com/mcp/stream/\x3Ctoken>' --json | jq '.tools[] | select(.name == "\x3Ctool_name>")'
Call specified tool
npx -y mcporter call 'open.larksuite.com/mcp/stream/\x3Ctoken>.\x3Ctool_name>' param1:"value1" foo:"bar"
References
- Sent message content: references/message_create.md
About mcporter
To improve compatibility, use npx -y mcporter instead of mcporter when executing commands.
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install mcp-lark - 安装完成后,直接呼叫该 Skill 的名称或使用
/mcp-lark触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
Lark / Feishu Skill via OpenAPI MCP servers (300+ tools) 是什么?
Based on FeiShu(飞书) / Lark's OpenAPI MCP server, manage user information, chats, emails, cloud documents, multidimensional tables, tasks, calendars, etc. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 911 次。
如何安装 Lark / Feishu Skill via OpenAPI MCP servers (300+ tools)?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install mcp-lark」即可一键安装,无需额外配置。
Lark / Feishu Skill via OpenAPI MCP servers (300+ tools) 是免费的吗?
是的,Lark / Feishu Skill via OpenAPI MCP servers (300+ tools) 完全免费(开源免费),可自由下载、安装和使用。
Lark / Feishu Skill via OpenAPI MCP servers (300+ tools) 支持哪些平台?
Lark / Feishu Skill via OpenAPI MCP servers (300+ tools) 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Lark / Feishu Skill via OpenAPI MCP servers (300+ tools)?
由 Alone(@al-one)开发并维护,当前版本 v1.0.0。