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.
Aucun avis encore. Soyez le premier à donner votre avis !
Connectez-vous pour rejoindre la conversation
List files in a directory.
Upload a file. Parameters: path (string), content (string in base64 format).
Download a file.
Safely delete an item with recycle bin support.
Create a new folder.
Copy a file or folder.
Move or rename a file/folder.
Get file or folder metadata.
Search files and folders. Parameters: query (string), path (string), max_results (number).
Create sharing links.
Get file contents.
Get account information.