mcp_server_my_lark_doc

mcp_server_my_lark_doc

3.2

If you are the rightful owner of mcp_server_my_lark_doc and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.

A Model Context Protocol server for searching and accessing Lark (Feishu) documents.

The MCP Server My Lark Doc is designed to facilitate seamless access and retrieval of document content from Lark (Feishu) platforms. It supports both Lark Doc and Wiki document types, automatically handling document type detection and ID extraction. The server ensures secure access through OAuth-based user authentication, managing token refresh and expiration. It also provides comprehensive error handling, offering clear feedback for invalid document URLs and detailed error messages for troubleshooting. The server is easily configurable with environment variables for Lark application credentials and OAuth callback server settings.

Features

  • Document Content Access: Supports both Lark Doc and Wiki document types, automatically handles document type detection and ID extraction, and returns raw content in text format for LLM processing.
  • Authentication: OAuth-based user authentication with automatic token refresh and expiration management, and customizable OAuth callback server.
  • Error Handling: Comprehensive error reporting for authentication issues, clear feedback for invalid document URLs, and detailed error messages for troubleshooting.

Tools

  1. get_lark_doc_content

    Retrieve document content from Lark. Supports Doc and Wiki URLs.

  2. search_wiki

    Search documents in Lark Wiki with options for query and page size.