Dropbox MCP Server
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| DROPBOX_ACCESS_TOKEN | Yes | Your Dropbox Access Token. Can be generated in the Dropbox App Console under Settings > OAuth 2 > Generated access token. |
Capabilities
Features and capabilities supported by this server
| Capability | Details |
|---|---|
| tools | {
"listChanged": true
} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| list_folderC | List files and folders in a Dropbox directory |
| create_folderB | Create a new folder in Dropbox |
| searchB | Search for files and folders in Dropbox by name |
| get_metadataC | Get metadata for a file or folder in Dropbox |
| moveC | Move a file or folder to a new location in Dropbox |
| copyC | Copy a file or folder in Dropbox |
| deleteA | Delete a file or folder in Dropbox (moves to trash) |
| create_shared_linkB | Create a shared link for a Dropbox file or folder |
| list_shared_linksB | List shared links for a Dropbox file/folder, or all shared links |
| get_space_usageA | Get the current Dropbox account space usage |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
Latest Blog Posts
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/OV-MapRoom/dropbox-mcp-localserver'
If you have feedback or need assistance with the MCP directory API, please join our Discord server