This article describes a feature available to all Dropbox Dash users.
The Dropbox Dash remote MCP server makes it easy to connect Dropbox Dash 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, it provides a simple way to connect Dash with the tools you use every day. The Dash MCP server is ideal for:
Dropbox MCP server supports Dynamic Client Registration for the following MCP clients:
Notes:
Dropbox Dash MCP server location: https://mcp.dropbox.com/dash
The setup steps vary depending on your MCP client.
To set up the connector
{ "mcpServers": { "Dropbox Dash MCP": { "url": "https://mcp.dropbox.com/dash" } } }
Prerequisites
claude mcp add --transport http DropboxDashMCP https://mcp.dropbox.com/dash
To enable Developer Mode
macOS / Linux
export DROPBOX_DASH_MCP_TOKEN="<your-access-token>"
Windows (PowerShell)
setx DROPBOX_DASH_MCP_TOKEN "<your-access-token>"
2. Add the connector:
codex mcp add dropbox-dash-mcp \ --url https://mcp.dropbox.com/dash \ --bearer-token-env-var DROPBOX_DASH_MCP_TOKEN
3. Update the OAuth token.
Update the environment variable and restart Codex or your terminal:
export DROPBOX_DASH_MCP_TOKEN="<your-new-access-token>"
Windows
setx DROPBOX_DASH_MCP_TOKEN "<your-new-access-token>"
Before connecting to the MCP server, you need a Dropbox app to obtain API credentials. Follow the Dropbox app setup instructions.
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.
Dropbox Dash MCP uses Dropbox OAuth for secure authentication. Your data stays protected under Dropbox’s existing privacy and security standards.
The Dropbox Dash local MCP server is available. However, we recommend using the remote server as it’s easier to use and updated more frequently.
Yes, thanks!
Not really
Let us know how why it didn't help:
Thanks for letting us know!
Thanks for your feedback!