drio
Open app

MCP Server My Lark Doc

Source

Catalog onlyCatalog onlySTDIO

Overview

MCP Server My Lark Doc is a Model Context Protocol server designed for searching and accessing Lark (Feishu) documents, including both Lark Docs and Wiki document types.

To use the MCP Server, install it using the command uvx mcp-server-my-lark-doc, configure your Lark application credentials, and set up the server in your environment.

  • Supports access to both Lark Doc and Wiki document types. - Automatic document type detection and ID extraction. - Returns raw content in text format for further processing. - Comprehensive error handling and reporting for authentication issues.
  1. Accessing and retrieving content from Lark documents for data analysis.
  2. Integrating Lark document access into other applications or workflows.
  3. Automating document content retrieval for reporting or documentation purposes.

Add to your AI client

Use these steps to connect MCP Server My Lark Doc in Cursor, Claude, VS Code, and other MCP-compatible apps. The same JSON appears in the Use with menu above for one-click copy.

Cursor

Add this to your .cursor/mcp.json file in your project root, then restart Cursor.

.cursor/mcp.json

{
  "mcpServers": {
    "mcp-server-my-lark-doc-t0ugh": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-mcp-server-my-lark-doc-t0ugh"
      ]
    }
  }
}

Claude Desktop

Add this server entry to the mcpServers object in your Claude Desktop config, then restart the app.

~/Library/Application Support/Claude/claude_desktop_config.json (macOS) or %APPDATA%\Claude\claude_desktop_config.json (Windows)

{
  "mcpServers": {
    "mcp-server-my-lark-doc-t0ugh": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-mcp-server-my-lark-doc-t0ugh"
      ]
    }
  }
}

Claude Code

Add this to your project's .mcp.json file. Claude Code will detect it automatically.

.mcp.json (project root)

{
  "mcpServers": {
    "mcp-server-my-lark-doc-t0ugh": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-mcp-server-my-lark-doc-t0ugh"
      ]
    }
  }
}

VS Code (Copilot)

Add this to your .vscode/mcp.json file. Requires the GitHub Copilot extension with MCP support enabled.

.vscode/mcp.json

{
  "servers": {
    "mcp-server-my-lark-doc-t0ugh": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-mcp-server-my-lark-doc-t0ugh"
      ]
    }
  }
}

Windsurf

Add this to your Windsurf MCP config file, then restart Windsurf.

~/.codeium/windsurf/mcp_config.json

{
  "mcpServers": {
    "mcp-server-my-lark-doc-t0ugh": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-mcp-server-my-lark-doc-t0ugh"
      ]
    }
  }
}

Cline

Open Cline settings, navigate to MCP Servers, and add this server configuration.

Cline MCP Settings (via UI)

{
  "mcpServers": {
    "mcp-server-my-lark-doc-t0ugh": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-mcp-server-my-lark-doc-t0ugh"
      ]
    }
  }
}

FAQ

How do I get my Lark App ID and App Secret?

You can obtain your Lark App ID and App Secret by creating an application in the Lark Open Platform.

What permissions does my Lark App need?

Your Lark App must have permissions for readonly access to wiki and document types.

What should I do if I encounter an error?

Check the error messages provided for troubleshooting steps, such as verifying your credentials or document URL format.7:["$","div",null,{"className":"container mx-auto flex flex-col gap-4","children":["$L26","$L27",["$","$L28",null,{"currentProject":{"id":2679,"uuid":"dae90c9b-d344-485f-a815-706ed1e52444","name":"mcp_server_my_lark_doc","title":"MCP Server My Lark Doc","description":"","avatar_url":"https://avatars.githubusercontent.com/u/33653960?v=4","created_at":"2025-03-13T09:35:06.609Z","updated_at":"2025-03-13T09:40:13.441Z","status":"created","author_name":"T0UGH","author_avatar_url":"https://avatars.githubusercontent.com/u/33653960?v=4","tags":"[]","category":"developer-tools","is_featured":false,"sort":1,"url":"https://github.com/T0UGH/mcp_server_my_lark_doc","target":"_self","content":"$29","summary":"$2a","img_url":null,"type":null,"metadata":"{\"star\":\"0\",\"license\":\"MIT license\",\"language\":\"Python\",\"is_official\":false,\"latest_commit_time\":\"2025-03-14 04:30:31\"}","user_uuid":null,"tools":null,"sse_url":null,"sse_provider":null,"sse_params":null,"is_official":false,"server_command":null,"server_params":null,"server_config":null,"allow_call":false,"is_innovation":false,"is_dxt":false,"dxt_manifest":null,"dxt_file_url":null,"is_audit":false},"randomProjects":[],"currentServerKey":"$undefined"}]]}]

MCP Server My Lark Doc — MCP Registry