
Dropbox MCP
by oshea00
Securely list and download files from Dropbox directly within your AI assistant.
What it does
Dropbox MCP connects your AI assistant to your Dropbox storage, allowing the model to browse your file hierarchy and download specific documents for analysis or processing.
Tools
list_folder: Retrieves the contents of a specified Dropbox folder, including file types, sizes, and modification dates.download_file: Downloads a specific file from Dropbox to the local filesystem for immediate use by the AI.
Installation
Add the following to your claude_desktop_config.json:
{
"mcpServers": {
"dropbox": {
"command": "/path/to/dropboxmcp",
"args": ["--mcp", "--token", "YOUR_DROPBOX_ACCESS_TOKEN"]
}
}
}
Supported hosts
- Claude Desktop
Quick install
cargo build --release && /path/to/dropboxmcp --mcp --token "YOUR_TOKEN"Information
- Pricing
- free
- Published
- 4/30/2026
- stars






