D

Dropbox MCP Server

Access Dropbox files and folders from AI agents.

open-source 52/100 Files & Storage dropbox storage files cloud sync sharing

A Model Context Protocol server for Dropbox. Enables AI agents to browse, read, upload, and manage files stored in Dropbox accounts.

Supports file browsing, content reading, file uploading, sharing links, and folder management through the Dropbox API.

Install

npx -y @dropbox/mcp-server

MCP Client Config

{
  "mcpServers": {
    "dropbox": {
      "command": "npx",
      "args": [
        "-y",
        "@dropbox/mcp-server"
      ],
      "env": {
        "DROPBOX_ACCESS_TOKEN": "<your-access-token>"
      }
    }
  }
}

Required Environment Variables

  • DROPBOX_ACCESS_TOKEN

Capabilities

Tools

list_filesread_fileupload_filecreate_folderget_sharing_link

Compatible With

Claude Desktop Claude Code Cursor

Pricing

Server is free. Dropbox account required for storage.

Metrics

380

GitHub Stars

3,400

Installs

260

Weekly

5

Open Issues