Dropbox
Summary
This MCP server integrates with Dropbox, exposing a set of Dropbox operations as MCP tools. Developed by Amgad, it allows MCP-compatible clients to interact with Dropbox for file management tasks such as listing, uploading, downloading, and sharing files. The server supports authentication via environment variables or runtime updates, and includes comprehensive error handling and testing capabilities. It's particularly useful for AI-assisted workflows requiring cloud storage integration and file manipulation.
Available Actions(12)
list_files
List files in a directory.
upload_file
Upload a file. Parameters: path (string), content (Base64 encoded string)
download_file
Download a file.
safe_delete_item
Safely delete an item with recycle bin support.
create_folder
Create a new folder.
copy_item
Copy a file or folder.
move_item
Move or rename a file/folder.
get_file_metadata
Get file/folder metadata.
search_file_db
Search files and folders. Parameters: query (string), path (optional string), max_results (optional integer)
get_sharing_link
Create sharing links.
get_file_content
Get file contents.
get_account_info
Get account information.
コミュニティレビュー
まだレビューはありません. 最初のレビューを投稿しましょう!
会話に参加するにはサインインしてください