Dropbox
CommunitybyCommunity
File operations, metadata, and account management via OAuth 2.0.
API Key Required
Configuration
{
"mcpServers": {
"dropbox": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-dropbox"
],
"env": {
"DROPBOX_API_KEY": "your-api-key-here"
}
}
}
}Add this to your claude_desktop_config.json file.