Content
# Lark rs MCP
The Feishu MCP server is a service based on MCP that provides Feishu API integration, allowing AI models to easily interact with Feishu services.
## Features
- Multi-dimensional Tables: Read multi-dimensional table metadata and content, providing the ability to create records in bulk.
- Multi-mode Support: Currently only supports STDIO mode.
- STDIO: Communicates via standard input/output, suitable for CLI environments and integration into other applications.
## Configuration
> Currently only supports verifying the operation in chatwise.
First, clone this project to your local machine:
```bash
cd /path/to/your/project
git clone https://github.com/your-repo/larkrs-mcp.git
```
Then compile the project using `cargo build`:
```bash
cd larkrs-mcp
cargo build
```
Directly copy the path of the compiled product into the MCP client command, for example:

At runtime, write your environment variables in the format of `.env.example` for verifying Feishu identity.
Connection Info
You Might Also Like
Git
Model Context Protocol Servers
TrendRadar
🎯 Say goodbye to information overload. AI helps you understand news hotspots...
repomix
📦 Repomix is a powerful tool that packs your entire repository into a...
Mastra
The TypeScript AI agent framework. ⚡ Assistants, RAG, observability....
Blender
BlenderMCP integrates Blender with Claude AI for enhanced 3D modeling.
cua
Open-source infrastructure for Computer-Use Agents. Sandboxes, SDKs, and...