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.
暂无评论. 成为第一个评论的人!
登录以参与讨论
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 or folder
Get file or folder metadata
Search for files and folders. Parameters: query (string), path (string), max_results (integer)
Create sharing links
Get file contents
Get account information