Skip to content

feishu user plugin for Zed

io.github.ethanqc/feishu-user-plugin

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

client:Zed transport:stdio runtime:npm

Install feishu user plugin in Zed

~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "context_servers": {
    "feishu-user-plugin": {
      "command": "npx",
      "args": [
        "-y",
        "feishu-user-plugin"
      ],
      "env": {
        "LARK_COOKIE": "<LARK_COOKIE>",
        "LARK_APP_ID": "<LARK_APP_ID>",
        "LARK_APP_SECRET": "<LARK_APP_SECRET>",
        "LARK_USER_ACCESS_TOKEN": "<LARK_USER_ACCESS_TOKEN>",
        "LARK_USER_REFRESH_TOKEN": "<LARK_USER_REFRESH_TOKEN>"
      }
    }
  }
}

Merge this into your existing settings object — do not replace the file. Zed docs

feishu user plugin in other clients