MCP.so
Sign In
Servers

Lark rs MCP

@hanxuanliang

lark rust mcp server

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.

Tags

More from Communication