Google Antigravity Directory

The #1 directory for Google Antigravity prompts, rules, workflows & MCP servers. Optimized for Gemini 3 agentic development.

Resources

PromptsMCP ServersAntigravity RulesGEMINI.md GuideBest Practices

Company

Submit PromptAntigravityAI.directory

Popular Prompts

Next.js 14 App RouterReact TypeScriptTypeScript AdvancedFastAPI GuideDocker Best Practices

Legal

Privacy PolicyTerms of ServiceContact Us
Featured on FazierVerified on Verified ToolsFeatured on WayfindioAntigravity AI - Featured on Startup FameFeatured on Wired BusinessFeatured on Twelve ToolsListed on Turbo0Featured on findly.toolsFeatured on Aura++That App ShowFeatured on FazierVerified on Verified ToolsFeatured on WayfindioAntigravity AI - Featured on Startup FameFeatured on Wired BusinessFeatured on Twelve ToolsListed on Turbo0Featured on findly.toolsFeatured on Aura++That App Show

© 2026 Antigravity AI Directory. All rights reserved.

The #1 directory for Google Antigravity IDE

This website is not affiliated with, endorsed by, or associated with Google LLC. "Google" and "Gemini" are trademarks of Google LLC.

Antigravity AI Directory
PromptsMCPBest PracticesUse CasesLearn
Home
MCP Servers
Dropbox
folder

Dropbox MCP Server

Official Dropbox MCP server for file access

dropboxstoragefilescloudsync

About

## Dropbox MCP Server: Cloud Storage Integration The **Dropbox MCP Server** integrates the popular cloud storage platform directly into Google Antigravity, enabling AI assistants to manage files, folders, and sharing settings programmatically. This integration brings seamless cloud storage capabilities to your development workflow. ### Why Dropbox MCP? - **Universal Sync**: Reliable file synchronization across all devices and platforms - **Easy Sharing**: Simple link sharing with customizable permissions and expiration - **Version History**: Access file version history and restore previous versions - **Paper Integration**: Work with Dropbox Paper documents for collaborative editing - **Developer Friendly**: Clean, well-documented API for file operations ### Key Features #### 1. File Operations ```python from anthropic import Anthropic client = Anthropic() response = client.messages.create( model="claude-sonnet-4-20250514", max_tokens=1024, messages=[{ "role": "user", "content": "Upload this file to my Dropbox projects folder and create a share link" }], tools=[{ "name": "dropbox_files", "description": "Manage Dropbox files" }] ) ``` #### 2. Folder Management ```python # Manage folders response = client.messages.create( model="claude-sonnet-4-20250514", max_tokens=1024, messages=[{ "role": "user", "content": "Create a new project folder structure with subfolders for docs, assets, and code" }], tools=[{"name": "dropbox_folders", "description": "Manage folders"}] ) ``` #### 3. Sharing ```python # Configure sharing response = client.messages.create( model="claude-sonnet-4-20250514", max_tokens=1024, messages=[{ "role": "user", "content": "Share this folder with the team with edit permissions" }], tools=[{"name": "dropbox_share", "description": "Manage sharing"}] ) ``` #### 4. Search ```python # Search files response = client.messages.create( model="claude-sonnet-4-20250514", max_tokens=1024, messages=[{ "role": "user", "content": "Search for all PDF files containing project proposal in my Dropbox" }], tools=[{"name": "dropbox_search", "description": "Search files"}] ) ``` ### Configuration ```json { "mcpServers": { "dropbox": { "command": "npx", "args": ["-y", "@anthropic/mcp-dropbox"], "env": { "DROPBOX_ACCESS_TOKEN": "your-dropbox-access-token" } } } } ``` ### Use Cases **File Backup**: Automate backup of important files and project assets to the cloud. **Asset Sharing**: Create and manage share links for client deliverables and assets. **Project Organization**: Maintain organized project folder structures with automated creation. **Version Management**: Track and restore file versions for document management. The Dropbox MCP Server brings cloud storage automation directly into your development workflow, enabling seamless file management.

Installation

Configuration
{
  "mcpServers": {
    "dropbox": {
      "mcpServers": {
        "dropbox": {
          "url": "https://mcp.dropbox.com/mcp",
          "type": "streamable-http",
          "headers": {
            "Authorization": "Bearer YOUR_DROPBOX_ACCESS_TOKEN"
          }
        }
      }
    }
  }
}

How to Use

  1. 11. Get access token from Dropbox App Console
  2. 22. Replace YOUR_DROPBOX_ACCESS_TOKEN with your token
  3. 33. Works with Cursor, Claude Desktop, and ChatGPT

Related MCP Servers

🧰

Toolhouse MCP

Universal AI tool platform that equips your AI with production-ready capabilities. Execute code, browse the web, manage files, send emails, and more through a unified MCP interface.

🔨

Smithery Registry MCP

The MCP server registry and discovery platform. Browse, search, and install MCP servers from the community. Find the perfect integrations for your AI development workflow.

🔍

MCP Inspector

Official debugging and testing tool for MCP servers. Inspect server capabilities, test tool calls, validate responses, and debug protocol communication in real-time.

← Back to All MCP Servers