feishu-wiki-mcp
Related Servers
Alternatives to feishu-wiki-mcp
No user-submitted related servers found.
Related Servers
- AlicenseNot gradedqualityCmaintenanceMCP server for Feishu/Lark API integration, enabling AI agents to send messages, manage groups, create and edit documents and spreadsheets, and search knowledge bases.MIT
- AlicenseBqualityFmaintenanceAn MCP server that exposes Feishu/Lark capabilities as function tools to MCP-compatible agents like Hermes and Claude Desktop. It provides 57 tools for messaging, document management, calendar operations, and task management through both hand-written fallback tools and bridged OpenClaw SDK functionality.532MIT
- AlicenseNot gradedqualityCmaintenanceA zero-configuration MCP server enabling AI assistants to interact with Feishu (Lark) workspace through OAuth authentication, supporting document operations, content creation, and advanced file management.12 npmMIT
- FlicenseNot gradedqualityDmaintenanceAn MCP server that enables AI assistants to search, read, create, and update Feishu/Lark documents and wiki pages. It facilitates seamless document management and wiki searches through OAuth-authenticated API access.12 npm-
- AlicenseNot gradedqualityDmaintenanceOfficial MCP server for Feishu/Lark OpenAPI, enabling AI assistants to interact with Feishu/Lark platform for document processing, messaging, calendar scheduling, and more.7,520 npmMIT
- AlicenseAqualityBmaintenanceEnables AI clients to read, write, and search Feishu (Lark) documents, wiki pages, spreadsheets, and bitable records over MCP, with stdio or authenticated HTTP(S) transport.9229 npmMIT
TDQS
Scored across 36 tools
Most tools have distinct domain+resource targets, but wiki_create_node_with_markdown and doc_import overlap significantly (both import Markdown to wiki), and wiki_create_node vs wiki_create_node_with_markdown could confuse. The detailed descriptions help, but some boundary ambiguity remains.
All tools follow a consistent domain_verb_noun pattern in snake_case (e.g., bitable_create_app, wiki_list_nodes, im_send_message). Even longer names like wiki_move_docs_to_wiki retain the predictable prefix structure, with no mixed conventions.
With 36 tools, the set is heavy and exceeds the 25-tool threshold for appropriate count. The server is named wiki-mcp but includes many unrelated tools for IM, contacts, and bitable, making it feel over-scoped and broad rather than focused.
The core wiki lifecycle is well covered (list, get, create, move, copy, update title, delete), and document block operations add depth. However, there are notable gaps: no bitable delete record, no wiki node content update beyond title, and no full-document replacement, leaving some workflows incomplete.