- Home
- MCP servers
- Feishu
Feishu
- typescript
0
GitHub Stars
typescript
Language
4 months ago
First Indexed
2 months ago
Catalog Refreshed
Documentation & install
Readme and setup notes from the catalogue, plus a client-ready config you can copy for your MCP host.
Installation
Add the following to your MCP client configuration file.
Configuration
View docs{
"mcpServers": {
"redleaves-feishu-mcp-server": {
"command": "node",
"args": [
"/path/to/feishu-mcp-server/dist/index.js"
],
"env": {
"FEISHU_APP_ID": "cli_xxxxxxxx",
"FEISHU_APP_SECRET": "your_app_secret"
}
}
}
}Available tools
feishu_read_document
Read Feishu documents and export content in Markdown or JSON formats.
feishu_create_document
Create new Feishu documents with full Markdown syntax support.
feishu_append_content
Append content to an existing Feishu document, with smart handling of Markdown tables.
feishu_update_content
Replace the entire content of a Feishu document.
feishu_get_document_info
Retrieve document metadata such as title, ID, and version.
feishu_insert_table
Insert a table into a Feishu document with Markdown compatibility.
feishu_insert_diagram
Insert diagrams such as Mermaid charts and architecture diagrams.
feishu_insert_callout
Insert callout blocks to highlight important notes.
feishu_upload_image
Upload local images to Feishu and attach to documents.
feishu_insert_image
Insert images into Feishu documents from a local path.
feishu_create_spreadsheet
Create a new spreadsheet within Feishu Drive or relevant workspace.
feishu_write_spreadsheet
Write data to a Feishu spreadsheet in bulk.
feishu_read_spreadsheet
Read data from a Feishu spreadsheet in a selected range.
feishu_create_bitable
Create a new Bitable workspace for multidimensional data.
feishu_add_bitable_records
Add multiple records to a Bitable table.
feishu_read_bitable
Read records from a Bitable table.
feishu_list_blocks
List structural blocks within a Feishu document.
feishu_delete_block
Delete a specific block from a Feishu document.