feishu-mcp-server
by lm203688
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| FEISHU_MCP_APP_ID | Yes | App ID from Feishu Open Platform | |
| FEISHU_MCP_READ_ONLY | No | Set to 'true' to enable read-only mode (default is 'true' if not set). | true |
| FEISHU_MCP_APP_SECRET | Yes | App Secret from Feishu Open Platform |
Capabilities
Features and capabilities supported by this server
| Capability | Details |
|---|---|
| tools | {
"listChanged": true
} |
| logging | {} |
| prompts | {
"listChanged": false
} |
| resources | {
"subscribe": false,
"listChanged": false
} |
| extensions | {
"io.modelcontextprotocol/ui": {}
} |
| experimental | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| get_doc_contentA | 获取飞书文档的原始内容 |
| get_doc_metaA | 获取飞书文档的元信息(标题、所有者等) |
| search_docsC | 搜索飞书文档 |
| list_chat_messagesC | 获取飞书群聊的消息列表 |
| send_messageA | 发送消息到飞书群聊(需要关闭只读模式) |
| list_calendarsB | 获取飞书日历列表 |
| list_calendar_eventsB | 获取飞书日历的日程列表 |
| list_sheetsA | 获取飞书电子表格的Sheet列表 |
| get_sheet_valuesC | 获取飞书电子表格的数据 |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
| summarize_doc | 生成文档摘要提示词 |
| analyze_chat | 生成群聊分析提示词 |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
Latest Blog Posts
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