← Back to Plugins
MCP Server MCP

io.github.zhuzhen-team/feishu-user-plugin

github By github 👁 2 views ▲ 0 votes

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

Homepage Verified source GitHub

Install

npx -y [email protected]

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "npm",
      "identifier": "feishu-user-plugin",
      "version": "1.4.1",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "Feishu web session cookie. Required for user-identity messaging tools (send_to_user, send_as_user, etc).",
          "isSecret": true,
          "name": "LARK_COOKIE"
        },
        {
          "description": "Feishu Open Platform self-built app App ID (cli_xxxxxxxxxxxx). Required for Official API tools (docs, bitable, wiki, drive, calendar, tasks, OKR, group messaging).",
          "name": "LARK_APP_ID"
        },
        {
          "description": "Feishu Open Platform self-built app App Secret. Used together with LARK_APP_ID.",
          "isSecret": true,
          "name": "LARK_APP_SECRET"
        },
        {
          "description": "User OAuth UAT for P2P chat reading and as user-owner on resource creation. Obtained via 'npx feishu-user-plugin oauth'.",
          "isSecret": true,
          "name": "LARK_USER_ACCESS_TOKEN"
        },
        {
          "description": "Refresh token for UAT auto-renewal.",
          "isSecret": true,
          "name": "LARK_USER_REFRESH_TOKEN"
        }
      ]
    }
  ]
}
mcp model-context-protocol npm

Comments

Sign in to leave a comment

Loading comments...