
Security News
ESLint Adds Official Support for Linting HTML
ESLint now supports HTML linting with 48 new rules, expanding its language plugin system to cover more of the modern web development stack.
@microagents/mcp-server-dropbox
Advanced tools
MCP (Model Context Protocol) server implementation for Dropbox API.
This server provides the following tools:
copy_file
from_path
(string): Source file path in Dropboxto_path
(string): Destination path in Dropboxautorename
(optional boolean): Auto rename if conflict existsallow_ownership_transfer
(optional boolean): Allow transfer of ownershipdelete_file
path
(string): Path of the file to deletemove_file
from_path
(string): Current file pathto_path
(string): New file pathautorename
(optional boolean): Auto rename if conflict existsallow_ownership_transfer
(optional boolean): Allow transfer of ownershipupload_file
path
(string): Path where to save the filefile
(object): File content in base64 formatautorename
(optional boolean): Auto rename if conflict existsmute
(optional boolean): Suppress user notificationsstrict_conflict
(optional boolean): Strict conflict checkingcreate_folder
path
(string): Path for the new folderautorename
(optional boolean): Auto rename if conflict existsdelete_folder
path
(string): Path of the folder to deletelist_folder
path
(string): Folder path to listrecursive
(optional boolean): List contents recursivelylimit
(optional number): Maximum number of resultsmove_folder
from_path
(string): Current folder pathto_path
(string): New folder pathautorename
(optional boolean): Auto rename if conflict existsallow_ownership_transfer
(optional boolean): Allow transfer of ownershipsearch
query
(string): Search querypath
(optional string): Path to search inmax_results
(optional number): Maximum results to returnorder_by
(optional string): Sort orderfile_status
(optional string): Filter by file statusfilename_only
(optional boolean): Search in filenames onlyfile_extensions
(optional string): Filter by file extensionsfile_categories
(optional string): Filter by file categoriesaccount_id
(optional string): Filter by account IDget_file_link
path
(string): Path of the fileThe following environment variables are required:
DROPBOX_ACCESS_TOKEN
: OAuth2 access token for Dropbox API authenticationThis project is licensed under the MIT License - see the LICENSE file for details.
FAQs
MCP server for dropbox API
The npm package @microagents/mcp-server-dropbox receives a total of 0 weekly downloads. As such, @microagents/mcp-server-dropbox popularity was classified as not popular.
We found that @microagents/mcp-server-dropbox demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
ESLint now supports HTML linting with 48 new rules, expanding its language plugin system to cover more of the modern web development stack.
Security News
CISA is discontinuing official RSS support for KEV and cybersecurity alerts, shifting updates to email and social media, disrupting automation workflows.
Security News
The MCP community is launching an official registry to standardize AI tool discovery and let agents dynamically find and install MCP servers.