Feishu MCP

v1.0.0Business Applicationsstable

Feishu / Lark 飞书文档与任务管理工具,支持 MCP 服务器和 CLI + Skill 两种使用方式,可无缝集成 Cursor、Claude Code、Cline 等 AI 编码工具

feishularkmcpskills
Share:
661
Stars
0
Downloads
0
Weekly
0/5

What is Feishu MCP?

Feishu MCP is a Model Context Protocol (MCP) server that allows AI assistants like Claude, Cursor, and VS Code to feishu / lark 飞书文档与任务管理工具,支持 mcp 服务器和 cli + skill 两种使用方式,可无缝集成 cursor、claude code、cline 等 ai 编码工具

Feishu / Lark 飞书文档与任务管理工具,支持 MCP 服务器和 CLI + Skill 两种使用方式,可无缝集成 Cursor、Claude Code、Cline 等 AI 编码工具

This server falls under the Business Applications and Cloud Services categories on MCPgee, the world's largest MCP server directory with 33,000+ servers.

Features

  • Feishu / Lark 飞书文档与任务管理工具,支持 MCP 服务器和 CLI + Skill 两种使用方式,可无缝

Use Cases

Access Feishu document and task management tools through MCP and CLI. Integrate Cursor, Claude Code, and Cline with Feishu workflows. Manage tasks and documents with AI assistance.
cso1z

Maintainer

LicenseMIT
Languagetypescript
Versionv1.0.0
UpdatedMay 21, 2026
Statushealthy
Maintenanceactive

Works with

ClaudeOpenAIwindowsmacoslinux

Installation

Manual Installation

npx feishu-mcp

Configuration

Configuration Details

Config File

claude_desktop_config.json

Performance

Response Metrics

Response Time< 200ms
ThroughputMedium

Resource Usage

Memory UsageLow
CPU UsageLow

How to Set Up and Use Feishu MCP

Feishu MCP is a TypeScript-based MCP server that enables AI coding tools — including Cursor, Claude Code, and Cline — to interact with Feishu (Lark) documents and tasks through the Model Context Protocol. It covers the complete document lifecycle from reading folder contents to creating and editing documents with rich formatting, tables, images, and Mermaid diagrams. A companion CLI tool (feishu-tool) ships with the npm package so you can call any Feishu tool directly from a terminal script without starting the MCP server.

Prerequisites

  • Node.js 18 or higher
  • A Feishu (Lark) developer account and app at open.feishu.cn with App ID and App Secret
  • Document, folder, and task permissions enabled in your Feishu app
  • An MCP client such as Claude Desktop, Cursor, or Cline
1

Create a Feishu app and configure permissions

Visit open.feishu.cn and create a new app. Enable the required permissions: document read/write, drive file access, task read/write, and user info read. Publish the app to your workspace. Refer to FEISHU_CONFIG.md in the repository for a detailed step-by-step guide.

2

Add the server to your MCP client configuration

Add feishu-mcp to your MCP client config. Pass your Feishu App ID and App Secret as environment variables.

{
  "mcpServers": {
    "feishu-mcp": {
      "command": "npx",
      "args": ["feishu-mcp"],
      "env": {
        "FEISHU_APP_ID": "cli_your_app_id",
        "FEISHU_APP_SECRET": "your_app_secret",
        "FEISHU_AUTH_TYPE": "tenant",
        "FEISHU_ENABLED_MODULES": "document,task"
      }
    }
  }
}
3

Install the npm package globally for CLI access

Install the feishu-mcp package globally to get access to the feishu-tool CLI for calling Feishu tools from scripts and the terminal without a running MCP server.

npm install -g feishu-mcp@latest
4

Configure CLI credentials

Run the feishu-tool guide command to see setup instructions, then configure your credentials for CLI use.

feishu-tool --help
feishu-tool guide
5

Verify connection and test document retrieval

Restart your MCP client and ask your AI assistant to list folder contents or retrieve a document. Confirm the server appears as connected in the MCP tools panel.

Feishu MCP Examples

Client configuration

MCP client configuration for feishu-mcp using the npx command with environment variables.

{
  "mcpServers": {
    "feishu-mcp": {
      "command": "npx",
      "args": ["feishu-mcp"],
      "env": {
        "FEISHU_APP_ID": "cli_your_app_id",
        "FEISHU_APP_SECRET": "your_app_secret",
        "FEISHU_AUTH_TYPE": "tenant",
        "FEISHU_ENABLED_MODULES": "document,task"
      }
    }
  }
}

Prompts to try

