D
Dropbox MCP Server
Access Dropbox files and folders from AI agents.
A Model Context Protocol server for Dropbox. Enables AI agents to browse, read, upload, and manage files stored in Dropbox accounts.
Supports file browsing, content reading, file uploading, sharing links, and folder management through the Dropbox API.
Install
npx -y @dropbox/mcp-server MCP Client Config
{
"mcpServers": {
"dropbox": {
"command": "npx",
"args": [
"-y",
"@dropbox/mcp-server"
],
"env": {
"DROPBOX_ACCESS_TOKEN": "<your-access-token>"
}
}
}
} Required Environment Variables
- DROPBOX_ACCESS_TOKEN
Capabilities
Tools
list_filesread_fileupload_filecreate_folderget_sharing_link
Compatible With
Claude Desktop Claude Code Cursor
Pricing
Server is free. Dropbox account required for storage.
Metrics
380
GitHub Stars
3,400
Installs
260
Weekly
5
Open Issues
More in Files & Storage
Best of Files & Storage → F
Filesystem MCP Server
Secure file operations with configurable access controls for AI agents.
open-source 78/100
Files & Storage
G
Google Drive MCP Server
Search, read, and manage Google Drive files from AI agents.
open-source 70/100
Files & Storage
A
AWS S3 MCP Server
Manage S3 buckets and objects from AI agents.
open-source 54/100
Files & Storage