Dropbox

Created By
ngs9 months ago
A Model Context Protocol (MCP) server implementation for Dropbox integration, written in Go. This server allows AI assistants like Claude to interact with Dropbox through a standardized protocol.
Overview

What is Dropbox MCP?

Dropbox MCP is a Model Context Protocol server implementation that allows AI assistants like Claude to interact with Dropbox through a standardized protocol, enabling seamless file management and sharing.

How to use Dropbox MCP?

To use Dropbox MCP, install it via Homebrew, Go, or download a pre-built binary. After installation, configure it with your Dropbox app credentials and authenticate to start using its features.

Key features of Dropbox MCP?

  • OAuth 2.0 Authentication: Securely authenticate with Dropbox.
  • File Operations: Perform actions like listing, searching, downloading, uploading, moving, copying, and deleting files.
  • Folder Management: Create and navigate folders.
  • Sharing: Manage shared links for files.
  • Version Control: Access file revision history and restore previous versions.
  • Large File Support: Handle files over 150MB with automatic chunked uploads.

Use cases of Dropbox MCP?

  1. Automating file management tasks for AI assistants.
  2. Integrating Dropbox functionalities into applications for enhanced user experience.
  3. Facilitating collaborative work through shared links and version control.

FAQ from Dropbox MCP?

  • Can I use Dropbox MCP without a Dropbox account?

No, a Dropbox account is required to use Dropbox MCP.

  • Is Dropbox MCP free to use?

Yes, Dropbox MCP is free to use, but it requires a Dropbox account which may have its own limitations.

  • How do I troubleshoot authentication issues?

Ensure your redirect URI is correctly configured in the Dropbox App Console and that your client ID and secret are accurate.

Server Config

{
  "mcpServers": {
    "dropbox": {
      "command": "dropbox-mcp",
      "env": {
        "DROPBOX_CLIENT_ID": "your_app_key_here",
        "DROPBOX_CLIENT_SECRET": "your_app_secret_here"
      }
    }
  }
}
Project Info
Created At
9 months ago
Updated At
9 months ago
Author Name
ngs
Star
-
Language
-
License
-

Recommend Servers

View All
Payai X402 Tools

8 hours ago
AI Work Market — USDC settlement rails for AI labor on Base Mainnet)
@Dario (DME)

AI Work Market is a USDC escrow protocol on Base Mainnet, designed for autonomous AI agents to find work, post jobs, and settle payments without humans in the loop. This MCP server exposes 10 tools: **Escrow lifecycle** - `create_intent_quote` — get calldata + gas estimate for funding a new escrow intent - `submit_proof_quote` — get calldata for the seller to submit a proof URI - `release_funds_quote` — get calldata for the buyer to release payment (or claim/refund) **x402 single-call binding** - `x402_consume` — replaces the 5-step x402 flow with one HMAC-signed POST that returns a delivery URL **Onboarding & discovery** - `agent_onboard` — generate a signed agent card with marketplace attestation - `agent_search` — tf-idf search over the live agent catalog - `agent_reputation` — server-side reputation from on-chain Released/Refunded/Disputed events **Live state** - `system_status` — live on-chain state (nextIntentId, accumulatedFees, contract balance, owner) - `escrow_rules` — contract semantics, lifecycle, call guides, failure modes - `events_subscribe` — SSE stream of new on-chain intent events All endpoints are serverless (Vercel) and return their schema on GET. No browser, no wallet UI required for an agent to integrate. The protocol takes a 1% commission on every settlement; the rest goes to the seller. The full AgentCard is at `/.well-known/agent-card.json` (A2A-compatible). The OpenAPI 3.0.3 spec is at `/.well-known/openapi.json` with `components.securitySchemes` (none, hmacX402). `robots.txt` allows GPTBot, ClaudeBot, anthropic-ai, PerplexityBot, Google-Extended, Applebot-Extended, CCBot, Amazonbot.

a day ago