Productivity|Cloud|AI / MLGo
dropbox-mcp-server
A Model Context Protocol (MCP) server implementation for Dropbox integration.
N/A rating (0 reviews)0 installs4 GitHub stars
DropboxMCPGo
Local ProcessRuns locally on your machine via stdio. Lower risk than remote servers.
This server allows AI assistants like Claude to interact with Dropbox through a standardized protocol. It supports various file operations, folder management, sharing, version control, and large file uploads.
Compatible with
Claude DesktopCursor
Install
Claude Desktop
Add to your claude_desktop_config.json:
{
"mcpServers": {
"dropbox-mcp-server": {
"args": [
"-y",
"@modelcontextprotocol/server-dropbox-mcp-server"
],
"command": "npx"
}
}
}Config File Location
Mac: ~/Library/Application Support/Claude/claude_desktop_config.json
Windows: %APPDATA%\Claude\claude_desktop_config.json
Linux: ~/.config/claude/claude_desktop_config.json
Some servers require additional setup - check the GitHub README for specific instructions.
Reviews
Sign in to reviewLoading reviews...
Credentials
Store API keys for dropbox-mcp-server securely
Loading...