Dropbox MCP (Official Dash)
Official ProductivityOfficial Dropbox Dash MCP server for searching and accessing files across your connected apps.
Quick Install
uvx mcp-server-dash Manual configuration
Add this to your Claude Code settings.json (or .claude/settings.json in your project):
{
"mcpServers": {
"dropbox-mcp-dash": {
"command": "uvx",
"args": [
"mcp-server-dash"
]
}
}
}