MCP ExplorerExplorer

Mcp Server Lark

@kone-neton 10 months ago
1 MIT
FreeCommunity
AI Systems
MCP Server for Lark enables writing data to Lark sheets and sharing links.

Overview

What is Mcp Server Lark

mcp_server_lark is a Model Context Protocol server designed for Lark (Feishu) that facilitates interaction with various features such as sheets, messages, and documents.

Use cases

Use cases include automating data entry into Lark (Feishu) sheets, integrating Lark (Feishu) with other applications for enhanced productivity, and facilitating collaborative projects that require real-time data updates.

How to use

To use mcp_server_lark, create a Lark (Feishu) app on the Lark Open Platform, apply the necessary permissions, and configure the server with your app ID and secret in the environment variables.

Key features

Key features include the ability to write data to a Lark (Feishu) sheet and return a link, requiring an email for access.

Where to use

mcp_server_lark can be used in various fields that require data management and collaboration, particularly in environments utilizing Lark (Feishu) for team communication and document sharing.

Content

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

Tools

No tools

Comments

Recommend MCP Servers

View All MCP Servers