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
Please log in to share your review and rating for this MCP.
Discover more MCP servers with similar functionality and use cases
by Skyvern-AI
Skyvern automates browser-based workflows using LLMs and computer vision, offering a robust solution for repetitive online tasks.
by PipedreamHQ
Connect APIs quickly, run event‑driven automations, and execute custom code in Node.js, Python, Go, or Bash on a hosted platform.
by czlonkowski
Provides AI assistants with structured access to n8n node documentation, properties, and operations, enabling automated workflow creation, validation, and management.
by executeautomation
mcp-playwright is a Model Context Protocol (MCP) server that enables large language models (LLMs) to perform browser automation and web scraping tasks using Playwright.
by browserbase
Provides cloud browser automation capabilities for LLMs, enabling web navigation, interaction, screenshot capture, and data extraction through Browserbase and Stagehand.
by haris-musa
excel-mcp-server is a Python-based Model Context Protocol (MCP) server that enables AI agents to programmatically create, read, and modify Excel files without requiring Microsoft Excel to be installed.
by mobile-next
Mobile-mcp is a Model Context Protocol (MCP) server designed for scalable mobile automation, app scraping, and development across iOS and Android devices, including physical devices, simulators, and emulators.
by anaisbetts
mcp-installer is an MCP server designed to automate the installation of other MCP servers, simplifying the process for users.
by leonardsellem
An MCP server that enables AI assistants to interact with n8n workflows through natural language.