1. Conduid
  2. Developer Tools
  3. Lark(Feishu)
MCP server · Developer Tools

Lark(Feishu)

A Model Context Protocol server for Lark(Feishu) sheet, message, doc and etc.

Unclaimed last commit a year ago other
41Fair

Scored 4 months ago · breakdown

About Lark(Feishu)

Lark(Feishu) is an MCP server published by kone-net in the Developer Tools category: a Model Context Protocol server for Lark(Feishu) sheet, message, doc and etc. It has been installed 0 times through Conduid.

The repository has 2 stars and 1 forks, with the last commit a year ago. Six months or more without a commit doesn't mean the server is broken, but check the open issues (0) before depending on it in production.

Install

Install
npx mcp-server-lark

This server has no ConduID identity, so agent calls to it are not receipted. Pin the version you install and review the source before granting it credentials.

Ask AI

Ask AI about Lark(Feishu)

Powered by Claude · Grounded in docs

I know everything about Lark(Feishu). Ask me about installation, configuration, usage, or troubleshooting.

Security checks

  • ·README presentNot checked yet.
  • ·License declaredNot checked yet.
  • ·Tests presentNot checked yet.
  • ·Dependencies pinnedNot checked yet.
  • ·No dynamic code executionNot checked yet.
  • !Scoped permissionsDoesn't declare a permission scope. Assume it can do anything its process can.

README

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

README mirrored from the source repository 4 months ago. The original is authoritative.

Questions

About Lark(Feishu)

How do I install Lark(Feishu)?

Run npx mcp-server-lark, then add the server to your MCP client's configuration. Conduid has recorded 0 installs, so the command is known to work with current clients.

Is Lark(Feishu) safe to use with an AI agent?

Its trust score is 41 out of 100 (fair). It passes 0 of 1 static security checks; the failures are listed above. It has no ConduID identity yet, so agent calls to it are not receipted.

Is Lark(Feishu) still maintained?

The last commit was a year ago, with 0 open issues. That's long enough that you should check whether the maintainer is responding to issues before depending on it.