Dropbox for file management

Pick 2 of 5 for file managementOfficialDropbox

Dropbox is the second of five picks for file management, the choice when your shared assets live in a Dropbox account. Its hosted server lets an agent browse, read, upload, and organize files over OAuth, so it can find a half-remembered document, pull a figure from a file, or put a deliverable in the right place.

It ranks behind Google Drive (Workspace MCP) for this task, which leads for the large share of teams in Google Workspace, but ahead of the other storage options. Dropbox is the pick when that is where the files actually are.

How Dropbox fits

The toolset spans browsing, reading, and reorganizing. ListFolder walks directories with pagination, Search finds files by name or content with filters, and GetFileMetadata reads properties. GetFileContent extracts text from PDFs, Word documents, and similar files up to 5 MB. CreateFolder and CreateFile add items, Copy and Move reorganize them with large jobs running in the background, and Delete moves items to Deleted files within the recovery window. WhoAmI and GetUsageAndQuota report identity and storage state.

The honest comparison: Google Drive (Workspace MCP) leads because so many teams keep files in Workspace, Box fits organizations needing enterprise content controls, Nextcloud is the self-hosted option, and Filesystem is the pick when the files are local to the machine the agent runs on rather than in a cloud drive. Dropbox neither reaches another product's drive nor the local disk. Choose it when the documents live in Dropbox, and its browse, read, and organize tools handle the task over OAuth.

Tools you would use

ToolWhat it does
ListFolderBrowses directory contents (up to 100 items per call) with name, size, modification date, and file ID, navigating with pagination cursors.
GetFileMetadataGets detailed file properties such as size, dates, and MIME type by file path or file ID, with human-readable formatting.
GetFileContentExtracts text from PDFs, Word documents, and other text-representable files up to 5 MB, with a Dropbox link as a fallback.
GetUsageAndQuotaRetrieves current storage usage and quota in bytes for an individual or, for team members, the entire team.
SearchSearches files and folders by name or content, with filters for folder, file type, and last-updated date, sortable by relevance or recency.
CreateFolderCreates a folder anywhere in Dropbox by specifying its path and returns its details for chaining.
CreateFileCreates a new text-oriented file from inline UTF-8 content up to 5 MB, suited to notes, Markdown, JSON, and source code.
CreateSharedLinkCreates a shared link for a file or folder, optionally inviting up to 25 viewers by email.
WhoAmIGets the authenticated Dropbox user's identity, team or account context, and root and home namespace IDs.
CopyCopies one or more files or folders to another location; large jobs run in the background and are tracked with CheckJobStatus.
Full Dropbox setup and config →

FAQ

What file operations does the Dropbox server support?
Browsing with ListFolder, finding files with Search, reading text with GetFileContent, creating items with CreateFolder and CreateFile, and reorganizing with Copy, Move, and Delete, all over OAuth as the authenticated user.
Dropbox or Filesystem for managing files?
Filesystem is for files on the local machine the agent runs on. Dropbox is for files in a Dropbox cloud account. Pick based on where the documents actually live; for Google Workspace teams, Google Drive leads this task.