@aahl/mcp-lark

Based on FeiShu(飞书) / Lark's OpenAPI MCP server, manage user information, chats, emails, cloud documents, multidimensional tables, tasks, calendars, etc.

View in AI SkillSafe app
Scanned · no findings
452 downloads
0 stars
0 demos
SKILL.md
namemcp-lark
descriptionBased on FeiShu(飞书) / Lark's OpenAPI MCP server, manage user information, chats, emails, cloud documents, multidimensional tables, tasks, calendars, etc.

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.

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/<token>' --all-parameters

# Get the schema of the specified tool
npx -y mcporter list 'open.larksuite.com/mcp/stream/<token>' --json | jq '.tools[] | select(.name == "<tool_name>")'

Call specified tool

npx -y mcporter call 'open.larksuite.com/mcp/stream/<token>.<tool_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.

Embed badges

Add these to your README to show the skill's verification status.

SkillSafe verified badge
Verified badge
[![SkillSafe verified badge](https://api.skillsafe.ai/v1/badge/@aahl/mcp-lark/verified)](https://skillsafe.ai/skill/@aahl/mcp-lark/)
Installs badge
Installs badge
[![Installs badge](https://api.skillsafe.ai/v1/badge/@aahl/mcp-lark/installs)](https://skillsafe.ai/skill/@aahl/mcp-lark/)
Scan badge
Scan badge
[![Scan badge](https://api.skillsafe.ai/v1/badge/@aahl/mcp-lark/scan)](https://skillsafe.ai/skill/@aahl/mcp-lark/)
Eval pass rate badge
Eval pass rate
[![Eval pass rate badge](https://api.skillsafe.ai/v1/badge/@aahl/mcp-lark/eval)](https://skillsafe.ai/skill/@aahl/mcp-lark/)