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:
Search
dash_search
Search company content across all connected sources, with optional filters for file type, source, and source-specific labels.
Content Reading
dash_read_document
Retrieve document metadata and optionally extract text content for a specific document identified by UUID or URI.
dash_read_markdown_content
Read document content as markdown, with chunked transfer support for large files.
dash_read_visual_page
Read visual page renderings (PDF pages, presentation slides) from a document as images.
dash_read_binary_content
Read raw binary content (images, video, audio files) from a document as base64-encoded data.
Discovery
dash_get_sources
List all connected sources available to the user.
dash_get_examples
Get available filters and query examples for a specific source type to help build filtered searches.
dash_whoami
Get the current user's identity information, including display name and email address.
URL Resolution
dash_resolve_urls
Resolve URLs to Dash entity UUIDs with metadata, useful for looking up documents by their original URL.
Connector Actions
dash_list_search_actions
List available read-only search actions for a specific source, using the source's native API.
dash_invoke_search_action
Execute a read-only search action on a source using its native API.
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
To set up the app
codex mcp add DropboxDashMCP --url https://mcp.dropbox.com/dash
codex mcp login DropboxDashMCP
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!