About
Overview
The Dropbox MCP Server enables AI agents to interact with Dropbox for cloud file storage. It provides tools for uploading and downloading files, managing folders, searching content, sharing files and folders, and managing file versions.
Capabilities
Tools & Capabilities
⚡upload_file
Upload a file to Dropbox
⚡download_file
Download a file from Dropbox
⚡list_folder
List files in a Dropbox folder
⚡search
Search for files in Dropbox
⚡create_shared_link
Create a shared link for a file
⚡create_folder
Create a new folder
Setup
Installation
bash
Install
npx -y mcp-server-dropboxExamples
Example Usage
javascript
Usage
{
"mcpServers": {
"dropbox": {
"command": "npx",
"args": ["-y", "mcp-server-dropbox"],
"env": {
"DROPBOX_ACCESS_TOKEN": "your-access-token"
}
}
}
}Quick Info
Authorcommunity
LanguageTypeScript
StatusStable
Stars★ 85
Last UpdatedFeb 12, 2026