Dropbox MCP Server

Filesystemstdiov0.2.0
Репозиторий

MCP server for Dropbox cloud storage. Lets AI agents list folders, upload and download files, search content, move and delete items, and create shared links via the Dropbox API with OAuth. Useful for document workflows, backups, and giving agents access to files stored in Dropbox.

Подключение

Добавьте эту конфигурацию в .claude/mcp.json

{
  "mcpServers": {
    "dropbox": {
      "command": "npx",
      "args": [
        "-y",
        "@dropbox/mcp-server"
      ],
      "env": {
        "DROPBOX_ACCESS_TOKEN": "<YOUR_DROPBOX_ACCESS_TOKEN>"
      }
    }
  }
}

Инструменты (2)

list_folder

List files and subfolders within a Dropbox folder path.

{
  "type": "object",
  "required": [
    "path"
  ],
  "properties": {
    "path": {
      "type": "string",
      "description": "Folder path (empty string for the root)"
    }
  }
}

search_files

Search Dropbox for files and folders matching a query.

{
  "type": "object",
  "required": [
    "query"
  ],
  "properties": {
    "query": {
      "type": "string",
      "description": "Search query"
    }
  }
}

Ресурсы

Этот сервер не предоставляет ресурсы.

Промпты

Этот сервер не предоставляет промпты.

Сведения о сервере

Автор
Dropbox (@dropbox)
Репозиторий
https://github.com/dropbox/dropbox-mcp-server
Лицензия
MIT
Версия
0.2.0
Звёзды
260
Последнее обновление
9 июля 2026 г.