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.
Conectar
Añade esta configuración a .claude/mcp.json
{
"mcpServers": {
"dropbox": {
"command": "npx",
"args": [
"-y",
"@dropbox/mcp-server"
],
"env": {
"DROPBOX_ACCESS_TOKEN": "<YOUR_DROPBOX_ACCESS_TOKEN>"
}
}
}
}Herramientas (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"
}
}
}Recursos
Este servidor no expone ningún recurso.
Prompts
Este servidor no expone ningún prompt.
Información del servidor
- Autor
- Dropbox (@dropbox)
- Licencia
- MIT
- Versión
- 0.2.0
- Estrellas
- 260
- Última actualización
- 9 de julio de 2026