Server Details
Search, browse, and read your Dropbox files. Find documents by name or content, list folders, and…
- Status
- Healthy
- Last Tested
- Transport
- Streamable HTTP
- URL
- Repository
- cindyloo/dropbox-mcp-server
- GitHub Stars
- 0
- Server Listing
- Dropbox MCP Server
Available Tools
5 toolsget_file_infoTry in Inspector
Get detailed information about a specific file.
Args:
file_path: Full path to the file in Dropbox
ParametersJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| file_path | Yes |
list_filesTry in Inspector
List files and folders in a Dropbox directory.
Args:
folder_path: Path to the folder (empty string for root)
max_files: Maximum number of items to return
ParametersJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| max_files | No | ||
| folder_path | No |
read_fileTry in Inspector
Read and return the full content of a file.
Args:
file_path: Full path to the file in Dropbox
max_length: Maximum characters to return (0 for no limit)
ParametersJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| file_path | Yes | ||
| max_length | No |
search_file_contentTry in Inspector
Search for text within specific files.
Args:
file_paths: List of file paths to search in
query: Text to search for
context_chars: Number of characters of context around matches
ParametersJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| query | Yes | ||
| file_paths | Yes | ||
| context_chars | No |
search_filesTry in Inspector
Search for files in Dropbox by name or content.
Args:
query: Search query (searches file names and content)
file_types: File types to search ("all", "pdf", "docx", "txt", or comma-separated list)
max_results: Maximum number of results to return
ParametersJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| query | Yes | ||
| file_types | No | all | |
| max_results | No |
FAQ
How do I claim this server?
To claim this server, publish a /.well-known/glama.json file on your server's domain with the following structure:
{
"$schema": "https://glama.ai/mcp/schemas/connector.json",
"maintainers": [
{
"email": "your-email@example.com"
}
]
}
The email address must match the email associated with your Glama account. Once verified, the server will appear as claimed by you.
What are the benefits of claiming a server?
- Control your server's listing on Glama, including description and metadata
- Receive usage reports showing how your server is being used
- Get monitoring and health status updates for your server
Try in Browser
Your Connectors
Sign in to create a connector for this server.