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 💡
Bright Data MCP Server
Bright Data MCP Server enables LLMs, AI agents, and apps to access, search, crawl, and navigate real-time web data without getting blocked.
Storyblok MCP
An MCP implementation for Storyblok that enables managing components using natural language descriptions.
mcp-scholarly
A Model Context Protocol (MCP) server designed to search for accurate academic articles, primarily from sources like arXiv, to provide relevant context for large language models.
tritlo/lsp-mcp
An MCP server that lets you interact with LSP servers
Notion MCP Server
A comprehensive MCP server for Notion integration, offering advanced content management, analytics, bulk operations, and robust production-ready features.
@razvanmacovei/k8s-multicluster-mcp
An MCP server for Kubernetes operations, providing a standardized API to interact with multiple Kubernetes clusters using multiple kubeconfig files.