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.
まだレビューはありません. 最初のレビューを投稿しましょう!
会話に参加するにはサインインしてください
List files in a directory.
Upload a file. Parameters: path (string), content (base64 encoded string)
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/folder metadata.
Search files and folders. Parameters: query (string), path (string), max_results (integer)
Create sharing links.
Get file contents.
Get account information.