lark-mcp

lark-mcp

Connects Claude Desktop App to your Lark workspace, enabling Claude to read wiki pages, documents, and messages directly.

Category
Visit Server

README

lark-mcp

Connects Claude Desktop App to your Lark workspace, enabling Claude to read wiki pages, documents, and messages directly.

Built on top of lark-cli by Larksuite.


What is MCP

MCP (Model Context Protocol) is a standard that lets Claude connect to external tools and data sources.

Without MCP, Claude can only work with what you type into the chat. With MCP, Claude can actively fetch external data, such as reading Lark documents or searching Lark messages, and incorporate the results into its responses.

With this MCP server, when you ask Claude "What's in the your-lark-wiki-name?", Claude will call the Lark API automatically and return the content without you needing to copy and paste anything.


Available Tools

Tool Description
lark_wiki_spaces List all wiki spaces (e.g. your-lark-wiki-name)
lark_wiki_nodes List pages inside a wiki space
lark_wiki_read Read a wiki page's content by URL
lark_doc_read Read a document by its obj_token
lark_im_search Search Lark messages

Installation

Prerequisites

1. Clone this repo

git clone https://github.com/yyu0310/lark-mcp.git
cd lark-mcp

2. Install dependencies

npm install

3. Install Lark CLI and authenticate

npx @larksuite/cli@latest install
lark-cli auth login --domain wiki,docs,drive,im --no-wait --json
# Open the verification URL, then run:
lark-cli auth login --device-code <code>

Note: Contact your workspace admin to obtain the Lark App ID and App Secret, or create your own app in the Lark Developer Console and request admin approval.

4. Configure Claude Desktop App

Open ~/Library/Application Support/Claude/claude_desktop_config.json and add:

{
  "mcpServers": {
    "lark": {
      "command": "node",
      "args": ["/Users/yourname/lark-mcp/server.js"]
    }
  }
}

Replace the path with the actual location of the folder on your machine.

5. Restart Claude Desktop App

Go to Settings → Developer and confirm that lark shows status running.


Example Prompts

  • "List all pages in your-lark-wiki-name"
  • "Read the content of Important Materials"
  • "Search Lark messages about [keyword]"

Auth & Scope

Auth Managed by lark-cli's OAuth token store. Nothing in the MCP config.
Scope Read-only. All five tools are read operations, no writes.
Config shareable Yes. claude_desktop_config.json contains only command and args, no secrets.
Trust boundary Claude Desktop App → lark-mcp (local process) → lark-cli → Lark API

Known Limitations

  • Auth token expires after 7 days. Re-run lark-cli auth login when it does.
  • MCP is only supported in Claude Desktop App. The claude.ai web app does not support MCP.
  • im:chat:create_by_user and im:feed.flag scopes may not be granted by your organization. This does not affect read access.

Recommended Servers

playwright-mcp

playwright-mcp

A Model Context Protocol server that enables LLMs to interact with web pages through structured accessibility snapshots without requiring vision models or screenshots.

Official
Featured
TypeScript
Magic Component Platform (MCP)

Magic Component Platform (MCP)

An AI-powered tool that generates modern UI components from natural language descriptions, integrating with popular IDEs to streamline UI development workflow.

Official
Featured
Local
TypeScript
Audiense Insights MCP Server

Audiense Insights MCP Server

Enables interaction with Audiense Insights accounts via the Model Context Protocol, facilitating the extraction and analysis of marketing insights and audience data including demographics, behavior, and influencer engagement.

Official
Featured
Local
TypeScript
VeyraX MCP

VeyraX MCP

Single MCP tool to connect all your favorite tools: Gmail, Calendar and 40 more.

Official
Featured
Local
graphlit-mcp-server

graphlit-mcp-server

The Model Context Protocol (MCP) Server enables integration between MCP clients and the Graphlit service. Ingest anything from Slack to Gmail to podcast feeds, in addition to web crawling, into a Graphlit project - and then retrieve relevant contents from the MCP client.

Official
Featured
TypeScript
Kagi MCP Server

Kagi MCP Server

An MCP server that integrates Kagi search capabilities with Claude AI, enabling Claude to perform real-time web searches when answering questions that require up-to-date information.

Official
Featured
Python
E2B

E2B

Using MCP to run code via e2b.

Official
Featured
Neon Database

Neon Database

MCP server for interacting with Neon Management API and databases

Official
Featured
Exa Search

Exa Search

A Model Context Protocol (MCP) server lets AI assistants like Claude use the Exa AI Search API for web searches. This setup allows AI models to get real-time web information in a safe and controlled way.

Official
Featured
Qdrant Server

Qdrant Server

This repository is an example of how to create a MCP server for Qdrant, a vector search engine.

Official
Featured