io.github.EthanQC/feishu-user-plugin✓
io.github.EthanQC/feishu-user-plugin · v1.3.11
{}server.json
The full server descriptor as registered with IndusMCP.
{
"$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
"name": "io.github.EthanQC/feishu-user-plugin",
"description": "All-in-one Feishu/Lark MCP for Claude Code & Codex. 84 tools, 3 auth layers, send-as-user.",
"repository": {
"url": "https://github.com/EthanQC/feishu-user-plugin",
"source": "github"
},
"version": "1.3.11",
"packages": [
{
"registryType": "npm",
"identifier": "feishu-user-plugin",
"version": "1.3.11",
"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"
}
]
}
],
"_meta": {
"dev.indusmcp/source": "official-registry-mirror",
"dev.indusmcp/synced": "2026-05-12"
}
}