a year ago
developer-toolsworking Dropbox MCP server for cursor .47 using simple variable and a simple wrapper
Overview
what is dbx-mcp-server?
dbx-mcp-server is a Model Context Protocol (MCP) server that integrates with Dropbox, allowing MCP-compatible clients to interact with Dropbox through a set of powerful tools.
how to use dbx-mcp-server?
To use dbx-mcp-server, clone the repository, install dependencies, register a Dropbox app, and configure your MCP client to use the server.
key features of dbx-mcp-server?
- Integration with Dropbox's public API
- Supports file operations like upload, download, and delete
- Provides account information and metadata retrieval
- Search functionality for files and folders
use cases of dbx-mcp-server?
- Automating file uploads and downloads to Dropbox.
- Managing Dropbox files through MCP-compatible applications.
- Retrieving account information and file metadata programmatically.
FAQ from dbx-mcp-server?
- Is dbx-mcp-server affiliated with Dropbox?
No, it is an independent integration that works with Dropbox's public API.
- What programming language is dbx-mcp-server built with?
It is built with TypeScript.
- How do I authenticate with Dropbox?
The server uses OAuth 2.0 with PKCE for secure authentication.