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.
「コミュニケーション」の他のコンテンツ
WhatsApp MCP Server (TypeScript/Baileys)
jlucaso1WhatsApp MCP Server (TypeScript/Baileys)
Mcp Telegram
dryeabMCP Server for Telegram
MCP Communicator (Telegram)
qpd-vAn MCP server that enables communication with users through Telegram. This server provides a tool to ask questions to users and receive their responses via a Telegram bot.
MCP-Discord
barryyip0625Implement Discord MCP server enabling AI assistants to interact with the Discord platform.
Email sending MCP 💌
ykhliThe official MCP server to send emails and interact with Resend
コメント