Lark Mcp Server
@larksuite
About Lark Mcp Server
No overview available yet
Basic information
Config
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"lark-mcp": {
"command": "npx",
"args": [
"-y",
"@larksuiteoapi/lark-mcp",
"mcp",
"-a",
"<your_app_id>",
"-s",
"<your_app_secret>",
"-u",
"<your_user_token>"
]
}
}
}Tools
No tools detected
We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.
Overview
What is Lark Mcp Server?
Lark Mcp Server is an official MCP (Model Context Protocol) tool that encapsulates Feishu/Lark Open Platform APIs as MCP tools, enabling AI assistants to directly call Feishu/Lark interfaces for document processing, conversation management, calendar scheduling, and other automation tasks. It supports both App Access Token and User Access Token authentication, along with stdio and SSE transport modes.
How to use Lark Mcp Server?
Install the package globally (npm install -g @larksuiteoapi/lark-mcp), then configure an MCP client (e.g., Cursor or Claude) with a JSON block specifying the command and App credentials. Alternatively, use environment variables or a config file. Customize behavior via command-line parameters to select tools, domain, language, transport mode, token, and tool name format.
Key features of Lark Mcp Server
- Complete Feishu/Lark API toolkit covering core functional areas
- Dual authentication: App Access Token and User Access Token
- Two transport protocols: stdio (default) and SSE (HTTP)
- Flexible tool selection via
--toolsparameter - Supports Feishu China version and Lark international domain
- Multiple configuration methods: CLI arguments, environment variables, config file
Use cases of Lark Mcp Server
- Automate document creation, search, and import in Feishu/Lark Wiki
- Send and list messages, manage group chats and members
- Create and manage Bitable apps, tables, fields, and records
- Schedule and query calendar events programmatically
- Add collaborator permissions to documents
FAQ from Lark Mcp Server
How do I integrate Lark Mcp Server with Cursor or Claude?
Add a JSON block to your MCP configuration specifying "command": "npx", "args": ["-y", "@larksuiteoapi/lark-mcp", "mcp", "-a", "<app_id>", "-s", "<app_secret>"]. Optionally include a user access token with -u.
Can I use Lark Mcp Server with the Lark international version?
Yes, use the -d parameter to set the API domain, e.g., -d https://open.larksuite.com for the international version.
What transport modes are supported?
Stdio mode (default) for integration with AI tools, and SSE mode for web applications. SSE requires -m sse and optionally --host and -p for network binding.
Which APIs are enabled by default?
The default set includes 18 tools covering chat, message, Wiki, document, permission, and Bitable operations. You can limit or extend the tool list with the -t parameter.
How do I call APIs as a specific user?
Pass a User Access Token via the -u parameter (or --user-access-token). Tokens can be obtained through the Feishu/Lark Open Platform authorization process.
More Communication MCP servers
PhonePi MCP: Turn your phone into a toolbox for AI assistants using Model Context Protocol
priyankarkPhonePi MCP enables seamless integration between desktop AI tools and your smartphone, providing 23+ direct actions including SMS messaging, phone calls, contact management, snippet creation and search, clipboard sharing, notifications, battery status checks, and remote device co
Twilio MCP Monorepo
twilio-labsMonorepo providing 1) OpenAPI to MCP Tool generator 2) Exposing all of Twilio's API as MCP Tools
Outlook MCP Server
Wallisking1991mcp-email-server
ai-zerolabIMAP and SMTP via MCP Server
Slack MCP Server
korotovskyThe most powerful MCP Slack Server with no permission requirements, Apps support, GovSlack, DMs, Group DMs and smart history fetch logic.
Comments