Dropbox
Summary
Dropbox MCP Server provides a secure integration with Dropbox's API, enabling AI assistants to perform file operations including uploading, downloading, listing, searching, and safely deleting files with recycle bin support. Built with TypeScript and the Model Context Protocol SDK, it implements OAuth 2.0 with PKCE for authentication, encrypts tokens for security, and offers resource handling capabilities that allow AI tools to work with files as attachments or inline content. The server includes specialized prompt handlers for file reviews and comparisons, making it particularly useful for document management, collaborative workflows, and scenarios requiring secure access to cloud storage directly within AI conversations.
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.
社区评论
暂无评论. 成为第一个评论的人!
登录以参与讨论