feishu-mcp-server
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@feishu-mcp-serverread the content of document https://xxx.feishu.cn/docs/abcDEF123"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
飞书文档 MCP 服务
一个用于读取飞书文档内容的 MCP (Model Context Protocol) 服务。
功能
read_feishu_document: 读取飞书文档的完整内容get_feishu_document_meta: 获取文档元信息(标题)支持普通文档和知识库(Wiki)文档
Related MCP server: lark-mcp
前置要求
飞书自建应用 credentials
已开通文档读取权限
Node.js >= 18
安装
npm install
npm run build配置
复制
.env.example为.env填写你的飞书应用凭证:
FEISHU_APP_ID=your_app_id
FEISHU_APP_SECRET=your_app_secret飞书开放平台配置
创建自建应用:https://open.feishu.cn/
获取 App ID 和 App Secret
开通权限:
docx:document:readonlydocx:document:readwiki:wiki:readonly(知识库文档需要)
发布应用(或使用调试模式)
使用方式
直接运行
# 设置环境变量
export FEISHU_APP_ID=your_app_id
export FEISHU_APP_SECRET=your_app_secret
# 运行
npm startClaude Code 配置
在 claude_desktop_config.json 中添加:
{
"mcpServers": {
"feishu": {
"command": "node",
"args": ["/path/to/feishu-mcp-server/dist/index.js"],
"env": {
"FEISHU_APP_ID": "your_app_id",
"FEISHU_APP_SECRET": "your_app_secret"
}
}
}
}文档 ID 获取
支持三种输入方式:
1. 普通文档
https://xxx.feishu.cn/docs/abcDEF123文档 ID:abcDEF123
2. 知识库文档(Wiki)
https://xxx.feishu.cn/wiki/Bj3Jw2kfji45nhkK5MQcv3NynWe直接传入完整 URL 或 Wiki 节点 ID:Bj3Jw2kfji45nhkK5MQcv3NynWe
3. 直接传入 ID
工具会自动识别是普通文档还是 Wiki 节点,并自动解析。
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- Alicense-qualityDmaintenanceAn MCP-based service that enables AI models to seamlessly interact with Feishu (Lark) platform, supporting document reading and chatbot messaging capabilities.Last updated5954MIT
- AlicenseCqualityDmaintenanceEnables searching and retrieving content from Lark (Feishu) documents via MCP tools, supporting Doc and Wiki types with OAuth authentication.Last updated24MIT
- Alicense-qualityDmaintenanceEnables AI applications to access Feishu (Lark) knowledge base and cloud documents through the MCP protocol.Last updated591ISC
Related MCP Connectors
MCP-native open-source Notion alternative: read & write pages, databases and kanban boards.
MCP-native collaborative markdown editor with real-time AI document editing
MCP server for AgentDocs (agentdocs.eu): read, search, write, comment on & share Markdown docs.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/Xdong320/feishu-mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server