Dropbox MCP Server
A local MCP server that enables Claude to manage Dropbox accounts through tools for file manipulation, searching, and sharing. It supports operations such as listing folders, moving files, creating shared links, and monitoring storage usage via natural language commands.
README
Dropbox MCP Server
A local MCP server that gives Claude (Ancilla) direct control over your Dropbox.
What This Unlocks
Once connected, you can say things like:
- "List everything in my /Projects folder"
- "Search my Dropbox for the Q3 budget file"
- "Move that file to /Archive"
- "Create a shared link for /Reports/Final.pdf"
- "How much Dropbox storage am I using?"
Available Tools
| Tool | What It Does |
|---|---|
dropbox_list_folder |
List files/folders at any path |
dropbox_create_folder |
Create a new folder |
dropbox_search |
Search by file name or content |
dropbox_get_metadata |
Get size, dates, ID for any file |
dropbox_move |
Move or rename files/folders |
dropbox_copy |
Copy files/folders |
dropbox_delete |
Delete files/folders (destructive!) |
dropbox_create_shared_link |
Generate a public share URL |
dropbox_list_shared_links |
List existing share links |
dropbox_get_space_usage |
Check storage usage |
Setup
Step 1 — Get Your Dropbox Access Token
- Go to https://www.dropbox.com/developers/apps
- Click "Create app"
- Choose:
- API: Scoped access
- Access type: Full Dropbox (or App Folder for limited access)
- Give it a name (e.g. "Ancilla MCP")
- On the app settings page, scroll to "OAuth 2"
- Under "Generated access token", click "Generate"
- Copy the token — keep it secret, treat it like a password
Permissions needed (set in the "Permissions" tab before generating token):
files.metadata.readfiles.metadata.writefiles.content.readfiles.content.writesharing.readsharing.write
⚠️ If you change permissions AFTER generating the token, you must regenerate the token.
Step 2 — Install Node.js (if not already installed)
Check if you have it:
node --version
If not, download from https://nodejs.org — get the LTS version.
Step 3 — Install Dependencies & Build
cd dropbox-mcp-server
npm install
npm run build
Step 4 — Connect to Claude Desktop
Open your Claude Desktop config file:
Mac: ~/Library/Application Support/Claude/claude_desktop_config.json
Windows: %APPDATA%\Claude\claude_desktop_config.json
Add this to the mcpServers section:
{
"mcpServers": {
"dropbox": {
"command": "node",
"args": ["/FULL/PATH/TO/dropbox-mcp-server/dist/index.js"],
"env": {
"DROPBOX_ACCESS_TOKEN": "YOUR_TOKEN_HERE"
}
}
}
}
Replace:
/FULL/PATH/TO/dropbox-mcp-serverwith the actual path on your machineYOUR_TOKEN_HEREwith the token from Step 1
Step 5 — Restart Claude Desktop
Fully quit and reopen Claude Desktop. You should see the Dropbox tools available.
Troubleshooting
"DROPBOX_ACCESS_TOKEN environment variable is not set" → Check your claude_desktop_config.json — the env block must be inside the dropbox server entry.
"invalid_access_token" or "expired_access_token" → Your token is invalid. Go back to the Dropbox developer portal and regenerate it.
"path/not_found"
→ Dropbox paths are case-sensitive. Use /FolderName not /foldername if that's how it was created.
Tools not showing in Claude → Make sure you fully quit Claude Desktop (not just close the window) and restart it.
Security Notes
- Your access token gives full Dropbox access — treat it like a password
- The token is stored locally in your Claude config — never commit that file to Git
- For production use, consider OAuth with refresh tokens instead of long-lived tokens
推荐服务器
Baidu Map
百度地图核心API现已全面兼容MCP协议,是国内首家兼容MCP协议的地图服务商。
Playwright MCP Server
一个模型上下文协议服务器,它使大型语言模型能够通过结构化的可访问性快照与网页进行交互,而无需视觉模型或屏幕截图。
Magic Component Platform (MCP)
一个由人工智能驱动的工具,可以从自然语言描述生成现代化的用户界面组件,并与流行的集成开发环境(IDE)集成,从而简化用户界面开发流程。
Audiense Insights MCP Server
通过模型上下文协议启用与 Audiense Insights 账户的交互,从而促进营销洞察和受众数据的提取和分析,包括人口统计信息、行为和影响者互动。
VeyraX
一个单一的 MCP 工具,连接你所有喜爱的工具:Gmail、日历以及其他 40 多个工具。
graphlit-mcp-server
模型上下文协议 (MCP) 服务器实现了 MCP 客户端与 Graphlit 服务之间的集成。 除了网络爬取之外,还可以将任何内容(从 Slack 到 Gmail 再到播客订阅源)导入到 Graphlit 项目中,然后从 MCP 客户端检索相关内容。
Kagi MCP Server
一个 MCP 服务器,集成了 Kagi 搜索功能和 Claude AI,使 Claude 能够在回答需要最新信息的问题时执行实时网络搜索。
e2b-mcp-server
使用 MCP 通过 e2b 运行代码。
Neon MCP Server
用于与 Neon 管理 API 和数据库交互的 MCP 服务器
Exa MCP Server
模型上下文协议(MCP)服务器允许像 Claude 这样的 AI 助手使用 Exa AI 搜索 API 进行网络搜索。这种设置允许 AI 模型以安全和受控的方式获取实时的网络信息。