feishu-user-plugin
Rank #17,020io.github.zhuzhen-team/feishu-user-plugin
Feishu/Lark MCP server + CLI tool. 85 tools, 3 auth layers. Send as user via cookie+protobuf.
feishu-user-plugin is a Model Context Protocol (MCP) server published by zhuzhen-team. It ranks #17,020 of 132,113 servers tracked on MCP Toplist, and its repository has 10 GitHub stars. feishu-user-plugin is listed across 2 registries — Official MCP and Glama, with 4 tracked versions. It was first listed on May 9, 2026 and most recently updated on Jul 2, 2026.
Ranks ahead of 115,093 of 132,113 servers on MCP Toplist.
Use feishu-user-plugin
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add feishu-user-plugin -e "LARK_COOKIE=<your LARK_COOKIE>" -e "LARK_APP_ID=<your LARK_APP_ID>" -e "LARK_APP_SECRET=<your LARK_APP_SECRET>" -e "LARK_USER_ACCESS_TOKEN=<your LARK_USER_ACCESS_TOKEN>" -e "LARK_USER_REFRESH_TOKEN=<your LARK_USER_REFRESH_TOKEN>" -- npx -y feishu-user-pluginReplace each placeholder with your own value before saving.
[mcp_servers.feishu-user-plugin]
command = "npx"
args = ["-y", "feishu-user-plugin"]
[mcp_servers.feishu-user-plugin.env]
LARK_COOKIE = "<your LARK_COOKIE>"
LARK_APP_ID = "<your 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>"Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"feishu-user-plugin": {
"command": "npx",
"args": [
"-y",
"feishu-user-plugin"
],
"env": {
"LARK_COOKIE": "<your LARK_COOKIE>",
"LARK_APP_ID": "<your 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>"
}
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config). Replace each placeholder with your own value before saving.
{
"mcpServers": {
"feishu-user-plugin": {
"command": "npx",
"args": [
"-y",
"feishu-user-plugin"
],
"env": {
"LARK_COOKIE": "<your LARK_COOKIE>",
"LARK_APP_ID": "<your 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>"
}
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). Replace each placeholder with your own value before saving.
{
"servers": {
"feishu-user-plugin": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"feishu-user-plugin"
],
"env": {
"LARK_COOKIE": "<your LARK_COOKIE>",
"LARK_APP_ID": "<your 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>"
}
}
}
}Save as .vscode/mcp.json in your workspace. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"feishu-user-plugin": {
"command": "npx",
"args": [
"-y",
"feishu-user-plugin"
],
"env": {
"LARK_COOKIE": "<your LARK_COOKIE>",
"LARK_APP_ID": "<your 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>"
}
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"feishu-user-plugin": {
"command": "npx",
"args": [
"-y",
"feishu-user-plugin"
],
"env": {
"LARK_COOKIE": "<your LARK_COOKIE>",
"LARK_APP_ID": "<your 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>"
}
}
}
}Replace each placeholder with your own value before saving.
Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/io.github.zhuzhen-team%2Ffeishu-user-plugin)<a href="https://mcptoplist.com/server/io.github.zhuzhen-team%2Ffeishu-user-plugin"><img src="https://mcptoplist.com/badge/io.github.zhuzhen-team%2Ffeishu-user-plugin.svg" alt="MCP Toplist: Top 25% of 132,113" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 1 registry (1 delisted)
zhuzhen-team
Available versions (4)
| Version | Published |
|---|---|
| 1.4.1 | Jul 2, 2026 |
| 1.4.0 | Jun 19, 2026 |
| 1.3.17 | Jun 8, 2026 |
| 1.3.16 | Jun 6, 2026 |
Frequently asked questions
- Who maintains feishu-user-plugin?
- feishu-user-plugin is maintained by zhuzhen-team, which publishes 2 MCP servers (9 total versions) tracked on MCP Toplist.
- Is feishu-user-plugin listed on the Official MCP Registry?
- Yes — feishu-user-plugin is listed on the Official MCP Registry, alongside Glama.
- How many versions does feishu-user-plugin have?
- MCP Toplist tracks 4 versions of feishu-user-plugin, most recently published on Jul 2, 2026.
- Where can I find the source code for feishu-user-plugin?
- The source code for feishu-user-plugin is hosted at github.com/zhuzhen-team/feishu-user-plugin.
Do you run this server?
Community projects list the MCP servers behind real agents and apps. Publish yours and this page will link to it.