MCP server exposing the Dropbox API v2 to LLM agents: file management, search, and shared links, with Business team-space namespace support.
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"dropbox-mcp-server": {
"command": "npx",
"args": [
"-y",
"vmproductions631-tech/dropbox-mcp-server"
]
}
}
}
Run in terminal:
claude mcp add dropbox-mcp-server npx -y vmproductions631-tech/dropbox-mcp-server
Add to .cursor/mcp.json:
{
"mcpServers": {
"dropbox-mcp-server": {
"command": "npx",
"args": [
"-y",
"vmproductions631-tech/dropbox-mcp-server"
]
}
}
}