Lark Mcp Server
@larksuite
关于 Lark Mcp Server
暂无概览
基本信息
配置
使用下面的配置,将此服务器添加到你的 MCP 客户端。
{
"mcpServers": {
"lark-mcp": {
"command": "npx",
"args": [
"-y",
"@larksuiteoapi/lark-mcp",
"mcp",
"-a",
"<your_app_id>",
"-s",
"<your_app_secret>",
"-u",
"<your_user_token>"
]
}
}
}工具
未检测到工具
工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。
概览
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.
沟通协作 分类下的更多 MCP 服务器
Discord MCP Server
hanwegMCP server for discord bot
MCP-Discord
barryyip0625Implement Discord MCP server enabling AI assistants to interact with the Discord platform.
Mcp Telegram
dryeabMCP Server for Telegram
MCP Email Server
Shy2593666979一个基于 MCP (Model Context Protocol) 的邮件服务,支持 LLM 发送带附件的电子邮件及在指定目录中搜索文件。提供安全的 SMTP 传输、多收件人支持和附件模式匹配搜索功能,适用于 Gmail、Outlook、Yahoo、QQ 邮箱和网易 126 邮箱等主流邮箱服务。
MCP Headless Gmail Server
baryhuangA MCP (Model Context Protocol) server that provides get, send Gmails without local credential or token setup.
评论