ngs/dropbox-mcp-server
If you are the rightful owner of dropbox-mcp-server 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.
A Model Context Protocol (MCP) server implementation for Dropbox integration, written in Go, enabling AI assistants like Claude to interact with Dropbox through a standardized protocol.
Tools
Functions exposed to the LLM to take actions
dropbox_auth
Authenticate with Dropbox
dropbox_check_auth
Check authentication status
dropbox_list
List files and folders
dropbox_search
Search for files
dropbox_get_metadata
Get file/folder metadata
dropbox_download
Download file content
dropbox_upload
Upload a file
dropbox_create_folder
Create a new folder
dropbox_move
Move or rename files/folders
dropbox_copy
Copy files/folders
dropbox_delete
Delete files/folders
dropbox_create_shared_link
Create a shared link
dropbox_list_shared_links
List existing shared links
dropbox_revoke_shared_link
Revoke a shared link
dropbox_get_revisions
Get file revision history
dropbox_restore_file
Restore a file to a previous version
Prompts
Interactive templates invoked by user choice
No prompts
Resources
Contextual data attached and managed by the client