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: path for URL parameters, params for query strings, data for request body
  • Content fields must be JSON strings (single-quoted), filter values must be arrays, and token types vary by operation (doxcn for documents, wikcn for wiki nodes)
  • Use useUAT: true for user-initiated resource creation and private data access; false for public data queries
SKILL.md

Lark MCP

⚠️ 重要提醒

搜索文档/知识库必须配置 OAuth

  • docx_builtin_search → 需要 --oauth
  • wiki_v1_node_search → 需要 --oauth

否则返回 99991663 错误。配置方法见 installation.md


核心规则

# 工具命名(连字符,非下划线)
✅ mcp__lark-mcp__tool_name
❌ mcp__lark_mcp__tool_name
Installs
3.0K
GitHub Stars
36
First Seen
Jan 20, 2026