mcp.film

mcp.film / Production Ops / Dropbox MCP Server

Dropbox MCP Server

OfficialRemoteby Dropboxfreemiumverified Aug 13, 2026

Dropbox's official remote MCP (beta) for dailies, footage folders, and file ops.

What it does

Dropbox's hosted MCP server (beta) connects agents to Dropbox files and folders with OAuth: list, search, upload, download, move, copy, delete, and share, plus revision history, transcription, and Markdown conversion for drafting and summarization. Supports Dynamic Client Registration for trusted clients like Claude and Cursor.

Connect

Remote endpoint (Streamable HTTP)
https://mcp.dropbox.com/mcp
Claude Code
claude mcp add --transport http dropbox https://mcp.dropbox.com/mcp
Claude Desktop (claude_desktop_config.json)
{
  "mcpServers": {
    "dropbox": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-remote",
        "https://mcp.dropbox.com/mcp"
      ]
    }
  }
}
Cursor (.cursor/mcp.json)
{
  "mcpServers": {
    "dropbox": {
      "url": "https://mcp.dropbox.com/mcp"
    }
  }
}
Auth: oauth — Dropbox OAuth consent via mcp.dropbox.com

Field notes

Endpoint unchanged on re-check, and still beta — Dropbox's beta terms apply on top of your plan. The help page (last revised 18 Mar 2026) now advertises 25+ tools spanning file ops, search, shared links and file requests, revisions, transcription, and Markdown conversion, but still publishes no exact tool names, so the server is the source of truth. Dynamic Client Registration only covers a curated client list (Claude Code, Claude web, Cursor, ChatGPT web and Codex); everyone else registers manually. Change your Dropbox app scopes and you must reconnect the server. A separate official Dash MCP covers enterprise search (dropbox/mcp-server-dash, updated Jun 2026). The community Go alternative ngs/dropbox-mcp-server has had no commit since Sep 2025 — use the hosted server instead.

Pairs well with