CuratedMCP
Gemini CLI
Free

How to Install Dropbox MCP in Gemini CLI

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 ~/.gemini/settings.json
  3. 3Paste inside "mcpServers": {}
  4. 4Restart Gemini CLI

Configuration

File location: ~/.gemini/settings.json

settings.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