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
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
# 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"
}
}
}
License
MIT License
Recommend MCP Servers 💡
@scrapezy/mcp
A MCP server for Scrapezy enabling AI models to extract structured data from websites
viso-mcp
An MCP server integrating VISO TRUST API capabilities with AI assistants, providing tools for assessments, audit logs, business cases, data types, intelligent query response (IQR), relationships, and webhooks.
dschuler36/reaper-mcp-server
An MCP server connecting Reaper projects to MCP clients like Claude Desktop, enabling queries via project-finding and parsing tools.
teamretro-mcp-server
Model Context Protocol (MCP) server for TeamRetro integration
mcp-server-perplexity
MCP Server for the Perplexity API.
advanced-backlog-mcp-server
An MCP server for interacting with Backlog, a project management tool, providing tools to query and manage Backlog resources.