Skip to main content
Glama

dropbox-mcp

MCP (Model Context Protocol) server that exposes Dropbox as tools for any MCP-compatible client.

Features

Tools currently exposed:

Tool

Description

dropbox_list_folder

List files and folders

dropbox_search

Search files/folders

dropbox_upload

Upload text or base64 content

dropbox_download

Download a file (returns text or base64)

dropbox_create_folder

Create a folder

dropbox_delete

Delete a file or folder

dropbox_move

Move / rename

dropbox_copy

Copy a file or folder

dropbox_create_shared_link

Create a public shared link

dropbox_get_temporary_link

Get a short-lived direct download link

dropbox_account_info

Get current account display name

Related MCP server: Dropbox MCP Server

Requirements

  • Python 3.11+

  • A Dropbox App with appropriate scopes

Quick Setup

git clone https://github.com/howyouaresignedin-max/dropbox-mcp.git
cd dropbox-mcp
python -m venv .venv
source .venv/bin/activate
pip install -r requirements.txt
cp .env.example .env
# Fill in your DROPBOX_* credentials

Running the server

python -m dropbox_mcp

By default it starts on 0.0.0.0:8080 using the modern HTTP transport.

You can override with environment variables:

MCP_TRANSPORT=http MCP_HOST=0.0.0.0 MCP_PORT=8080 python -m dropbox_mcp

Stdio mode (for local Cursor / Claude Desktop)

MCP_TRANSPORT=stdio python -m dropbox_mcp

Deepnote / Port exposure

Once the server is running on port 8080, use Deepnote’s “Incoming connections” or port-forwarding feature to expose it if you need external access.

License

MIT

Tool Schema Changelog

Recent tool additions, removals, and schema changes observed during successful MCP inspections. Dates show when Glama detected each change.

No tool schema history has been recorded yet.

Maintenance

ActivityMaintained
ResponsivenessNo issues

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

Related MCP Connectors

Related MCP Servers

  • A
    license
    Not graded
    quality
    D
    maintenance
    This read-only MCP Server allows you to connect to Dropbox data from Claude Desktop through CData JDBC Drivers. Free (beta) read/write servers available at https://www.cdata.com/solutions/mcp
    1
    MIT
  • F
    license
    A
    quality
    Not graded
    maintenance
    A local MCP server that enables Claude to manage Dropbox accounts through tools for file manipulation, searching, and sharing. It supports operations such as listing folders, moving files, creating shared links, and monitoring storage usage via natural language commands.
    10
    -
  • A
    license
    A
    quality
    A
    maintenance
    Dropbox MCP server to recover deleted files, list revisions, search content, and force-download cloud-only files via server-side API.
    11
    MIT
  • A
    license
    Not graded
    quality
    C
    maintenance
    Enables Dropbox file operations such as listing, searching, downloading, and creating folders via the Dropbox API v2 through MCP.
    6
    MIT

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/howyouaresignedin-max/dropbox-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server