by kone-net
A Model Context Protocol (MCP) server for integrating with Lark (Feishu) to automate tasks related to sheets, messages, and documents.
mcp_server_lark is a Model Context Protocol (MCP) server designed to interact with Lark (Feishu), a popular collaboration and office suite. It enables automation of tasks within Lark, specifically focusing on sheet, message, and document operations. The server acts as an intermediary, allowing external applications or systems to leverage Lark's functionalities through the MCP.
To use mcp_server_lark, you need to:
sheets:spreadsheet:readonly
for sheet operations.LARK_APP_ID
and LARK_APP_SECRET
with your application credentials.sheets:spreadsheet:readonly
is mentioned for sheet operations. Depending on your use case, additional permissions for messages or documents might be necessary.LARK_APP_ID
and LARK_APP_SECRET
?
These credentials are obtained when you create an application on the Lark Open Platform.write_excel
for sheets. Further tools might be developed for other document types.A Model Context Protocol server for Lark(Feishu) sheet, message, doc and etc.
The server offers one core tools now:
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
Reviews feature coming soon
Stay tuned for community discussions and feedback