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.
No reviews yet. Be the first to review!
Sign in to join the conversation
List files in a directory.
Upload a file. Parameters: path (string), content (base64 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.