Storage

Dropbox MCP Server

Connect your account, then chat with AI to run tools.

Browse folders, audit shared links, download files, and roll back revisions from chat — connect Dropbox once in MCPBundles and skip the finder hunt.

Best forCreativeConsultantsSmall Business OwnersRemote File Collaborators

Try this workflow

Folder inventory

List everything in my Dropbox /Client Deliverables folder, show file sizes, and flag anything modified in the last seven days.

Managed
17 tools
Agent guide included

Opens MCPBundles Studio with this server selected. After sign-in, chat and run tools from the same thread.

Browse all tools

What you can do with Dropbox

Built for

Creative Teams, Consultants, Small Business Owners, Remote File Collaborators

Example workflows

Folder inventory

Folder list with metadata for client handoff checks.

Try this

List everything in my Dropbox /Client Deliverables folder, show file sizes, and flag anything modified in the last seven days.

Shared link audit

Shared link list plus revoke for access hygiene.

Try this

List shared links on /Proposals/Acme.pdf, summarize who can access each url, and revoke any public links.

Undo an overwrite

Revision list plus restore for accidental saves.

Try this

Show revision history for /Drafts/contract.docx in Dropbox and restore the version from yesterday morning.

Context to know first

What is Dropbox MCP?

It lets AI agents browse, search, upload, share, and restore files in your Dropbox after you connect your account in MCPBundles.

Who is this for?

Teams who store deliverables and working files in Dropbox and want folder walks, share audits, and version rollback from chat.

Can agents modify my files?

Yes when you ask — agents can upload, move, copy, delete, create shares, revoke links, and restore revisions. Each session follows your prompts.

AI Skill
SKILL.md

Domain knowledge for Dropbox — workflow patterns, data models, and gotchas for your AI agent.

Dropbox

Dropbox is cloud file storage with a single path namespace per connected account. Paths look like /Reports/Q1.pdf; the account root is /.

First moves

  1. Current account — confirm which Dropbox user is connected.
  2. Space usage — check allocated and used storage before large downloads or bulk uploads.
  3. List a folder — browse / or a known folder path; paginate when more entries remain.
  4. Search — find files by name or query when the folder path is unknown.
  5. Metadata — read size, revision id, and content hash before downloading large files.
  6. File content — pull inline text for documents; binary files return encoded content or a download link.
  7. Download — fetch raw file bytes when the workflow needs the full binary payload.
  8. Shared links — audit existing share urls on a path before creating new ones.
  9. Revisions — review file history before rolling back an older version.

Data model

Account root → folders → files. Shared folders appear under the same paths the connected user sees in Dropbox. Each file has a revision id that moves forward on every save.

Operational order

  1. List or search to discover paths — do not guess file locations from memory.
  2. Read metadata before downloading large files or comparing versions.
  3. List shared links on a path before creating a new public or team link.
  4. List revisions before restore — pick the revision timestamp the user describes.
  5. For organizational moves, confirm source and destination paths exist.

Writes

Create folders, upload or overwrite files, move and copy paths, delete files and folders, create and revoke shared links, and restore an earlier revision. Restore and delete overwrite or remove content — expect confirm_write on destructive actions.

Gotchas

  • Folder pagination — large directories return a cursor; continue listing instead of stopping at the first page.
  • Search lag — very new uploads may take a few seconds to appear in search results.
  • Large downloads — big binaries may return a signed download link instead of inline content.
  • Shared link hygiene — list existing links before create to avoid duplicate urls on the same path.
  • Revision restore — rollback replaces the current file; list history first to match the user's date language.
  • Path existence — list or search confirms a path before move, copy, or delete.
  • Rate limits — paginate deep folder walks instead of fanning out across many shallow lists at once.

Tools in this Server (17)

Dropbox Copy

Copy a Dropbox file or folder from from_path to to_path without removing the source.

Dropbox Create Folder

Create a folder at a Dropbox path (e.g. /Projects/2026). Returns folder metadata including path_display and id. autorename avoids collisions.