Example prompts for working with Feishu documents and tasks through an AI assistant.

- "Get all files in my Feishu project folder and summarize each document title"
- "Create a new Feishu document with a technical spec outline and a table of contents"
- "Search for Feishu documents mentioning 'Q3 roadmap'"
- "Create three tasks for the sprint and assign them to team members"
- "Update the document at this URL and insert a Mermaid sequence diagram"

Troubleshooting Feishu MCP

Connection succeeds but tools return empty results for document operations

The Feishu app must be installed to the workspace where your documents live. In the app settings on open.feishu.cn, go to 'App Release' and publish to your organization. Also confirm FEISHU_ENABLED_MODULES includes 'document'.

User auth mode fails or OAuth browser window does not open

In stdio mode (used by most MCP clients), browser-based OAuth requires the server to have access to open a browser. If this is not possible, use tenant auth mode (FEISHU_AUTH_TYPE=tenant) for document operations. User auth is required only for task management and user search.

feishu-tool CLI command not found after global install

Check that your npm global bin directory is in your PATH. Run 'npm config get prefix' and add the resulting path + /bin to your shell PATH. On macOS with nvm, each node version has a separate global prefix.

Frequently Asked Questions about Feishu MCP

What is Feishu MCP?

Feishu MCP is a Model Context Protocol (MCP) server that feishu / lark 飞书文档与任务管理工具,支持 mcp 服务器和 cli + skill 两种使用方式,可无缝集成 cursor、claude code、cline 等 ai 编码工具 It connects AI assistants to external tools and data sources through a standardized interface.

How do I install Feishu MCP?

Follow the installation instructions on the Feishu MCP GitHub repository. Clone the repo, install dependencies, and add the server config to your AI client.

Which AI clients work with Feishu MCP?

Feishu MCP works with all major MCP-compatible AI clients including Claude Desktop, Claude Code, Cursor, VS Code (GitHub Copilot), Windsurf, and Cline.

Is Feishu MCP free to use?

Yes, Feishu MCP is open source and available under the MIT license. You can use it freely in both personal and commercial projects.

Feishu MCP Alternatives — Similar Business Applications Servers

Looking for alternatives to Feishu MCP? Here are other popular business applications servers you can use with Claude, Cursor, and VS Code.

n8n

189.1k

A comprehensive MCP server that provides full control over n8n automation workflows through natural language. It offers 43 tools for managing workflows, executions, credentials, and data tables, with safety features like write-mode protection and dou

LobeHub

77.5k

🤯 LobeHub is your Chief Agent Operator, organizing your agents into 7×24 operations by hiring, scheduling, and reporting on your entire AI team.

Jeecgboot

46.4k

AI 低代码平台,「低代码 + 零代码」双模式驱动:低代码一键生成前后端代码,零代码 5 分钟搭建系统,AI Skills 一句话画流程、设计表单、生成整套系统。内置 AI聊天、知识库、流程编排、MCP插件等,兼容主流大模型。引领「AI 生成 → 在线配置 → 代码生成 → 手工合并->AI修改」开发模式,消除 Java 项目 80% 的重复工作,提效而不失灵活。

CowAgent

44.7k

CowAgent (chatgpt-on-wechat) 是基于大模型的超级AI助理,能主动思考和任务规划、访问操作系统和外部资源、创造和执行Skills、通过长期记忆和知识库不断成长,比OpenClaw更轻量和便捷。同时支持微信、飞书、钉钉、企微、QQ、公众号、网页等接入,可选择DeepSeek/OpenAI/Claude/Gemini/ MiniMax/Qwen/GLM/LinkAI,能处理文本、语音、图片和文件,可快速搭建个人AI助理和企业数字员工。

Minds Platform

39.2k

Platform dedicated to building an open foundation for applied Artificial Intelligence, designed for people seeking production-ready AI systems they can truly control, extend and deploy anywhere.

Astrbot

32.8k

AI Agent Assistant & development framework that integrates lots of IM platforms, LLMs, plugins and AI feature, and can be your openclaw alternative. ✨

Browse More Business Applications MCP Servers

Explore all business applications servers available in the MCPgee directory. Each server includes setup guides for Claude, Cursor, and VS Code.

Quick Config Preview

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

Add this to your claude_desktop_config.json or .cursor/mcp.json

Read the full setup guide →

Ready to use Feishu MCP?

Browse our complete directory of 33,000+ MCP servers, read setup guides for your editor, and start building with the Model Context Protocol.

33,000+ ServersFree & Open SourceStep-by-Step Guides