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 💡
mcp-naver
A server implementation for Naver OpenAPI using the Model Context Protocol (MCP), providing tools to interact with various Naver services like search, shopping, and more.
edgeone-geo-mcp-server
An MCP server that integrates with EdgeOne Pages Functions to retrieve user geolocation information for large language models.
websearch-mcp
An MCP server providing web search capabilities over stdio transport
@spacholski1225/anki-connect-mcp
An MCP server that integrates with Anki through the AnkiConnect add-on, allowing AI assistants to programmatically manage flashcards, decks, and notes.
mgd1984/cursor-rules
An MCP server providing a template for Cursor Rules to offer consistent guidance for Next.js applications with TypeScript, hosted on gitmcp.io.
yamcp
A command-line tool for organizing and managing MCP servers as local workspaces, exposing them as a unified MCP gateway for AI applications.