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-servershow me the content of document 123"
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.
Feishu MCP Server
让AI读取飞书文档、发送消息、管理日历
✨ 特性
📄 文档读取 — 获取文档内容和元信息,搜索文档
💬 消息管理 — 查看群聊消息,发送消息(需关闭只读)
📅 日历查询 — 查看日历和日程
📊 电子表格 — 读取表格数据
🔒 安全优先 — 默认只读,消息发送可限制群聊白名单
🇨🇳 中文优先 — 面向国内飞书用户
Related MCP server: Feishu/Lark OpenAPI MCP
🚀 快速开始
1. 创建飞书应用
访问 飞书开放平台
创建企业自建应用
获取 App ID 和 App Secret
添加权限:文档读取、消息读写、日历读取、表格读取
2. 配置MCP
{
"mcpServers": {
"feishu": {
"command": "python",
"args": ["-m", "feishu_mcp_server"],
"env": {
"FEISHU_MCP_APP_ID": "your_app_id",
"FEISHU_MCP_APP_SECRET": "your_app_secret",
"FEISHU_MCP_READ_ONLY": "true"
}
}
}
}🛠️ 工具列表
工具 | 功能 | 安全级别 |
| 获取文档内容 | 🟢 只读 |
| 获取文档元信息 | 🟢 只读 |
| 搜索文档 | 🟢 只读 |
| 获取群聊消息 | 🟢 只读 |
| 发送消息 | 🔴 需关闭只读 |
| 获取日历列表 | 🟢 只读 |
| 获取日程 | 🟢 只读 |
| 获取Sheet列表 | 🟢 只读 |
| 获取表格数据 | 🟢 只读 |
📄 License
MIT License
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Latest Blog Posts
- 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/lm203688/feishu-mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server