Dropbox Search

🔍 Dropbox Semantic Search

Add powerful AI-powered search across all your Dropbox files to Claude Desktop

🚀 Connect Your Dropbox
🧠

Semantic Search

Find documents by meaning, not just keywords. "Find my project proposals from last year" just works.

🔒

Secure & Private

Your files stay in Dropbox. We only index text for search. Multi-tenant isolation guarantees data privacy.

Real-time Sync

Changes sync automatically every 5 minutes. New files are searchable within minutes of being added.

🛡️

Enterprise-Grade Security

OAuth 2.0 authentication, 90-day token expiration, instant revocation, and encrypted data in transit

How It Works

1

Connect Dropbox

Click the button above to authorize read-only access to your Dropbox files via OAuth 2.0.

2

Get Your Token

You'll receive a personal access token (valid for 90 days). Copy it - you'll need it for the next step.

3

Configure Claude Desktop

Add this configuration to your Claude Desktop settings file:

{ // For MCP protocol (full semantic search) "mcpServers": { "dropbox-search": { "command": "npx", "args": ["-y", "@modelcontextprotocol/server-fetch"], "env": { "FETCH_URL": "https://dbx.mcp.mcpify.org", "DROPBOX_TOKEN": "YOUR_TOKEN_HERE" } } } }
4

Start Searching!

Restart Claude Desktop and ask questions like:

  • "Search my Dropbox for budget reports from Q2"
  • "Find documents about Project Phoenix"
  • "Show me meeting notes from last month"

📁 Config File Locations

macOS: ~/Library/Application Support/Claude/claude_desktop_config.json
Windows: %APPDATA%\Claude\claude_desktop_config.json

🔧 Technical Details

Uses E5-small multilingual embeddings for semantic search, Elasticsearch for storage, and automatic delta sync to keep your files up-to-date. Read-only access via Dropbox API v2. Maximum file size: 100MB per file.