MCP Hub
Back to servers

Dropbox

Dropbox MCP Pack — wraps the Dropbox API v2

Registry
Updated
Apr 15, 2026

mcp-dropbox

Dropbox MCP Pack — wraps the Dropbox API v2

Part of the Pipeworx open MCP gateway.

Tools

ToolDescription
dropbox_list_folderList files and folders in a Dropbox directory.
dropbox_searchSearch for files and folders in Dropbox by name or content.
dropbox_get_metadataGet metadata for a file or folder in Dropbox.
dropbox_downloadDownload a file from Dropbox. Returns the file content as text and its metadata.
dropbox_create_folderCreate a new folder in Dropbox.

Quick Start

Add to your MCP client config:

{
  "mcpServers": {
    "dropbox": {
      "url": "https://gateway.pipeworx.io/dropbox/mcp"
    }
  }
}

Or use the CLI:

npx pipeworx use dropbox

License

MIT

Reviews

No reviews yet

Sign in to write a review