by kone-net
Write data to Lark (Feishu) sheets, obtain shareable links, and integrate sheet operations into Model Context Protocol workflows.
Enables MCP‑based services to interact with Lark (Feishu) spreadsheets, allowing data to be written into sheets and returning a link for easy access.
sheets:spreadsheet:readonly
to the app.LARK_APP_ID=your_app_id
LARK_APP_SECRET=your_app_secret
"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"
}
}
}
sheets:spreadsheet:readonly
permission because it uses the app’s ability to create and share sheets on behalf of the user.write_excel
tool can map to rows and columns.write_excel
; the generated sheet is shared with that email, granting the recipient access.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.
Explore related MCPs that share similar capabilities and solve comparable challenges
by Skyvern-AI
Automates browser‑based workflows by leveraging large language models and computer‑vision techniques, turning natural‑language prompts into fully functional web interactions without writing custom scripts.
by ahujasid
Enables Claude AI to control Blender for prompt‑assisted 3D modeling, scene creation, and manipulation via a socket‑based Model Context Protocol server.
by PipedreamHQ
Connect APIs quickly with a free, hosted integration platform that enables event‑driven automations across 1,000+ services and supports custom code in Node.js, Python, Go, or Bash.
by elie222
Organizes email inbox, drafts replies in the user's tone, tracks follow‑ups, and provides analytics to achieve inbox zero quickly.
by grab
Enables Cursor AI to read and programmatically modify Figma designs through a Model Context Protocol integration.
by ahujasid
Enables Claude AI to control Ableton Live in real time, allowing AI‑driven creation, editing, and playback of tracks, clips, instruments, and effects through a socket‑based server.
by leonardsellem
Provides tools and resources to enable AI assistants to manage and execute n8n workflows via natural language commands.
by GongRzhe
Provides a Model Context Protocol server that enables AI assistants to send, read, search, and organize Gmail messages, supporting attachments, label and filter management, and automatic OAuth2 authentication.
by mario-andreschak
A unified platform that manages AI models, MCP servers, and complex workflows, offering secure key storage, visual flow building, and an interactive chat UI.