CuratedMCP
πŸ’»
Claude Code
Free

How to Install Dropbox MCP in Claude Code

Official Dropbox integration β€” manage files, folders, and shared links inside AI workflows

What Dropbox MCP does

The official Dropbox MCP server gives AI agents access to your Dropbox workspace. It can locate files, generate shared links, sync folders, and automate document workflows. Features: - Browse and search Dropbox folders and files - Create secure shared links and access controls - Upload, download, rename, and delete files - Manage folder sharing and permissions - Inspect file metadata and revisions - Work with Paper docs and comments - Sync content into AI-generated reports Dropbox MCP is perfect for knowledge workers who want AI to act on shared documents and file storage.

dropbox
storage
files
documents
sharing

Installation steps

  1. 1Copy the config below
  2. 2Open or create .claude/mcp.json in your project root
  3. 3Paste inside "mcpServers": {}
  4. 4Reload Claude Code

Configuration

File location: .claude/mcp.json (project root) or ~/.claude/mcp.json (global)

.claude/mcp.jsonjson
{
  "dropboxMcp": {
    "command": "npx",
    "args": [
      "-y",
      "@dropbox/mcp"
    ],
    "env": {
      "DROPBOX_ACCESS_TOKEN": "sl.A..."
    }
  }
}
Full server details Open Config Editor

Install in other clients

For maintainers

If you maintain Dropbox MCP, add this badge to your README to show it's verified on CuratedMCP:

CuratedMCP Verified
[![CuratedMCP Verified](https://curatedmcp.com/api/badge/dropbox-mcp)](https://curatedmcp.com/marketplace/dropbox-mcp)

Related servers