lark-mcp
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@lark-mcpList all pages in my team wiki"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
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.
Related MCP server: Claude RAG MCP Pipeline
Available Tools
Tool | Description |
| List all wiki spaces (e.g. your-lark-wiki-name) |
| List pages inside a wiki space |
| Read a wiki page's content by URL |
| Read a document by its obj_token |
| Search Lark messages |
Installation
Prerequisites
1. Clone this repo
git clone https://github.com/yyu0310/lark-mcp.git
cd lark-mcp2. Install dependencies
npm install3. 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 |
Scope | Read-only. All five tools are read operations, no writes. |
Config shareable | Yes. |
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 loginwhen it does.MCP is only supported in Claude Desktop App. The claude.ai web app does not support MCP.
im:chat:create_by_userandim:feed.flagscopes may not be granted by your organization. This does not affect read access.
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Latest Blog Posts
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/yyu0310/lark-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server