Back to the catalog

Dropbox

The Dropbox plugin for Claude connects your Dropbox files directly to Claude, so you can search, organize, save generated content, and creat

Open source Repository Open in the app JSON README (API)

About

The Dropbox plugin for Claude connects your Dropbox files directly to Claude, so you can search, organize, save generated content, and create sharing links without switching tools. It respects your existing Dropbox permissions, and Claude only works with files you already have access to.

Details

Kind
Plugins
Topic
Files & documents
Publisher
dropbox
Origin
marketplace
Category
ferramentas
Stars
4
Forks
3
Open pull requests
1
Last push
2026-08-26T22:34:19Z
Repository state
ativo
Language
Python
License
Apache-2.0
Added
2026-08-30 01:48:58
Updated
2026-09-12 04:04:13
Origin id
dropbox/dropbox-ai-plugins/dropbox

README

# Dropbox AI Plugins

This repository contains Dropbox's AI plugin artifacts for Claude, OpenAI Codex, and Cursor.

## Repository Layout

- `claude/` contains the Claude MCP Host artifact for Claude Code and Claude Cowork.
- `codex/` contains the Codex MCP Host artifact.
- `cursor/` contains the Cursor Marketplace plugin artifact.
- `shared/` contains shared reference material, including OAuth scope documentation.

## MCP Host Artifacts

Use the MCP Host-specific directory for setup instructions, capabilities, known limitations, plugin metadata, and Skills.

- Claude: start with `claude/README.md`.
- Codex: start with `codex/README.md`.
- Cursor: start with `cursor/README.md`.
- OAuth scopes: see `shared/OAUTH_SCOPES.md`.

## Authentication And Scopes

The plugin artifacts use Dropbox OAuth. The current OAuth scope inventory and tool-to-scope mapping are documented in `shared/OAUTH_SCOPES.md`.

## License

Unless otherwise noted:

    Copyright (c) 2026 Dropbox, Inc.

    Licensed under the Apache License, Version 2.0 (the "License");
    you may not use this file except in compliance with the License.
    You may obtain a copy of the License at

        http://www.apache.org/licenses/LICENSE-2.0

    Unless required by applicable law or agreed to in writing, software
    distributed under the License is distributed on an "AS IS" BASIS,
    WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
    See the License for the specific language governing permissions and
    limitations under the License.

More