Dropbox MCP. Manage file structures and links via conversation.
Works with every AI agent you already use
…and any MCP-compatible client
Just plug in your AI agents and start using Vinkius.
Dropbox MCP lets you manage all your cloud files right from your agent client. You can list entire folder structures, search for specific documents by name, audit shared links, and check usage limits without clicking through a single UI page.
What your AI agents can do
Get account
Get current account info
Get metadata
Get file/folder metadata
Get space usage
Get storage space usage
List all shared folders and audit which specific nested directories are governed by organizational permissions.
Analyze the contents of a folder, returning names, tags, size information, and when the server last modified each item.
Execute structural queries to find files quickly using indexed representations.
Check your physical storage limits, reporting both the used bytes and the total available capacity.
Ask AI about this MCP
Supported MCP Clients
OAuth 2.0 CompatibleWaiting for input…
Dropbox MCP: 8 Tools for File Management
These tools let your agent read the folder structure, find specific metadata, and list shared resources across your entire Dropbox account.
Make your AI actually useful.
Add this MCP to Claude, Cursor, or Windsurf and your AI stops guessing. It gets real tools to look things up, take action, and handle the stuff you keep doing by hand.
Start using Dropbox on Vinkius019d7589get account
Get current account info
019d7589get metadata
Get file/folder metadata
019d7589get space usage
Get storage space usage
019d7589list folder
Analyzes contents returning names, tags (`folder`/`file`), sizes, and server-modified times. List files and folders in a directory
019d7589list mountable folders
List mountable shared folders
019d7589list shared folders
List all shared folders
019d7589list shared links
List all shared links
019d7589search files
Search files by name
Choose How to Get Started
Build a custom MCP for your own tools, or connect a ready-made integration from our catalog.
Build Your Own
Turn any API into an MCP. Import a spec, define Agent Skills, or deploy with MCPFusion.
- Import from OpenAPI, Swagger, or YAML specs
- Create Agent Skills with progressive disclosure
- Deploy to edge with MCPFusion framework
- Built in DLP, auth, and compliance on every call
- Real time usage dashboard and cost metering
- Publish to catalog or keep private
Make Your AI Do More
Start with Dropbox, then connect any of our 4,800+ other servers whenever your AI needs more. One click, no limits.
- Use this MCP plus 4,800+ others, all in one place
- Add new capabilities to your AI anytime you want
- Every connection is secured and compliant automatically
- Track usage and costs across all your servers
- Works with Claude, ChatGPT, Cursor, and more
- New servers added to the catalog every week
Independent Platform Disclaimer: Vinkius is an independent platform and is not affiliated with, endorsed by, sponsored by, verified by, or otherwise authorized by Dropbox. All third-party trademarks, logos, and brand names are the property of their respective owners. Their use on this website is strictly for informational purposes to identify service compatibility and interoperability.
VINKIUS INFRASTRUCTURE
Cloud Hosted
Managed infra
V8 Isolated
Sandboxed per request
Zero-Trust Proxy
No stored credentials
DLP Enforced
Policy on every call
GDPR Compliant
EU data residency
Token Compression
~60% cost reduction
Works with Claude, ChatGPT, Cursor, and more
The Model Context Protocol standardizes how applications expose capabilities to LLMs. Instead of operating in isolation, your AI gains direct access to external platforms, live data, and real-world actions through secure, standardized connections.
This server provides 8 capabilities that interface natively with Claude, ChatGPT, Cursor, and any MCP client. No middleware. No custom integration required.
Manually checking shared links and folder permissions is a nightmare.
Today, auditing access means clicking into the main directory view, then finding every single item you suspect is shared. You have to click 'Share' on each one individually to confirm if it’s public or restricted, and if that permission needs changing. It takes hours of tedious UI navigation just to get a basic status report.
With this MCP, your agent handles the audit trail. You simply ask for all shared folders or links, and the system provides an immediate list detailing permissions and owners. The process shrinks from manual clicks to a single query.
List Shared Links: See Every Active Link with `list_shared_links`
Before, tracking down all the exposed URLs was impossible. If an employee shared a file via email and then later changed it, finding every resulting link required digging through old emails or guessing which folder contained the original.
Now you run `list_shared_links`. It pulls up every active URL associated with your account. This single action gives you complete oversight of every exposed resource.
What you can do with this MCP connector
Need to sort through massive amounts of shared data? This connector gives your AI client full control over your Dropbox storage. Instead of logging into the website and manually navigating folders, you just talk to your agent. Your agent handles everything—from listing out every item in deeply nested directories to checking if a document is actually shared with certain people.
For example, if you need an audit trail showing who has access or how much space is left on a team drive, the agent figures it out instantly. Because Vinkius keeps all credentials passing through a zero-trust proxy, your keys never sit on disk, keeping things secure while you work.
When this Dropbox MCP connects to other tools, like a billing system or a CRM, your AI client can build automations that span multiple platforms and manage files across the whole enterprise stack.
019d7589-98e0-7286-be19-76d0b576641d How Dropbox MCP Works
- 1 Subscribe to this MCP in Vinkius.
- 2 Paste your Dropbox Generated Access Token into the platform's settings.
- 3 Ask your agent client to perform a file action, like 'List all folders under my Projects directory.'
The bottom line is you tell your agent what files or folders you need; it handles connecting to Dropbox and retrieving the data.
Who Is Dropbox MCP For?
This is for Project Managers, Knowledge Workers, and DevOps Engineers who spend too much time clicking through file interfaces. You're tired of switching between your document manager and your chat client just to get a quick status update.
Auditing shared folders and monitoring overall team storage usage to ensure compliance before the quarter ends.
Searching for old documents or tracking down specific shared links without leaving their chat interface.
Verifying metadata schemas and confirming file storage integrations by running structural queries in natural language.
What Changes When You Connect
- Stop jumping between tabs. You can search for files using
search_filesand get the results immediately in your chat, without leaving your workflow. - Track team storage limits instantly. Use
get_space_usageto know if you're hitting capacity before a critical deadline. - Audit permissions fast. The agent lists all shared folders using
list_shared_folders, letting you see who has access across the organization. - Get granular details on any file. If you need to know the exact size or unique ID of a document, run
get_metadatafor absolute precision. - Keep track of links. Instead of hunting through email chains, use
list_shared_linksto see every active link you've created.
Real-World Use Cases
Auditing a Team Project
A project manager needs to know the status of all documents in the 'Q3 Reports' folder, including who has access and if there are any hidden shared folders. They ask their agent, which uses list_shared_folders and list_folder, getting an instant report.
Finding a Lost Contract
A knowledge worker knows they saved the 'Vendor Agreement' somewhere in 2023 but can't remember where. They use search_files and get back three potential hits, letting them pick the right one.
Capacity Planning
An ops team member needs to report on storage usage for the month-end meeting. Running get_space_usage provides a definitive byte count, preventing unexpected overages.
The Tradeoffs
Copying folder names
Trying to manually list all nested directories and copy the paths into a spreadsheet. This is slow and prone to breaking when folders move.
→
Use list_folder through your agent. It reads the entire directory structure programmatically, giving you a clean, structured output instantly.
Searching by vague keywords
Running a general search that returns hundreds of files with no clear way to filter by date or size.
→
Use search_files followed up by get_metadata. You can narrow the scope, confirming both the file name match and its precise creation/modification details.
When It Fits, When It Doesn't
Use this MCP if your process revolves around where a file lives or who has access to it. If you need to know the folder structure, shared links, or usage limits, this is what you need. Don't use it if your main goal is analyzing document content (read text inside the PDF); for that, look at tools designed for deep content extraction. However, if you just want a list of all documents in a specific area, list_folder handles that perfectly.
Common Questions About Dropbox MCP
Can my agent list files in a specific Dropbox folder? +
Yes. Use the 'list_folder' tool. Provide the folder path (use an empty string for the root). The agent will return an array of items including names, types, and modification dates.
How do I find a file by its name through natural conversation? +
Use the 'search_files' tool. Provide your query string, and the agent will execute a structural match against your indexed Dropbox files, returning the most relevant results.
Can I check how much storage space I have left via the agent? +
Absolutely. The 'get_space_usage' tool retrieves your physical allocation blocks. It will show you exactly how many bytes are used versus your total account capacity.
When I use `get_metadata`, what precise technical details about a file or folder do I get? +
It returns granular bindings, including the unique ID, cryptographic hash, and exact byte size of the object. This is useful for developers who need to validate schemas or check data integrity.
How does `list_shared_folders` help me audit team permissions? +
It isolates all shared folders under specific organizational or cross-tenant rules. This allows your agent to map out exactly which directories are governed by external team access, making auditing straightforward.
If I run `list_folder` on a directory that doesn't exist or is restricted, what error handling do I get? +
The agent reports the failure immediately and specifies whether the issue was due to an invalid path or insufficient permissions. This prevents ambiguous errors and lets you know exactly why the operation failed.
What data points does `list_shared_links` provide, and how do I track them? +
It retrieves all exposed URLs, clearly noting whether the link is public or restricted. This allows your agent to verify if a shared file can be downloaded over the sharing APIs.
What information does `get_account` provide about my connection? +
The tool resolves core user context, giving you the account name, email address, and account type. It's a quick way to verify that your agent is operating under the correct permissions.
Multi-server workflows that include Dropbox MCP
MCP Recipe for University Course Operations
Course materials organized, class sessions created, submissions tracked , your AI agent runs university operations
MCP Workflow for Legal Document Organization
Case records reviewed, relevant documents located, client update sent , your legal work stays organized and your clients stay informed
Use it with your favorite AI tools
Connect this server to Cursor, Claude, VS Code, and more.