Lark(Feishu) MCP Server
MCP server for working with spreadsheets, messages, documents, and other Lark(Feishu) capabilities, providing integration with Lark productivity tools.
Get this MCP server
MCP server for working with spreadsheets, messages, documents, and other Lark(Feishu) capabilities, providing integration with Lark productivity tools.
Installation
UVX
uvx parent_of_servers_repo/servers/src/mcp_server_lark
Configuration
MCP Server Configuration
"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"
}
}
}
Available Tools
| Tool | Description |
|---|---|
write_excel |
Writes data to a Lark(Feishu) spreadsheet and returns a link. An email must be provided to add... |
Features
- Writing data to Lark(Feishu) spreadsheets
- Creating shared access links to spreadsheets
- Access control through email permissions
- Integration with Lark Open Platform
Environment Variables
Required
LARK_APP_ID- Your Lark application ID from Lark Open PlatformLARK_APP_SECRET- Your Lark application secret key from Lark Open Platform
Notes
Requires creating a Lark(Feishu) application at https://open.larkoffice.com/app and obtaining the 'sheets:spreadsheet:readonly' permission. MIT License.