{
  "slug": "dropbox",
  "name": "Dropbox MCP Server",
  "vendor": "Dropbox",
  "official": true,
  "category": "production-ops",
  "featured": false,
  "tagline": "Dropbox's official remote MCP (beta) for dailies, footage folders, and file ops.",
  "description": "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.",
  "capabilities": [
    "file-search",
    "upload-download",
    "file-ops",
    "sharing-links",
    "content-fetch"
  ],
  "tools_sample": null,
  "install": {
    "claude_code": "claude mcp add --transport http dropbox https://mcp.dropbox.com/mcp",
    "remote_url": "https://mcp.dropbox.com/mcp",
    "stdio_command": null
  },
  "auth": {
    "type": "oauth",
    "env_var": null,
    "key_url": "Dropbox OAuth consent via mcp.dropbox.com"
  },
  "pricing": "freemium",
  "links": {
    "repo": null,
    "docs": "https://help.dropbox.com/integrations/connect-dropbox-mcp-server",
    "site": "https://www.dropbox.com"
  },
  "added": "2026-06-11",
  "verified": "2026-06-11",
  "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)."
}