lovecatchuan/cloudreve-mcp
If you are the rightful owner of cloudreve-mcp and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to dayong@mcphub.com.
Cloudreve MCP Bridge exposes Cloudreve's API capabilities through the Model Context Protocol (MCP), enabling unified file management for clients supporting MCP.
Tools
Functions exposed to the LLM to take actions
list_files
Lists directory contents and properties.
get_file_id
Retrieves unique file ID based on path.
get_file_properties
Returns file properties like size, time, and type.
get_download_url
Provides a GET-able absolute URL for file download.
download_file
Downloads file to server's specified directory.
upload_file
Uploads file to specified remote path.
create_directory
Creates a new directory.
rename_file
Renames a file.
move_file
Moves a file to a new directory.
copy_file
Copies a file to a new directory.
get_share_url
Generates a shareable URL for a file.
get_source_url
Provides a direct link to a file.
auth/login
Logs in a user for stateful sessions.
auth/logout
Logs out a user, clearing the session.
Prompts
Interactive templates invoked by user choice
No prompts
Resources
Contextual data attached and managed by the client