amgadabdelhafez_dbx-mcp-server

amgadabdelhafez_dbx-mcp-server

0

The dbx-mcp-server is an independent Model Context Protocol (MCP) server designed to integrate with Dropbox. It allows MCP-compatible clients to interact with Dropbox's API to perform a wide range of file and account operations securely via OAuth 2.0 authentication.

dbx-mcp-server

A Model Context Protocol (MCP) server that provides integration with Dropbox, allowing MCP-compatible clients to interact with Dropbox through a set of powerful tools.

Quick Start

  • Clone the repository and install dependencies.
  • Register a Dropbox app and configure necessary permissions.
  • Run setup commands and configure your MCP client.

Available Tools

  • File Operations: list, upload, download, safe delete, create folders, copy, and move items.
  • Metadata and Search: get metadata, search, and create sharing links.
  • Account Operations: access account information.

Testing

  • Run tests to verify operations including authentication, file operations, and error handling.

Development

  • Built with TypeScript, Model Context Protocol SDK, and Dropbox SDK.