dropbox-mcp
Provides tools for interacting with Dropbox, enabling users to list, search, upload, and download files; create folders; delete, move, or copy items; create public shared links; get temporary download links; and retrieve account information.
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@dropbox-mcplist files in my Dropbox root folder"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
dropbox-mcp
MCP (Model Context Protocol) server that exposes Dropbox as tools for any MCP-compatible client.
Features
Tools currently exposed:
Tool | Description |
| List files and folders |
| Search files/folders |
| Upload text or base64 content |
| Download a file (returns text or base64) |
| Create a folder |
| Delete a file or folder |
| Move / rename |
| Copy a file or folder |
| Create a public shared link |
| Get a short-lived direct download link |
| 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_* credentialsRunning the server
HTTP mode (recommended for Deepnote / remote access)
python -m dropbox_mcpBy 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_mcpStdio mode (for local Cursor / Claude Desktop)
MCP_TRANSPORT=stdio python -m dropbox_mcpDeepnote / 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.
This server cannot be installed
Maintenance
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
Dropbox MCP Pack — wraps the Dropbox API v2
Search, browse, and read your Dropbox files. Find documents by name or content, list folders, and…
Browse and manage files in your Moxt AI workspace from any MCP client.
An MCP server that provides read access to your cloud storage providers, bank accounts and more.
Related MCP Servers
- AlicenseNot gradedqualityDmaintenanceThis 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/mcp1MIT
- FlicenseAqualityNot gradedmaintenanceA 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-
- AlicenseAqualityAmaintenanceDropbox MCP server to recover deleted files, list revisions, search content, and force-download cloud-only files via server-side API.11MIT
- AlicenseNot gradedqualityCmaintenanceEnables Dropbox file operations such as listing, searching, downloading, and creating folders via the Dropbox API v2 through MCP.6MIT
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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