dropbox-mcp-server

andrewlyle18/dropbox-mcp-server
★ 0 stars Python File System Updated 1d ago
Personal Dropbox MCP server for Claude — full file access via a custom connector.
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-server": {
      "command": "uvx",
      "args": [
        "dropbox-mcp-server"
      ]
    }
  }
}

Or install with pip: pip install dropbox-mcp-server