Lark rs MCP
@hanxuanliang
Lark rs MCP について
lark rust mcp server
基本情報
設定
以下の設定を使って、このサーバーを MCP 対応クライアントに追加してください。
{
"mcpServers": {
"larkrs-mcp": {
"command": "/Users/code/mcp/larkrs-mcp/target/debug/larkrs-mcp",
"env": {
"FEISHU_APP_ID": "<your-app-id>",
"FEISHU_APP_SECRET": "<your-app-secret>"
}
}
}
}ツール
ツールは検出されませんでした
ツールは README から自動的に抽出されます。メンテナーは ## Tools という見出しの下に記載することで、このタブに反映できます。
概要
What is Lark rs MCP?
Lark rs MCP is a server that implements the Model Context Protocol (MCP) to integrate with Feishu (Lark) APIs. It enables AI models to interact with Feishu services, specifically reading metadata and content from multidimensional tables and batch-creating records. It is designed for developers and AI applications that need to access Feishu data through the MCP standard.
How to use Lark rs MCP?
Clone the repository, then compile with cargo build. Point the MCP client's command to the compiled binary path. At runtime, set environment variables following the .env.example format for Feishu authentication. Currently only STDIO mode is supported, and the server has been tested with the Chatwise client.
Key features of Lark rs MCP
- Reads metadata and content from Feishu multidimensional tables
- Supports batch creation of records in multidimensional tables
- Communicates via STDIO (standard input/output) only
- Written in Rust for performance and reliability
Use cases of Lark rs MCP
- Connect AI assistants to Feishu table data for real‑time queries
- Automate bulk record creation in Feishu from AI‑driven workflows
- Enable chatbots to retrieve and display structured Feishu content
FAQ from Lark rs MCP
What Feishu features does Lark rs MCP support?
Currently it supports reading metadata and content from multidimensional tables and creating records in batch.
What transport mode does Lark rs MCP use?
Only STDIO mode is supported, suitable for CLI and embedded application scenarios.
How do I configure and run Lark rs MCP?
Clone the repository, compile with cargo build, set the binary path in your MCP client, and provide environment variables for Feishu authentication as shown in .env.example.
「コミュニケーション」の他のコンテンツ
Mattermost MCP Server
pvevMattermost MCP server to enable Claude to interact with Mattermost Workspaces
Telegram MCP server
chaindeadTelegram MCP for managing dialogs, messages, drafts, read statuses, and more.
MCP Email Server
Shy2593666979一个基于 MCP (Model Context Protocol) 的邮件服务,支持 LLM 发送带附件的电子邮件及在指定目录中搜索文件。提供安全的 SMTP 传输、多收件人支持和附件模式匹配搜索功能,适用于 Gmail、Outlook、Yahoo、QQ 邮箱和网易 126 邮箱等主流邮箱服务。
Email sending MCP 💌
ykhliThe official MCP server to send emails and interact with Resend
Telegram MCP Server
chigwellTelegram MCP server powered by Telethon to let MCP clients read chats, manage groups, and send/modify messages, media, contacts, and settings.
コメント