/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.
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install mcp-lark - After installation, invoke the skill by name or use
/mcp-lark - Provide required inputs per the skill's parameter spec and get structured output
What is 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. It is an AI Agent Skill for Claude Code / OpenClaw, with 911 downloads so far.
How do I install Lark / Feishu Skill via OpenAPI MCP servers (300+ tools)?
Run "/install mcp-lark" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Lark / Feishu Skill via OpenAPI MCP servers (300+ tools) free?
Yes, Lark / Feishu Skill via OpenAPI MCP servers (300+ tools) is completely free (open-source). You can download, install and use it at no cost.
Which platforms does Lark / Feishu Skill via OpenAPI MCP servers (300+ tools) support?
Lark / Feishu Skill via OpenAPI MCP servers (300+ tools) is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Lark / Feishu Skill via OpenAPI MCP servers (300+ tools)?
It is built and maintained by Alone (@al-one); the current version is v1.0.0.