lark-mcp
Installation
Summary
Official Lark/Feishu integration for messaging, group management, multidimensional tables, document search, and knowledge base queries.
- Supports five capability areas: instant messaging, chat group creation and management, Bitable (multidimensional table) CRUD operations, document search and import, and wiki node retrieval
- Document and knowledge base search require OAuth configuration; otherwise returns error 99991663
- Tools use hyphenated naming convention (
mcp__lark-mcp__tool_name) and require careful parameter structure:pathfor URL parameters,paramsfor query strings,datafor request body - Content fields must be JSON strings (single-quoted), filter values must be arrays, and token types vary by operation (
doxcnfor documents,wikcnfor wiki nodes) - Use
useUAT: truefor user-initiated resource creation and private data access;falsefor public data queries
SKILL.md
Lark MCP
⚠️ 重要提醒
搜索文档/知识库必须配置 OAuth:
docx_builtin_search→ 需要--oauthwiki_v1_node_search→ 需要--oauth
否则返回 99991663 错误。配置方法见 installation.md
核心规则
# 工具命名(连字符,非下划线)
✅ mcp__lark-mcp__tool_name
❌ mcp__lark_mcp__tool_name