Search, browse, and read your Dropbox files. Find documents by name or content, list folders, andβ¦
Copy the AI prompt to install this server into Claude Code, Cursor, or another agent β or use 1-click editor setup below.
We haven't yet run this listing's install command through our automated sandbox check. This isn't a red flag β we're steadily working through the catalog.
π‘ Paste into ~/Library/Application Support/Claude/claude_desktop_config.json (macOS) or %APPDATA%\Claude\claude_desktop_config.json (Windows)
Inspect callable tools, capabilities, and parameters exposed to AI agents by Cindyloo Dropbox Mcp Server.
list_filesList files and folders in a Dropbox directory.
search_filesSearch for files by name.
read_fileRead the full content of a file.
get_file_infoGet detailed metadata about a file.
search_file_contentSearch for text within specific files.
A Model Context Protocol (MCP) server that provides read access to Dropbox files with advanced search and content extraction capabilities.
files.metadata.readfiles.content.readOr install manually:
Set your Dropbox access token as an environment variable:
Add to your claude_desktop_config.json:
The server will automatically use the DROPBOX_ACCESS_TOKEN environment variable when deployed.
list_filesList files and folders in a Dropbox directory.
Parameters:
folder_path (optional): Path to folder (empty for root)max_files (optional): Maximum items to return (default: 20)search_filesSearch for files by name.
Parameters:
query: Search queryfile_types (optional): File types to search ("all", "pdf", "docx", "txt", or comma-separated)max_results (optional): Maximum results (default: 10)read_fileRead the full content of a file.
Parameters:
file_path: Full path to the filemax_length (optional): Maximum characters to return (default: 5000, 0 for unlimited)get_file_infoGet detailed metadata about a file.
Parameters:
file_path: Full path to the filesearch_file_contentSearch for text within specific files.
Parameters:
file_paths: List of file paths to searchquery: Text to search forcontext_chars (optional): Characters of context around matches (default: 100)Make sure your DROPBOX_ACCESS_TOKEN is set, then run the server and test with an MCP client.
MIT License - feel free to use and modify as needed.
Contributions are welcome! Please feel free to submit a Pull Request.
For issues and questions, please open an issue on GitHub.
Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.
[](https://allmcps.com/mcp/cindyloo-dropbox-mcp-server)<a href="https://allmcps.com/mcp/cindyloo-dropbox-mcp-server"><img src="https://allmcps.com/api/badge/cindyloo-dropbox-mcp-server?style=directory" alt="Cindyloo Dropbox Mcp Server on AllMCPs" /></a>