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.
Bağlan
Bu yapılandırmayı şuraya ekleyin: .claude/mcp.json
{
"mcpServers": {
"dropbox": {
"command": "npx",
"args": [
"-y",
"@dropbox/mcp-server"
],
"env": {
"DROPBOX_ACCESS_TOKEN": "<YOUR_DROPBOX_ACCESS_TOKEN>"
}
}
}
}Araçlar (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"
}
}
}Kaynaklar
Bu sunucu herhangi bir kaynak sunmuyor.
Prompt'lar
Bu sunucu herhangi bir prompt sunmuyor.
Sunucu bilgileri
- Yazar
- Dropbox (@dropbox)
- Lisans
- MIT
- Sürüm
- 0.2.0
- Yıldızlar
- 260
- Son güncelleme
- 9 Temmuz 2026