Token导航 LogoToken导航TokenDH.com
DR
文档知识HTTP官方级别未说明来源级核验

Dropbox (verified)

MCP Server

Store, sync, and share files across devices. Manage folders, control access permissions, and collaborate on documents.

工具数

公开资料未说明
JavaScriptHTTP文档处理

安装说明

本站只整理中文说明和来源信息,不托管安装包,也不代用户安装。

最后核验

2026/5/17 23:38

运行时

Node.js

快速接入

先看主来源和安装命令,再打开仓库或文档;下面只保留这个条目的关键接入事实。

命令预览

npx -y smithery mcp add dropbox

详细介绍

Dropbox (verified)

Store, sync, and share files across devices. Manage folders, control access permissions, and collaborate on documents.

Quick Start

# Connect this server (installs CLI if needed)
npx -y smithery mcp add dropbox

# Browse available tools
npx -y smithery tool list dropbox

# Get full schema for a tool
npx -y smithery tool get dropbox DROPBOX_CREATE_FILE_REQUEST

# Call a tool
npx -y smithery tool call dropbox DROPBOX_CREATE_FILE_REQUEST '{}'

Direct MCP Connection

Endpoint: https://dropbox.run.tools

Tools (12)

  • DROPBOX_CREATE_FILE_REQUEST — Tool to create a new file request in Dropbox. Use when you need to request files from others by generating a unique lin…
  • DROPBOX_CREATE_FOLDER — Tool to create a new folder at a specified path in Dropbox. Use when you need to organize files by creating a new direc…
  • DROPBOX_CREATE_PAPER — Creates a new Dropbox Paper document at the specified path using HTML or Markdown content.
  • DROPBOX_DELETE_FILE_OR_FOLDER — Permanently deletes the file or folder at the specified path in Dropbox. Use when you need to remove a specific file or…
  • DROPBOX_GET_ABOUT_ME — Tool to get information about the current user's Dropbox account. Use when you need to retrieve account details like em…
  • DROPBOX_GET_TEMPORARY_LINK — Tool to get a one-click temporary (expiring) download link. Use when you need to share a Dropbox file directly without …
  • DROPBOX_LIST_FILES_IN_FOLDER — Tool to list files and folders in a specified Dropbox directory. Use when you need to see the contents of a folder, inc…
  • DROPBOX_LIST_FOLDERS — Retrieves a list of folders, files, and deleted entries from a specified Dropbox path.
  • DROPBOX_MOVE_FILE_OR_FOLDER — Move file or folder
  • DROPBOX_READ_FILE — Downloads a file from the specified Dropbox path, requiring files.content.read scope.
  • DROPBOX_SEARCH_FILE_OR_FOLDER — Tool to search for files and folders in Dropbox. Use when you need to find an item by name or content, optionally withi…
  • DROPBOX_UPLOAD_FILE — Uploads a file to a specified path in the user's Dropbox, with options for handling existing files.
# Get full input/output schema for a tool
npx -y smithery tool get dropbox 

目录标签

目录标签

JavaScriptHTTP文档处理

接入字段

传输方式(transport,传输协议)

HTTP

鉴权方式(authType,认证方式)

unknown

运行时(runtime,运行环境)

Node.js

权限和风险

HTTPunknown部署方式未说明

接入前请确认传输方式、认证方式和部署位置,并根据实际工具能力限制访问范围。

安装前确认

不要直接授予不必要的文件、网络或账号权限;先核对安装命令和配置内容。

仍需确认:category

来源信息

继续浏览同类 MCP