Feishu/Lark MCP server + CLI tool. tools, 3 auth layers. Send as user via cookie+protobuf.
Use this profile to copy client config, check auth requirements, review tools and resources, and compare related MCP servers before adding it to an AI client.
Get practical integration notes and launch examples for MCP servers like feishu-user-plugin.
npx -y feishu-user-plugin{
"LARK_COOKIE": "YOUR_SECRET_VALUE",
"LARK_APP_ID": "YOUR_VALUE_HERE",
"LARK_APP_SECRET": "YOUR_SECRET_VALUE",
"LARK_USER_ACCESS_TOKEN": "YOUR_SECRET_VALUE",
"LARK_USER_REFRESH_TOKEN": "YOUR_SECRET_VALUE"
}Add this server entry to the mcpServers object in your Claude Desktop config, then restart the app.
{
"mcpServers": {
"io-github-zhuzhen-team-feishu-user-plugin": {
"command": "npx",
"args": [
"-y",
"feishu-user-plugin"
],
"env": {
"LARK_COOKIE": "YOUR_SECRET_VALUE",
"LARK_APP_ID": "YOUR_VALUE_HERE",
"LARK_APP_SECRET": "YOUR_SECRET_VALUE",
"LARK_USER_ACCESS_TOKEN": "YOUR_SECRET_VALUE",
"LARK_USER_REFRESH_TOKEN": "YOUR_SECRET_VALUE"
}
}
}
}~/Library/Application Support/Claude/claude_desktop_config.json%APPDATA%\Claude\claude_desktop_config.jsonNo remote HTTP endpoint is advertised. Use the package or stdio setup shown in Install.
feishu-user-plugin is an MCP server for Feishu/Lark MCP server + CLI tool. tools, 3 auth layers. Send as user via cookie+protobuf.. It supports STDIO transport.
Use the generated config in Install. This server runs with npx -y feishu-user-plugin; add any required environment variables before starting your client.
Choose the Claude Desktop tab in Install and copy the config for npx -y feishu-user-plugin. Add required environment variables before starting Claude Desktop.
Choose the Claude Code tab in Install and copy the config for npx -y feishu-user-plugin. Add required environment variables before starting Claude Code.
Choose the Codex tab in Install and copy the config for npx -y feishu-user-plugin. Add required environment variables before starting Codex.
Choose the Cursor or VS Code tab in Install and copy the config for npx -y feishu-user-plugin. Add required environment variables before starting Cursor or VS Code.
feishu-user-plugin uses STDIO transport. Use the package or command config in Install.
feishu-user-plugin inventory is listed when the MCP endpoint exposes tools, resources, or prompts. Some servers require auth first.
feishu-user-plugin does not advertise a verified auth requirement. If discovery fails, it may still need provider login, an API key, a bearer token, or a session header.
| Package | Registry | Version | Inputs |
|---|---|---|---|
feishu-user-pluginstdio | npm | 1.3.16 | Env: LARK_COOKIE secret Env: LARK_APP_ID Env: LARK_APP_SECRET secret Env: LARK_USER_ACCESS_TOKEN secret Env: LARK_USER_REFRESH_TOKEN secret |