Connector guide1-minute read10 MCP toolsEnglish · Deutsch · Italiano

如何将 Dropbox 连接到 Cursor — 通过 MCP

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

HCBy HelpCode teamUpdated 1 min read Open source on GitHub

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

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
    Source-available BSL-1.1
  • Works with ChatGPT, Claude, Gemini
    Any MCP-compatible client

No install? Use cloud.anythingmcp.com directly.

Sign in, install the Dropbox in one click, paste the credentials, mint an MCP API key — done. No Docker, no git clone, no local server to run.

Open Cloud

TL;DR

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

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

Dropbox + Cursor

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

前提条件

请查看连接器中包含的完整设置说明(在选择连接器时可在应用内商店中查看)。此连接器所需的环境变量为:

DROPBOX_CLIENT_ID, DROPBOX_CLIENT_SECRET, DROPBOX_REFRESH_TOKEN

第一步 — 获取凭据

此连接器封装了 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_ID, DROPBOX_CLIENT_SECRET, DROPBOX_REFRESH_TOKEN

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

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

第二步 — 安装适配器

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

第三步 — 在 Claude 中添加连接器

推荐路径 — 在 claude.ai web 上工作,无需编辑任何配置文件。

  1. 打开 claude.ai/customize/connectors
  2. 点击 "添加自定义连接器"
  3. 填写:
    • 名称: Dropbox
    • URL: https://cloud.anythingmcp.com/mcp
    • 认证: Bearer 令牌 → 粘贴您的 MCP API 密钥(来自 AnythingMCP → 个人资料 → MCP API 密钥 → 新密钥
  4. 点击 连接 进行授权。

以下所有工具将在您的聊天中出现 — 开始输入提示。

可用工具

工具功能
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为文件/文件夹创建公共共享链接

常见问题

它是否适用于 Claude Code 和 Claude Desktop? 是的 — 两者都指向 https://cloud.anythingmcp.com/mcp

下一步

这份指南对您有帮助吗?

Ready to ship

Your Dropbox agent is one click away.

Install the connector, paste the key, prompt Cursor. Free for 7 days, no credit card.

相关指南