Dropbox Dash MCP Server
Config is the same across clients — only the file and path differ.
{
"mcpServers": {
"mcp-server-dash": {
"command": "<see-readme>",
"args": []
}
}
}Are you the author?
Add this badge to your README to show your security score and help users find safe servers.
An MCP server that exposes Dropbox Dash search and file metadata via STDIO using the Python MCP server library (fastmcp). Authenticate with Dropbox, then search across all company content and fetch detailed file metadata and content.
No automated test available for this server. Check the GitHub README for setup instructions.
Five weighted categories — click any category to see the underlying evidence.
No known CVEs.
No package registry to scan.
Be the first to review
Have you used this server?
Share your experience — it helps other developers decide.
Sign in to write a review.
Others in productivity / search
Web and local search using Brave Search API
Production ready MCP server with real-time search, extract, map & crawl.
Official Miro MCP server - Supports context to code and creating diagrams, docs, and data tables.
Persistent memory using a knowledge graph
MCP Security Weekly
Get CVE alerts and security updates for Mcp Server Dash and similar servers.
Start a conversation
Ask a question, share a tip, or report an issue.
Sign in to join the discussion.
An MCP server that exposes Dropbox Dash search and file metadata via STDIO using the Python MCP server library (fastmcp). Authenticate with Dropbox, then search across all company content and fetch detailed file metadata and content.
dash_get_auth_url
dash_authenticate with the one-time code. Tokens are stored securely in your system keyring, so this is typically a one-time setup.dash_authenticate
auth_code (string, required)dash_company_search
query (string, required) — search textfile_type (string or null, optional) — one of: document, image, video, audio, pdf, presentation, spreadsheet; or null for no filter. Default: null. The value document is also treated as no filter.connector (string or null, optional) — filter by connector source. Common connectors include confluence, dropbox, github, gmail, gong, google_calendar, google_drive, jira, microsoft_365, microsoft_teams, slack, workday, zoom, among others. Default: null for no connector filter.start_time (string or null, optional) — filter results modified after this datetime (ISO 8601 format, e.g., 2025-10-30T16:24:12.071Z). Default: null for no start time filter.end_time (string or null, optional) — filter results modified before this datetime (ISO 8601 format, e.g., 2025-10-31T16:24:12.071Z). Default: null for no end time filter.max_results (integer, optional) — default 20, range 1..100UUID:, Type:, URL:, Preview:, Description:, File Type:, MIME Type:, Source:, Creator:, Last Modified By:, Updated:, Source Updated:, Relevance:, Source ID:. Results are separated by a divider line.dash_get_file_details
uuid (string, required) — UUID from search resultsIf the user is not yet authenticated (or the token has expired):
dash_get_auth_url → open the URL and approve access.dash_authenticate(auth_code) → store the token.dash_company_search(...) and dash_get_file_details(uuid).Before installing and running the MCP server, you need to create a Dropbox app to obtain API credentials:
files.metadata.readfiles.content.readThis cred