Model Context Protocol server for Feishu integration
| Tool name | Description | Destructive? |
|---|---|---|
| get_feishu_users | ✓ no | |
| get_feishu_root_folder_info | ✓ no | |
| get_feishu_folder_files | ✓ no | |
| create_feishu_folder | ✓ no | |
| create_feishu_document | ✓ no |
| get_feishu_document_info | ✓ no | |
| get_feishu_document_blocks | ✓ no | |
| search_feishu_documents | ✓ no | |
| batch_update_feishu_block_text | ✓ no | |
| batch_create_feishu_blocks | ✓ no | |
| delete_feishu_document_blocks⚠ | ⚠ yes | |
| get_feishu_image_resource | ✓ no | |
| upload_and_bind_image_to_block | ✓ no | |
| create_feishu_table | ✓ no | |
| get_feishu_whiteboard_content | ✓ no | |
| fill_whiteboard_with_plantuml | ✓ no | |
| list_feishu_tasks | ✓ no | |
| create_feishu_task | ✓ no | |
| update_feishu_task | ✓ no | |
| delete_feishu_task⚠ | ⚠ yes |
{
"mcpServers": {
"feishu": {
"command": "npx",
"args": [
"-y",
"feishu-mcp"
]
}
}
}