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.
lark-mcp vs. lark-openapi-mcp (official)
Larksuite publishes an official MCP server: @larksuiteoapi/lark-mcp. Both connect Claude to Lark, but they solve different problems.
lark-mcp (this repo) | lark-openapi-mcp (official) | |
Setup | No Lark App required | Requires App ID + App Secret from Lark Developer Console |
Credentials in MCP config | None — lark-cli OAuth token store handles auth | Yes — App ID and Secret embedded in config |
Config shareable with teammates | Safe to commit and share | Exposes credentials if shared |
Scope | Read-only, 5 tools | Read + write, 700+ tools |
Identity | Personal user (your own account) | Bot identity or user OAuth |
Best for | Individuals who already use lark-cli and want zero-config MCP | Teams building automations, bots, or needing full API coverage |
Choose lark-mcp when: you use lark-cli day-to-day and want Claude to read your Lark content with no credential management.
Choose lark-openapi-mcp when: you need write operations, full API coverage, or are building a team-level integration.
Related MCP server: notion-mcp-server
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 |
| 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.
Related MCP Servers
- Flicense-qualityDmaintenanceConnects Claude Desktop to Google Drive, allowing Claude to access and interact with your Drive files and folders securely through OAuth authentication.Last updated1
- Alicense-qualityDmaintenanceEnables Claude Desktop to read and create Notion pages with markdown formatting support.Last updated1,684MIT
- AlicenseAqualityCmaintenanceConnects Claude Desktop to an Obsidian vault, enabling reading, searching, capturing ideas, and managing notes through natural language.Last updated219MIT
- Alicense-qualityCmaintenanceIntegrates Confluence with Claude Desktop, enabling natural language search, content retrieval, and space navigation for Confluence documentation.Last updated510MIT
Related MCP Connectors
Connect your team's living knowledge base — docs, data, issues, CRM — to Claude and ChatGPT.
Connect Claude to Fathom meeting recordings, transcripts, and summaries
WHOOP recovery, strain, sleep and workouts in Claude via official WHOOP OAuth. Free, open source.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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