Server Directory
ProductivityBeginner

Dropbox

by Dropbox

GitHub
2.6k

Dropbox API integration for file storage, sharing, and collaboration. Upload files, create folders, generate share links, and manage team spaces.

CAPABILITIES

  • File upload and download
  • Folder management
  • Share link generation
  • File search
  • Team space management
  • File versioning

INSTALLATION

Terminal
npx -y @dropbox/mcp-server

CLAUDE DESKTOP CONFIG

claude_desktop_config.json
{
  "mcpServers": {
    "dropbox": {
      "command": "npx",
      "args": [
        "npx", "-y",
        ""@dropbox/mcp-server"
      ]
    }
  }
}

Config file location: ~/Library/Application Support/Claude/claude_desktop_config.json

QUICK FACTS

Category
Productivity
Difficulty
Beginner
Maintained By
Dropbox
NPM Package
@dropbox/mcp-server

NEW TO MCP?

Learn how to set up MCP servers with Claude Desktop step by step.

Read the tutorial →