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 💡
PostHog
Official PostHog MCP Server 🦔
@1mcp/agent
A unified Model Context Protocol server implementation that aggregates multiple MCP servers into one.
JavaFilesystem
An MCP server implemented in Java that provides filesystem operations (read, write, edit, search, list, grep, create directory, bash command) and web access tools (fetch webpage, extract HTML content) for Large Language Model agents.
mcp-replicate
A Model Context Protocol (MCP) server implementation that allows running Replicate AI models through a simple tool-based interface, enabling features like model search, prediction creation, and image handling.
bluesky-context-server
A Model Context Protocol (MCP) server that enables MCP clients like Claude Desktop to interact with Bluesky, allowing users to query profiles, search posts, and get timelines.
OpsLevel
OpsLevel is an internal developer portal that acts as an MCP server, providing real-time, unified context from your entire tech stack to power AI assistants and streamline software development.