longhopefor/feishu-mcp-go
If you are the rightful owner of feishu-mcp-go and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.
The Feishu MCP Go server is a protocol server based on the mcp-go framework, designed to facilitate operations on Feishu documents for AI-driven coding tools.
Tools
Functions exposed to the LLM to take actions
create_feishu_document
Create a Feishu document.
get_feishu_document_info
Retrieve document information.
get_feishu_document_content
Fetch document content.
get_feishu_document_blocks
Get document block structure.
search_feishu_documents
Search documents.
get_feishu_block_content
Retrieve block content.
update_feishu_block_text
Update block text.
batch_create_feishu_blocks
Batch create blocks.
create_feishu_text_block
Create a text block.
create_feishu_code_block
Create a code block.
create_feishu_heading_block
Create a heading block.
create_feishu_list_block
Create a list block.
delete_feishu_document_blocks
Delete document blocks.
get_feishu_root_folder_info
Get root folder information.
get_feishu_folder_files
Retrieve folder file list.
create_feishu_folder
Create a folder.
convert_feishu_wiki_to_document_id
Convert Wiki link to document ID.
get_feishu_image_resource
Retrieve image resource.
Prompts
Interactive templates invoked by user choice
No prompts
Resources
Contextual data attached and managed by the client