mcpbeat Sign in

Feishu User Plugin MCP Server

by zhuzhen-team Your server? Claim it
local only

Feishu User Plugin runs on your own machine — the client starts it, so there is no endpoint to ping. 121 installs a week from npm. Last commit 6 Jul 2026.

Feishu/Lark MCP server + CLI tool. 85 tools, 3 auth layers. Send as user via cookie+protobuf.

Installs per day peak 157 · avg 63 · -7% w/w
a month agotoday
121
Installs / week
npm · feishu-user-plugin
10
Stars
1 open issues
6 Jul 2026
Last commit
0 releases in 90 days
MIT
License
JavaScript

What changed 45

Every tool that appeared, vanished or quietly changed what it asks for. Recorded since 9 August 2026. No other catalogue keeps this.

22 Sep the owner changed
21 Sep the owner changed
20 Sep the owner changed
19 Sep the owner changed
18 Sep the owner changed
17 Sep the owner changed
16 Sep the owner changed
15 Sep the owner changed
14 Sep the owner changed
13 Sep the owner changed
and 35 more, back to 9 August 2026

What the code does

We read the source, 18 h ago · rules 3dff92dd89df

A tool parameter reaches a dangerous call

A value the model can set ends up inside a file or shell call. That is not a flaw by itself — for a terminal server it is the job — but it is where things go wrong when it is not.

A tool parameter reaches a file or shell call download_doc_image.image_token → src/tools/diagnostics.js:73
    fs.writeFileSync(savePath, Buffer.from(base64, 'base64'));
Capabilities

What this server is able to do. For an MCP server this is often the job itself — a terminal server runs commands because that is what it is for. Listed so you know what you are plugging in, not as an accusation.

Installs itself into autostart src/cli.js:112, [пакет] src/cli.js:112
  crontab -e → add: 0 */4 * * * npx feishu-user-plugin keepalive --all >> /tmp/feishu-keepalive.log 2>&1
Package points at a different repository zhuzhen-team/feishu-user-plugin
пакет feishu-user-plugin ссылается на ethanqc/feishu-user-plugin
    try { execSync(`node ${_p.join(__dirname, t + '.js')}`, { stdio: 'inherit' }); }
    const dir = path.join(FIX_ROOT, hash);

Is this your server and something here is wrong? Tell us — corrections are free and do not require a plan.

A tool parameter here reaches a dangerous call

That is not a flaw by itself — but it is where things go wrong when it is not the job. We re-read this code on every release. Watch it and you hear from us the day another one appears.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add feishu-user-plugin -- npx -y feishu-user-plugin
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "feishu-user-plugin": {
      "args": [
        "-y",
        "feishu-user-plugin"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.feishu-user-plugin]
command = "npx"
args = ["-y", "feishu-user-plugin"]
.cursor/mcp.json
{
  "mcpServers": {
    "feishu-user-plugin": {
      "args": [
        "-y",
        "feishu-user-plugin"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "feishu-user-plugin": {
      "args": [
        "-y",
        "feishu-user-plugin"
      ],
      "command": "npx"
    }
  }
}

This one needs environment variables set before it will start: LARK_COOKIE (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 (Feishu Open Platform self-built app App Secret. Used together with LARK_APP_ID.), LARK_USER_ACCESS_TOKEN (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 (Refresh token for UAT auto-renewal.). The author declared them in the registry entry; get the values from the project itself.

Alternatives to Feishu User Plugin

same job, measured the same way
Feishu User Plugin
by ethanqc

Feishu/Lark MCP server + CLI tool. 85 tools, 3 auth layers. Send as user via cookie+protobuf.

local only
A2asearch MCP
by tadas-github

Search 10,000+ AI agents, MCP servers, and CLI tools via A2ASearch from any MCP client.

61 installs/wk local only
I
Dealhub Admin
by vishvick

DealHub MCP server for admins. Manage versions and users with 7 tools via Claude AI agents.

28 installs/wk local only
Lichess MCP
by mrfentmen

Use this MCP server to Lichess, chess puzzles by rating, player stats, and top players. Tools...

local only
MCP Compliance
by yawlabs

CLI tool and MCP server that tests MCP servers for spec compliance

1 279 installs/wk local only
Discourse
by discourse

Discourse MCP CLI server (stdio) exposing Discourse tools via MCP

3 214 installs/wk local only
Ariel Memory
by cipher208

Two-layer memory MCP server for AI agents with 37 tools, RAG, graphs, wiki, auth

29 installs/wk local only
Xiaohongshu (Little Red Book) MCP Server
by shanyang-me

Publish, search, and manage Xiaohongshu (Little Red Book) content via MCP tools.

133 installs/wk local only

Feishu User Plugin — questions

Answers built from our own checks of this server.

Why is there no uptime for Feishu User Plugin?
Feishu User Plugin runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the npm package feishu-user-plugin was installed 121 times last week.
How do I connect Feishu User Plugin?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls feishu-user-plugin straight from npm; nothing to host, nothing to sign up for.
How many people use Feishu User Plugin?
The npm package feishu-user-plugin was installed 121 times in the last week. Week over week that is -7%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Feishu User Plugin open source?
Yes — it is published under the MIT licence, written in JavaScript, 10 stars on GitHub and 1 open issue. The source link is on this page, so you can read exactly what it does with your data before you connect it.