Odel
feishu user plugin

feishu user plugin

Local
@ethanqc8JavaScriptMITUpdated 1mo ago

Feishu/Lark MCP server + CLI tool. 85 tools, 3 auth layers. Send as user via cookie+protobuf.

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

npmfeishu-user-pluginv1.3.14

Run

npx -y feishu-user-plugin

MCP client config

{
  "mcpServers": {
    "feishu-user-plugin": {
      "command": "npx",
      "args": [
        "-y",
        "feishu-user-plugin"
      ]
    }
  }
}