Official Dropbox MCP server for file access
Official Dropbox remote MCP server providing secure access to your Dropbox files. Connect LLM-based environments directly to Dropbox.
{
"mcpServers": {
"dropbox": {
"mcpServers": {
"dropbox": {
"url": "https://mcp.dropbox.com/mcp",
"type": "streamable-http",
"headers": {
"Authorization": "Bearer YOUR_DROPBOX_ACCESS_TOKEN"
}
}
}
}
}
}