Dropbox

Dropbox

Dropbox is a cloud storage service offering file syncing, sharing, and collaboration across devices with version control and robust integrations

392VIEWS
27USERS

Install MCP Server

Paste and run this command in your terminal to set up Cursor with MCP

npx @composio/cli add cursor --app dropboxnpx @composio/cli add cursor --app dropboxnpx @composio/cli add cursor --app dropboxnpx @composio/cli add cursor --app dropbox

After running the command, restart Cursor to start using the MCP Server.

Available Tools

Create File Request

Tool to create a new file request in dropbox. use when you need to request files from others by generating a unique link for uploads to a specified dropbox folder, optionally with a deadline.

Create Folder

Tool to create a new folder at a specified path in dropbox. use when you need to organize files by creating a new directory. requires the 'files.content.write' scope.

Create Paper Document

Creates a new dropbox paper document at the specified path using html or markdown content.

Delete File Or Folder

Permanently deletes the file or folder at the specified path in dropbox. use when you need to remove a specific file or folder. requires the `files.content.write` scope.

Get About Me

Tool to get information about the current user's dropbox account. use when you need to retrieve account details like email, name, or account type.

List Files In Folder

Tool to list files and folders in a specified dropbox directory. use when you need to see the contents of a folder, including subfolders if recursive is true.

List Folder Contents

Retrieves a list of folders, files, and deleted entries from a specified dropbox path.

Move File Or Folder

Move file or folder

Read A File

Downloads a file from the specified dropbox path, requiring `files.content.read` scope.

Search File Or Folder

Tool to search for files and folders in dropbox. use when you need to find an item by name or content, optionally within a specific path or with other filters, and paginate through results. example: search for 'report.docx' in the '/finance' folder.

Upload File

Uploads a file to a specified path in the user's dropbox, with options for handling existing files.

11 actions available