Connector guide1-minute read10 MCP toolsEN · DE · IT

Dropbox 到 MCP — 从任何 AI 代理驱动 Dropbox

从任何 AI 代理管理 Dropbox(文件存储:列出、下载、上传、移动、复制、删除、搜索、共享、元数据)。10 个工具,OAuth2 令牌。

HCBy HelpCode teamUpdated 1 min read Open source on GitHub

No credit card · 7-day trial · Self-host alternative available

Dropbox

MCP connector

Dropbox

Manage Dropbox (file storage: list, download, upload, move, copy, delete, search, share, metadata) from any AI agent. 10 tools, OAuth2 token.

Tools

10

Region

INTL

Category

storage

Authentication

OAuth 2.0

Required env vars

DROPBOX_CLIENT_IDDROPBOX_CLIENT_SECRETDROPBOX_REFRESH_TOKEN
Install in one click on Cloud

7-day free trial · No credit card

  • 7-day free trial
    No credit card required
  • GDPR & SOC 2 ready
    EU data residency, audit logs
  • Open-source on GitHub
    Open source AGPL-3.0
  • Works with ChatGPT, Claude, Gemini
    Any MCP-compatible client

Skip the install. Get this working in under 2 minutes.

Start a free trial on cloud.anythingmcp.com, add the Dropbox in one click, then point your AI client (Claude, ChatGPT, Copilot or Cursor) at the generated MCP endpoint. No Docker, no git clone, zero engineering experience required.

Start free trial

Summary

从任何 AI 代理管理 Dropbox(文件存储:列出、下载、上传、移动、复制、删除、搜索、共享、元数据)。10 个工具,OAuth2 令牌。

试试这样问

Dropbox 的示例提示

点击任意提示即可复制,然后粘贴到 Claude、ChatGPT、Cursor、Gemini、Copilot 或 OpenClaw 中,在该连接器上运行。

Dropbox · 通过 MCP 实时
分享
Opus 4.7

Claude 是 AI,可能会出错。请核对回答。

💡 不需要安装?直接使用 cloud.anythingmcp.com 登录,点击 Connectors → Dropbox,粘贴你的凭据,生成 MCP API 密钥 — 完成。无需 Docker,无需 git clone,无需本地服务器。

Dropbox

从任何 AI 代理管理 Dropbox(文件存储:列出、下载、上传、移动、复制、删除、搜索、共享、元数据)。10 个工具,OAuth2 令牌。

设置

此连接器封装了 Dropbox API v2 (api.dropboxapi.com)。

设置 — OAuth2

  1. https://www.dropbox.com/developers/apps 注册 → 创建应用 → '受限访问' → 根据需要选择 '应用文件夹' 或 '完整 Dropbox'。
  2. 添加所需的权限范围(files.metadata.read, files.content.read, files.content.write, sharing.write, ...)。
  3. 通过 OAuth 流生成 刷新令牌,使用 token_access_type=offline
  4. 设置 DROPBOX_CLIENT_IDDROPBOX_CLIENT_SECRETDROPBOX_REFRESH_TOKEN

认证:OAuth2 刷新由引擎处理。发送 Authorization: Bearer ACCESS_TOKEN

…(在应用内连接器说明中继续)

先决条件DROPBOX_CLIENT_IDDROPBOX_CLIENT_SECRETDROPBOX_REFRESH_TOKEN

本地安装连接器

git clone https://github.com/HelpCode-ai/anythingmcp.git
cd anythingmcp && docker compose up -d

打开 http://localhost:3000/connectors/store,选择 Dropbox 并粘贴在先决条件下列出的环境变量。

可用工具

工具功能
dropbox_get_current_account返回经过身份验证的用户帐户(account_id、name、email、country、locale、account_type)
dropbox_list_folder列出文件夹内容
dropbox_list_folder_continue继续 list_folder 游标
dropbox_get_metadata获取路径下单个文件/文件夹的元数据
dropbox_search在路径内根据查询搜索文件
dropbox_create_folder在路径下创建文件夹
dropbox_move将文件/文件夹移动到新路径
dropbox_copy将文件/文件夹复制到新路径
dropbox_delete删除文件/文件夹
dropbox_create_shared_link为文件/文件夹创建公共共享链接

下一步

这份指南对你有帮助吗?

Ready to ship

Your Dropbox agent is one click away.

Install the connector, paste the key, prompt any MCP client. Free for 7 days, no credit card.

相关指南