dropbox-mcp

danielsimonjr/dropbox-mcp
★ 0 stars JavaScript AI/LLM Updated today
MCP server exposing Dropbox file recovery, search, and download operations to LLM agents.
View on GitHub → 🔍 Audit Wallet Slippage →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "dropbox-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "danielsimonjr/dropbox-mcp"
      ]
    }
  }
}

README Excerpt

An MCP (Model Context Protocol) server that exposes the Dropbox API as tools for LLM agents. Built on the [TypeScript MCP SDK](https://github.com/modelcontextprotocol/typescript-sdk) and the official [`dropbox`](https://www.npmjs.com/package/dropbox) npm SDK. Focus: **recovery and discovery on an existing Dropbox account** — restoring deleted

Tools (12)

dropbox_dropbox_deletedropbox_downloaddropbox_file_infodropbox_list_deleteddropbox_list_revisionsdropbox_movedropbox_restoredropbox_restore_batchdropbox_restore_revisiondropbox_searchdropbox_upload