Dropbox Create Shared Link

Create or retrieve a shared link for a Dropbox path. Returns url and link metadata.

Dropbox Delete

Permanently delete a Dropbox file or folder by path. Folder deletes are recursive.

Dropbox Download File

Download file bytes from Dropbox by path or id. Returns base64 content for small files or a download URL when the payload is large. Folders cannot be ...

Dropbox Get Current Account

Return the connected Dropbox account profile (name, email, account id, country). Use as a cheap connectivity check before folder or search work.

Dropbox Get File Content

Download file content by path or id. Returns inline UTF-8 text for textual and markdown files when as_text is true; binary types return base64 or a sp...

Dropbox Get Metadata

Fetch metadata for one Dropbox file or folder by path or id. Returns size, rev, content hash, and parent path. Use before download to confirm path and...

Dropbox Get Space Usage

Return allocated and used storage for the connected Dropbox account, including team allocation when applicable.

Dropbox List Folder

List files and subfolders in a Dropbox folder path. Pass path (empty string for root). When the response has has_more=true, pass cursor to continue pa...

Dropbox List Revisions

List revision history for a Dropbox file path. Returns rev ids, modified times, and sizes. Use rev with the restore revision tool to roll back content...

Dropbox List Shared Links

List existing shared links for a Dropbox path or the whole account. Returns link urls, visibility, and path metadata. Paginate with cursor when has_mo...

Dropbox Move

Move a Dropbox file or folder from from_path to to_path. Returns updated metadata.

Dropbox Restore Revision

Restore a Dropbox file to a prior revision by rev id from list revisions. Overwrites current content at the path.

Dropbox Revoke Shared Link

Revoke a shared link by its url. Obtain the url from create shared link or metadata.

Dropbox Search Files

Search Dropbox filenames and content by query string. Supports path scoping, filename-only mode, and cursor pagination from prior search responses.

Dropbox Upload File

Upload a file to Dropbox at path. Provide content_text for small text files, or file_content_base64, file_url, or local_path for binary content. Files...

Frequently Asked Questions

What is Dropbox MCP?

It lets AI agents browse, search, upload, share, and restore files in your Dropbox after you connect your account in MCPBundles.

Who is this for?

Teams who store deliverables and working files in Dropbox and want folder walks, share audits, and version rollback from chat.

Can agents modify my files?

Yes when you ask — agents can upload, move, copy, delete, create shares, revoke links, and restore revisions. Each session follows your prompts.

How do I connect Dropbox to my AI agent?

Add the MCPBundles server URL to your MCP client configuration (Claude Desktop, Cursor, VS Code, etc.). The URL format is: https://mcp.mcpbundles.com/bundle/dropbox. Authentication is handled automatically.

How many tools does Dropbox provide?

Dropbox provides 17 tools that can be called by AI agents, along with a SKILL.md that gives your AI agent domain knowledge about when and how to use them.

What authentication does Dropbox require?

Dropbox uses One-click sign in. Dropbox requires credentials. Connect via MCPBundles and authentication is handled automatically.

Setup Instructions

Connect Dropbox to any MCP client in minutes

MCP URL
https://mcp.mcpbundles.com/bundle/dropbox

One-click install:

The link prefills the Add custom connector dialog — you still review the values and click Add, then Connect to complete OAuth.

Or add manually

  1. Open claude.ai → Settings → Connectors.
  2. Click the + button and choose Add custom connector.
  3. Set Name to Dropbox and paste the MCP URL into Remote MCP server URL.
  4. Click Add. Dropbox will appear under Not connected — select it and click Connect to complete OAuth.
Name: Dropbox
Remote MCP server URL: https://mcp.mcpbundles.com/bundle/dropbox
Authentication: OAuth

Custom connectors at claude.ai require a paid Claude plan (Pro, Max, Team, or Enterprise).

Ready to use Dropbox?

Sign in to connect your credentials and start running tools from the chat.