A Model Context Protocol server for Lark(Feishu) sheet, message, doc and etc.
Created 3 months ago
A Model Context Protocol server for Lark(Feishu) sheet, message, doc and etc.
development
documentation
public
What is A Model Context Protocol server for Lark(Feishu) sheet, message, doc and etc.?
MCP Server For Lark (Feishu) is a server that allows interaction with Lark(Feishu) sheets, messages, documents, and more. It provides tools to write data to a sheet and return a link, requiring an email for access.
Documentation
MCP Server For Lark (Feishu)
A Model Context Protocol server for Lark(Feishu) sheet, message, doc and etc.
Tools
The server offers one core tools now:
- write_excel
- Write data to a sheet in a Lark(Feishu) sheet and return a link.
- Need to provide a email to add access.
Configuration\n\n## 1. Create a Lark(Feishu) app
Visit the Lark Open Platform: https://open.larkoffice.com/app
2. Apply Permissions for the App
sheets:spreadsheet:readonly
3. Environment Variables
LARK_APP_ID=your_app_id
LARK_APP_SECRET=your_app_secret
Usage
"mcpServers": {
"mcpServerLark": {
"description": "MCP Server For Lark(Feishu)",
"command": "uvx",
"args": [
"parent_of_servers_repo/servers/src/mcp_server_lark"
],
"env": {
"LARK_APP_ID": "xxx",
"LARK_APP_SECRET": "xxx"
}
}
}
License
MIT License
Server Config
{
"mcpServers": {
"a-model-context-protocol-server-for-lark(feishu)-sheet,-message,-doc-and-etc.-server": {
"command": "npx",
"args": [
"a-model-context-protocol-server-for-lark(feishu)-sheet,-message,-doc-and-etc."
]
}
}
}
Links & Status
Project Info
Hosted
Featured
Created At:
Aug 08, 2025
Updated At:
Aug 08, 2025
Author:
Unknown
Category:
License:
MIT License
Tags:
development
documentation
public