Lark rs MCP
@hanxuanliang
About Lark rs MCP
lark rust mcp server
Basic information
Config
Add this server to your MCP-compatible client using the configuration below.
{
"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>"
}
}
}
}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 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.
More Communication MCP servers
Slack MCP Server
korotovskyThe most powerful MCP Slack Server with no permission requirements, Apps support, GovSlack, DMs, Group DMs and smart history fetch logic.
Discord MCP Server
hanwegMCP server for discord bot
MCP-Discord
barryyip0625Implement Discord MCP server enabling AI assistants to interact with the Discord platform.
Discord Mcp
SaseQA MCP server for the Discord integration. Enable your AI assistants to seamlessly interact with Discord. Enhance your Discord experience with powerful automation capabilities.
mcp-email-server
ai-zerolabIMAP and SMTP via MCP Server
Comments