Feishu MCP Server

All-in-one Feishu/Lark MCP for Claude Code & Codex. 84 tools, 3 auth layers, send-as-user.

Local serverstdioPython

What is the Feishu MCP server?

If you already use Feishu, the feishu mcp server is the piece that lets your assistant work with it directly. All-in-one Feishu/Lark MCP for Claude Code & Codex. 84 tools, 3 auth layers, send-as-user.

What the server does

飞书 / Lark MCP 服务器,覆盖 IM、文档、多维表格、知识库、云空间、日历、任务 v2、OKR、实时事件。85 工具 · 3 层鉴权 · 9 MCP prompts · MIT licensed · Node ≥18

Available tools

The toolset is worth reading before you wire it up, because it tells you what the integration is really for:

  • Prompt — 说明

Installation

feishu-user-plugin on npm is all you need. Most clients run it directly, so configuration is a few lines and a restart.

Credentials and setup notes

Configuration is passed through the environment: LARK_APP_ID, LARK_APP_SECRET, LARK_USER_ACCESS_TOKEN, LARK_USER_REFRESH_TOKEN. Treat anything key-shaped as a real credential — scope it to the minimum the server needs, and rotate it if it ever lands in a shared config.

Where it fits

Plenty of developer tooling servers cover similar ground. The differences that matter in practice are scope of access and how much setup stands between you and a working tool call. Feishu's toolset — Prompt — is a fair guide to whether it matches your workflow. It is maintained by EthanQC; worth a glance at recent repository activity before you build anything load-bearing on it.

We check each listing at SyncDev against the project's documentation before it goes live — if something here drifts out of date, it is a bug worth reporting.

Worth knowing first

  • It runs with your machine's permissions. That is convenient and also the reason to think about what you point it at before you approve a tool call.
  • Missing credentials fail quietly in some clients — if no tools show up, check the environment block first.
  • Keep per-call confirmation enabled while you learn its behaviour; it is the cheapest safeguard you have.

Available tools

ToolWhat it does
Prompt说明

How to install the Feishu MCP server

{
  "mcpServers": {
    "feishu-user-plugin": {
      "command": "npx",
      "args": ["-y", "feishu-user-plugin"],
      "env": {
        "LARK_APP_ID": "your-value",
        "LARK_APP_SECRET": "your-value",
        "LARK_USER_ACCESS_TOKEN": "your-value",
        "LARK_USER_REFRESH_TOKEN": "your-value"
      }
    }
  }
}

Add to claude_desktop_config.json, then restart Claude Desktop.

Configuration

VariableDescriptionRequired
LARK_APP_IDConfiguration value read at startup.Optional
LARK_APP_SECRETCredential the server authenticates with.Yes
LARK_USER_ACCESS_TOKENCredential the server authenticates with.Yes
LARK_USER_REFRESH_TOKENCredential the server authenticates with.Yes

Example prompts to try

  • Use Feishu to Prompt.

Frequently asked questions

It connects Feishu to MCP-compatible AI assistants such as Claude and Cursor, exposing 1 tool (Prompt) that the assistant can call on your behalf. Instead of copying data back and forth by hand, the assistant works with Feishu directly.