- Dropbox
Dropbox
What is Dropbox MCP?
Dropbox MCP is a Model Context Protocol server implementation that allows AI assistants like Claude to interact with Dropbox through a standardized protocol, enabling seamless file management and sharing.
How to use Dropbox MCP?
To use Dropbox MCP, install it via Homebrew, Go, or download a pre-built binary. After installation, configure it with your Dropbox app credentials and authenticate to start using its features.
Key features of Dropbox MCP?
- OAuth 2.0 Authentication: Securely authenticate with Dropbox.
- File Operations: Perform actions like listing, searching, downloading, uploading, moving, copying, and deleting files.
- Folder Management: Create and navigate folders.
- Sharing: Manage shared links for files.
- Version Control: Access file revision history and restore previous versions.
- Large File Support: Handle files over 150MB with automatic chunked uploads.
Use cases of Dropbox MCP?
- Automating file management tasks for AI assistants.
- Integrating Dropbox functionalities into applications for enhanced user experience.
- Facilitating collaborative work through shared links and version control.
FAQ from Dropbox MCP?
- Can I use Dropbox MCP without a Dropbox account?
No, a Dropbox account is required to use Dropbox MCP.
- Is Dropbox MCP free to use?
Yes, Dropbox MCP is free to use, but it requires a Dropbox account which may have its own limitations.
- How do I troubleshoot authentication issues?
Ensure your redirect URI is correctly configured in the Dropbox App Console and that your client ID and secret are accurate.
Server Config
{
"mcpServers": {
"dropbox": {
"command": "dropbox-mcp",
"env": {
"DROPBOX_CLIENT_ID": "your_app_key_here",
"DROPBOX_CLIENT_SECRET": "your_app_secret_here"
}
}
}
}