feishu-user-plugin
About
Feishu/Lark MCP server + CLI tool. 85 tools, 3 auth layers. Send as user via cookie+protobuf.
Use this server
Add it to your MCP client. The catalogue lists this config verbatim from its source — it does not run, download, or vouch for the server. Review the command before you run it.
Transportstdio (runs a local command)
Env vars
LARK_COOKIE LARK_APP_ID LARK_APP_SECRET LARK_USER_ACCESS_TOKEN LARK_USER_REFRESH_TOKENClaude Code
claude mcp add --env LARK_COOKIE= --env LARK_APP_ID= --env LARK_APP_SECRET= --env LARK_USER_ACCESS_TOKEN= --env LARK_USER_REFRESH_TOKEN= feishu-user-plugin -- npx feishu-user-plugin
Cursor
If the button doesn't open Cursor, use the JSON below — Cursor accepts the same mcpServers config.
VS Code
code --add-mcp '{"name":"feishu-user-plugin","command":"npx","args":["feishu-user-plugin"],"env":{"LARK_COOKIE":"","LARK_APP_ID":"","LARK_APP_SECRET":"","LARK_USER_ACCESS_TOKEN":"","LARK_USER_REFRESH_TOKEN":""}}'
JSON
{
"mcpServers": {
"feishu-user-plugin": {
"command": "npx",
"args": [
"feishu-user-plugin"
],
"env": {
"LARK_COOKIE": "",
"LARK_APP_ID": "",
"LARK_APP_SECRET": "",
"LARK_USER_ACCESS_TOKEN": "",
"LARK_USER_REFRESH_TOKEN": ""
}
}
}
}
Environment variables are listed by name only — fill in your own values. Entries never carry secrets.