mcp.film

mcp.film / Production Ops / Dropbox MCP Server

Dropbox MCP Server

OfficialRemoteby Dropboxfreemiumverified Jun 11, 2026

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

Rate it: no ratings yet

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 content fetch 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

Beta; exact tool names not published on the public help page. A separate official Dash MCP exists for enterprise search (dropbox/mcp-server-dash). Community Go alternative for classic file access: ngs/dropbox-mcp-server (brew install dropbox-mcp-server).

Pairs well with