A Model Context Protocol server for Lark(Feishu) sheet, message, doc and etc.
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.
Visit the Lark Open Platform: https://open.larkoffice.com/app
sheets:spreadsheet:readonly
LARK_APP_ID=your_app_id
LARK_APP_SECRET=your_app_secret
# Add the server to your host
"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"
}
}
}
MIT License