How to connect the Dropbox remote MCP server
In this article
This article applies to customers in an open beta and is generally available. Betas are subject to additional terms. Learn more about Dropbox products in beta.
The Dropbox MCP remote server, now in beta, makes it easy to connect Dropbox directly within your favorite apps, so you can stay focused without switching tabs or interrupting your workflow.
Built on the open-source Model Context Protocol (MCP) standard, this integration lets you securely access and use Dropbox inside LLM-based environments.
You can use the Dropbox MCP Server if you’re:
- A developer who wants to browse or query Dropbox files from an IDE such as Cursor or Claude Code.
- An AI agent builder connecting Dropbox as a data source for retrieval, reasoning, or workflow automation.
- A professional using AI assistants to review documents, organize files, share content, or collect files from others.
- A writer or researcher creating drafts, summaries, notes, or reference material using Dropbox content.
- Using an MCP-compatible client such as Cursor, Claude, or ChatGPT to work with Dropbox files and folders.
Available tools
| Tools | Description |
| ListFolder |
|
| GetFileMetadata |
|
| GetFileContent |
|
| GetUsageAndQuota |
|
| Search |
|
| CreateFolder |
|
| CreateFile |
|
| CreateSharedLink |
|
| WhoAmI |
|
| Copy |
|
| Move |
|
| Delete |
|
| CheckJobStatus |
|
| DownloadLink |
|
| ListSharedLinks |
|
| GetSharedLinkMetadata |
|
| CreateFileRequest |
|
| GetFileRequest |
|
| ListFileRequests |
|
| ListFileRevisions |
|
| RestoreFileRevision |
|
| ListRestoreEvents |
|
| RestoreFolder |
|
| GetTranscript |
|
| GetMarkdown |
|
Supported MCP clients
Dropbox MCP server supports Dynamic Client Registration for a trusted set of MCP Clients. More will be added soon. For now, here's the list of all supported MCP Clients:
| Supported MCP Clients |
| Claude Code |
| Claude Web |
| ChatGPT Codex |
| ChatGPT Web |
| Cursor |
Notes:
- Request a particular MCP client to be supported by Dynamic Client Registration through Get Help.
- No additional setup is needed before connecting to the MCP server.
How to connect to the Dropbox MCP remote server
Dropbox MCP server location: https://mcp.dropbox.com/mcp
The setup steps vary depending on your MCP client.
Important: If you change your Dropbox app settings, such as adding a new scope, you must reconnect to the Dropbox MCP server.
Connect with Cursor
To set up the connector
- In Cursor, click Settings, then Cursor Settings.
- Click Tools and MCP, then New MCP Server.
- Copy the configuration below:
{
"mcpServers": {
"Dropbox MCP": {
"url": "https://mcp.dropbox.com/mcp"
}
}
}
Connect with Claude Web/Desktop
Prerequisites
- Access to the Claude Custom Connector (available on select Claude plans)
To set up the connector
- In Claude, click Settings, then Connectors.
- Click Add custom connector.
- Enter the following:
- Name: Dropbox MCP
- Dropbox MCP server URL: https://mcp.dropbox.com/mcp
- Click Add.
Connect with Claude Code (CLI)
Prerequisites
- Claude Code CLI installed
To set up the connector
claude mcp add --transport http DropboxMCP https://mcp.dropbox.com/mcp
Connect with ChatGPT Web
Prerequisites
- Access to ChatGPT Developer Mode (available on certain plans)
To enable Developer Mode
- In ChatGPT, click Settings, then Apps & Connectors.
- Click Advanced settings.
- Toggle Developer mode to ON.
- Review the prompt about unverified connectors, then click Confirm.
To set up the connector
- In ChatGPT, click Settings, then Apps.
- Click Create app.
- Enter the following:
- Name: Dropbox MCP
- MCP Server URL: https://mcp.dropbox.com/mcp
- Authentication: OAuth
- Check I understand and want to continue.
- Click Create.
Connect with ChatGPT Codex (CLI)
Prerequisites
- Codex installed locally
To set up the connector
- Add the connector:
codex mcp add DropboxMCP --url https://mcp.dropbox.com/mcp
codex mcp login DropboxMCP
Connecting from other MCP clients
Before connecting to the MCP server, you need a Dropbox app to obtain API credentials. Follow the Dropbox app setup instructions.
Dropbox app setup
Note: Your Dropbox admin may control whether you can register or connect apps. If you don’t see the option to create an app or connect Dropbox to another service, contact your team admin. Learn more about admin controls for app integrations.
- Go to the Dropbox App Console.
- Click Create app.
- Configure your app:
- API: Scoped access
- Access type: Full Dropbox
- App name: Choose a unique name
- Click Permissions, then enable:
- files.metadata.read
- files.content.read
- files.content.write
- sharing.write
- account_info.read
- sharing.read
- file_requests.read
- file_requests.write
- Add OAuth 2 Redirect URIs for your MCP Client:
- Check their documentation for specific OAuth2 redirect URIs.
- This is sometimes obtained during the setup flow of connecting to MCP servers.
- Collect your credentials:
- Click Settings.
- Click Generate access token.
- Copy your Access token.
- Note: The access token is short-lived, so you’ll need to regenerate it when it expires.
- Copy the App key.
- Copy the App secret.
- Customize your app in Branding with a name, icon, and description (Optional).
FAQs
How secure is the connection?
Dropbox MCP uses Dropbox OAuth for secure authentication. Your data stays protected under Dropbox’s existing privacy and security standards.
Community answers
-
Posted by: aclarkrelaynetwork 1 day ago
12
0
-
Posted by: NatKh 36 days ago
241
4
-
Posted by: Amy 60 days ago
131
2
-
Posted by: andrei_t 107 days ago
121
4
-
Posted by: daveh0 2307 days ago
3792
2