PluginBench
MCP Server
Active
MIT

io.github.EthanQC/feishu-user-plugin MCP Server

io.github.EthanQC/feishu-user-plugin

What is the io.github.EthanQC/feishu-user-plugin MCP server?

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

How to install io.github.EthanQC/feishu-user-plugin

Copy-paste configuration for popular MCP clients.

transport: stdio
Config generated by PluginBench — verify against the source before use.
Environment / auth
  • LARK_COOKIE
    secret

    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
    secret

    Feishu Open Platform self-built app App Secret. Used together with LARK_APP_ID.

  • LARK_USER_ACCESS_TOKEN
    secret

    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
    secret

    Refresh token for UAT auto-renewal.

Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "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>"
      }
    }
  }
}
Cursor
~/.cursor/mcp.json
{
  "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>"
      }
    }
  }
}
Windsurf
~/.codeium/windsurf/mcp_config.json
{
  "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>"
      }
    }
  }
}
VS Code
.vscode/mcp.json
{
  "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>"
      }
    }
  }
}
Claude Code
claude mcp add feishu-user-plugin --env LARK_COOKIE=<YOUR_LARK_COOKIE> --env LARK_APP_ID=<YOUR_LARK_APP_ID> --env LARK_APP_SECRET=<YOUR_LARK_APP_SECRET> --env LARK_USER_ACCESS_TOKEN=<YOUR_LARK_USER_ACCESS_TOKEN> --env LARK_USER_REFRESH_TOKEN=<YOUR_LARK_USER_REFRESH_TOKEN> -- npx -y feishu-user-plugin

Related MCP servers

Give your AI agent stealth web scraping with Cloudflare bypass and CSS selection, powered by Scrapling.

67k
Python
BSD-3-Clause
View repository →

Give your AI coding agent full control of a live Chrome browser for automation, debugging, and performance analysis.

45k
TypeScript
Apache-2.0
View repository →

Let AI agents manage your Puter files, websites, and serverless workers over MCP.

43k
TypeScript
AGPL-3.0
View repository →

Browser automation for AI agents via MCP, powering ByteDance's Agent TARS hybrid GUI/DOM browser control.

37k
TypeScript
Apache-2.0
View repository →

Run arbitrary shell commands from an MCP-connected AI agent.

37k
TypeScript
Apache-2.0
View repository →

Filesystem access MCP server from ByteDance's UI-TARS/Agent TARS ecosystem.

37k
TypeScript
Apache-2.0
View repository →