AgentHubAgentHub

feishu-user-plugin

MCP ServerMCP Registry官方收录

io.github.EthanQC/feishu-user-plugin · v1.3.14

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

概览

feishu-user-plugin 是一个MCP Server,收录自 官方 MCP Registry。支持 stdio 传输。本页提供 Cursor、Claude Code 等客户端的安装配置片段。

安装

选择你的平台查看安装方式

{
  "mcpServers": {
    "feishu-user-plugin": {
      "command": "npx",
      "args": [
        "-y",
        "feishu-user-plugin"
      ]
    }
  }
}

环境变量

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.

相关资源

统一 Manifest

{
  "id": "io.github.EthanQC/feishu-user-plugin",
  "type": "mcp-server",
  "version": "1.3.14",
  "displayName": "feishu-user-plugin",
  "description": "Feishu/Lark MCP server + CLI tool. 85 tools, 3 auth layers. Send as user via cookie+protobuf.",
  "repository": {
    "url": "https://github.com/EthanQC/feishu-user-plugin",
    "source": "github"
  },
  "distribution": {
    "packages": [
      {
        "registryType": "npm",
        "identifier": "feishu-user-plugin",
        "version": "1.3.14",
        "transport": "stdio",
        "environmentVariables": [
          {
            "name": "LARK_COOKIE",
            "description": "Feishu web session cookie. Required for user-identity messaging tools (send_to_user, send_as_user, etc).",
            "isSecret": true
          },
          {
            "name": "LARK_APP_ID",
            "description": "Feishu Open Platform self-built app App ID (cli_xxxxxxxxxxxx). Required for Official API tools (docs, bitable, wiki, drive, calendar, tasks, OKR, group messaging)."
          },
          {
            "name": "LARK_APP_SECRET",
            "description": "Feishu Open Platform self-built app App Secret. Used together with LARK_APP_ID.",
            "isSecret": true
          },
          {
            "name": "LARK_USER_ACCESS_TOKEN",
            "description": "User OAuth UAT for P2P chat reading and as user-owner on resource creation. Obtained via 'npx feishu-user-plugin oauth'.",
            "isSecret": true
          },
          {
            "name": "LARK_USER_REFRESH_TOKEN",
            "description": "Refresh token for UAT auto-renewal.",
            "isSecret": true
          }
        ]
      }
    ],
    "remotes": []
  },
  "dependencies": [],
  "installTargets": [
    "claude-code",
    "claude-desktop",
    "cursor",
    "vscode"
  ],
  "keywords": [],
  "provenance": {
    "origin": "official-mcp-registry",
    "originalId": "io.github.EthanQC/feishu-user-plugin",
    "originalUrl": "https://registry.modelcontextprotocol.io/v0.1/servers/io.github.EthanQC%2Ffeishu-user-plugin/versions/latest",
    "isOfficial": true,
    "status": "active"
  }
}
feishu-user-plugin — MCP Server 安装与配置 · AgentHub