Labsco
MCP SERVER · OFFICIAL PROJECT

Dropbox Files & Sharing

by Dropbox

24 tools over Dropbox — file CRUD, search, shared links, file requests, version restore and Markdown extraction.

Office Suites & Cloud File Storage
Summary
You choose the scopes when you create the app, which means the permission decision happens before any agent is involved.

Unlike a connector that asks for everything and relies on you reading a consent screen, Dropbox makes you build the app first and tick the scopes there. That is more setup and a better outcome: a read-only app cannot be talked into writing. Version restore is the tool that makes the write side survivable — an agent that overwrites a file has not destroyed it. Markdown extraction is the quiet one worth knowing about, since it turns documents into something a model can actually read.

What it is

Dropbox's own hosted endpoint. Twenty-four tools spanning ordinary file work and the things that are awkward through a UI: restoring a version, extracting text, checking quota.

What you get
  • File operations: list a folder, read content, create, delete, copy, move
  • Search across the account
  • Shared links and file requests
  • Version restore
  • Transcription and Markdown extraction from documents
  • Account quota
Requirements

An app created in the Dropbox App Console with the scopes you want, a redirect URI configured for your client, then OAuth authorisation. The scope selection at app-creation time is where the real permission decision happens.

Setup effort

Paste a URL, then authorize — add the endpoint to your client, then approve the OAuth consent screen