← Index

io.github.EthanQC/feishu-user-plugin

io.github.EthanQC/feishu-user-plugin·v1.3.10·Other
Quality Score
85
/100

All-in-one Feishu/Lark MCP for Claude Code & Codex. 84 tools, 3 auth layers, send-as-user.

§01  Install
Claude Desktop (claude_desktop_config.json)
{
  "mcpServers": {
    "feishu-user-plugin": {
      "command": "npx",
      "args": [
        "-y",
        "feishu-user-plugin"
      ],
      "env": {
        "LARK_COOKIE": "<your-lark_cookie>",
        "LARK_APP_ID": "<lark_app_id>",
        "LARK_APP_SECRET": "<your-lark_app_secret>",
        "LARK_USER_ACCESS_TOKEN": "<your-lark_user_access_token>",
        "LARK_USER_REFRESH_TOKEN": "<your-lark_user_refresh_token>"
      }
    }
  }
}
Cursor (.cursor/mcp.json)
{
  "mcpServers": {
    "feishu-user-plugin": {
      "command": "npx",
      "args": [
        "-y",
        "feishu-user-plugin"
      ],
      "env": {
        "LARK_COOKIE": "<your-lark_cookie>",
        "LARK_APP_ID": "<lark_app_id>",
        "LARK_APP_SECRET": "<your-lark_app_secret>",
        "LARK_USER_ACCESS_TOKEN": "<your-lark_user_access_token>",
        "LARK_USER_REFRESH_TOKEN": "<your-lark_user_refresh_token>"
      }
    }
  }
}
Cline (cline_mcp_settings.json)
npx -y feishu-user-plugin
§02  Environment variables
LARK_COOKIE
secret

Feishu web session cookie. Required for user-identity messaging tools (send_to_user, send_as_user, etc).

LARK_APP_ID

Feishu Open Platform self-built app App ID (cli_xxxxxxxxxxxx). Required for Official API tools (docs, bitable, wiki, drive, calendar, tasks, OKR, group messaging).

LARK_APP_SECRET
secret

Feishu Open Platform self-built app App Secret. Used together with LARK_APP_ID.

LARK_USER_ACCESS_TOKEN
secret

User OAuth UAT for P2P chat reading and as user-owner on resource creation. Obtained via 'npx feishu-user-plugin oauth'.

LARK_USER_REFRESH_TOKEN
secret

Refresh token for UAT auto-renewal.

§03  MCP Quality Score  ·  methodology
freshness
25
completeness
10
installability
25
documentation
15
stability
10
§04  Alternatives in Other